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

[DOCS] Dealing with old numpy dependencies #1400

Open
matteobachetti opened this issue Apr 30, 2024 · 1 comment
Open

[DOCS] Dealing with old numpy dependencies #1400

matteobachetti opened this issue Apr 30, 2024 · 1 comment

Comments

@matteobachetti
Copy link

Hi, I'm trying to add tests of very old versions of our code at https://stingray.science/stingray-benchmarks/

Old versions depend on old Astropy and numpy versions, which have evolved considerably and, in turn, have their needs. Now, I'm getting an error which ends with

    < ModuleNotFoundError: No module named 'setuptools'

This does not change if, in my setup, I include setuptools among the dependencies of this environment:

    {"python": "3.8", "req": {"pip": "20.3.3", "numpy": "<1.20", "setuptools": "50", "astropy": "<5.0"}},

Are there any guidelines specifically for dealing with very old packages? Thanks in advance!

@HaoZeke
Copy link
Member

HaoZeke commented Jul 1, 2024

Sorry for the late reply, is this a problem with all the backends? (mamba / conda/virtualenv)?

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