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

Installation fails unless using --use-pep517 #209

Open
israelmcmc opened this issue Jun 6, 2024 · 0 comments
Open

Installation fails unless using --use-pep517 #209

israelmcmc opened this issue Jun 6, 2024 · 0 comments

Comments

@israelmcmc
Copy link
Contributor

Astromodels fails to install on new setuptools versions (I'm using 70.0.0) unless you specify pip install --use-pep517

As explained here this is due to an issue when using setup_requires

In astromodels, this happens here:

setup_requires=['numpy'],

While this might be solved on the setuptools side (see this issue), I wondering if astronomodels still really needs setup_requires or if that code is there for historical reason and can be removed now (which would make the installation easier for users).

@israelmcmc israelmcmc changed the title Installation failes unless using --use-pep517 Installation fails unless using --use-pep517 Jun 6, 2024
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

1 participant