Open jhartke opened 1 month ago
This is certainly related to https://github.com/astropy/astropy/pull/15634 I don't think the fix has made it into astropy 5.3.4 but is only available for >= 6.0.
ScopeSim v0.9 (to be released this month) will require Astropy >= 6.0.1, which will hopefully fix this. Also keep in mind that ScopeSim is currently not tested for Python 3.13 (we're working on that), so using a Python version outside the 3.10-3.12 range may have unexpected consequences.
ScopeSim v0.9 (to be released this month) will require Astropy >= 6.0.1, which will hopefully fix this. Also keep in mind that ScopeSim is currently not tested for Python 3.13 (we're working on that), so using a Python version outside the 3.10-3.12 range may have unexpected consequences.
Indeed, in a fresh environment with 3.10 it installed without issues. Thanks for the heads up.
Hi, I tried to install scopesim with
pip install scopesim
in a fresh conda environment with only pip (24.2) and python (3.13.0). The installation failed with the error message below. I could work around this by installing astropy=5.3.4 with conda and then pip install worked without issues. Thanks for looking into this! Best, Johanna