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

Recommend pre-installing Numpy #272

Closed
ajjackson opened this issue May 16, 2023 · 2 comments
Closed

Recommend pre-installing Numpy #272

ajjackson opened this issue May 16, 2023 · 2 comments

Comments

@ajjackson
Copy link
Collaborator

If Numpy is not installed already, there can be errors during installation as the compiler looks for numerical libraries.

We could recommend installing Numpy before other packages to make that more deterministic. The trouble is that then we aren't really using the package versioning from setup.py and our recommended version will inevitably get out of date...

(This behaviour was encountered in docs builds during #271 )

@oerc0122
Copy link
Collaborator

Is this solved by #324 ?

@ajjackson
Copy link
Collaborator Author

Solved in a greatly superior fashion, yes

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