Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 'latest' is not valid according to PEP 440. #17

Open
jarint opened this issue Apr 15, 2024 · 0 comments
Open

Version 'latest' is not valid according to PEP 440. #17

jarint opened this issue Apr 15, 2024 · 0 comments

Comments

@jarint
Copy link

jarint commented Apr 15, 2024

In 'setup.py':

line 5 throws an error due to a deprecated version identifier.

Full error message:

          ********************************************************************************
          The version specified is not a valid version according to PEP 440.
          This may not work as expected with newer versions of
          setuptools, pip, and PyPI.
  
          This deprecation is overdue, please update your project and remove deprecated
          calls to avoid build errors in the future.
  
          See https://peps.python.org/pep-0440/ for details.
          ********************************************************************************

PEP 440 version specification must follow this regex:

         [N!]N(.N)*[{a|b|rc}N][.postN][.devN]

details can be found at https://peps.python.org/pep-0440/ . Cannot install repo through pip without fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant