Open tgoldina opened 1 year ago
Could you please git pull
and try again? I tried doing the version string a different way.
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
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