You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
In 'setup.py':
line 5 throws an error due to a deprecated version identifier.
Full error message:
PEP 440 version specification must follow this regex:
details can be found at https://peps.python.org/pep-0440/ . Cannot install repo through pip without fix.
The text was updated successfully, but these errors were encountered: