dstndstn / tractor

The Tractor: measuring astronomical sources via probabilistic inference
Other
85 stars 22 forks source link

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

Open tgoldina opened 1 year ago

tgoldina commented 1 year ago

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 commented 1 year ago

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

tgoldina commented 1 year ago

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