We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 “git” set in setup.py is not a valid version string according to PEP 440, the Python versioning standard.
Starting with setuptools v67.0.0, noncompliant version results in build error, see release notes.
The same issue (version="git") is in https://github.com/dstndstn/astrometry.net/blob/main/setup.py
The text was updated successfully, but these errors were encountered:
Could you please git pull and try again? I tried doing the version string a different way.
git pull
Sorry, something went wrong.
Thank you very much for quick response!
I have verified that the issue is fixed: I can install main branch of both repos now (using setuptools v67.7.2):
main
git+https://github.com/dstndstn/astrometry.net.git@main git+https://github.com/dstndstn/tractor.git@main
No branches or pull requests
Version “git” set in setup.py is not a valid version string according to PEP 440, the Python versioning standard.
Starting with setuptools v67.0.0, noncompliant version results in build error, see release notes.
The same issue (version="git") is in https://github.com/dstndstn/astrometry.net/blob/main/setup.py
The text was updated successfully, but these errors were encountered: