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

Non-compliant version "git" results in build error #104

Open
tgoldina opened this issue Apr 25, 2023 · 2 comments
Open

Non-compliant version "git" results in build error #104

tgoldina opened this issue Apr 25, 2023 · 2 comments

Comments

@tgoldina
Copy link

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

@dstndstn
Copy link
Owner

Could you please git pull and try again? I tried doing the version string a different way.

@tgoldina
Copy link
Author

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):

git+https://github.com/dstndstn/astrometry.net.git@main
git+https://github.com/dstndstn/tractor.git@main

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

2 participants