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

PROCESS build error if default numpy is used #1774

Closed
jonmaddock opened this issue Oct 27, 2022 · 2 comments · Fixed by #3100
Closed

PROCESS build error if default numpy is used #1774

jonmaddock opened this issue Oct 27, 2022 · 2 comments · Fixed by #3100
Assignees
Labels
Bug Something isn't working

Comments

@jonmaddock
Copy link
Contributor

In GitLab by @ajpearcey on Oct 27, 2022, 10:08

IF you follow the installation guide the PROCESS install procedure will fail as PROCESS now required a certain version of numpy to work.

If you run the command pip3 install -r requirements.txt it will uninstall the install the combatable version of numpy (1.21.5).

@jonmaddock
Copy link
Contributor Author

In GitLab by @kj5248 on Nov 8, 2022, 16:02

Think it is occurring because of the difference in numpy version in setup.py and requirements.txt. In addition to above pip command should then clear the build with rm -rf build followed by the usual cmake -S . -B build and cmake --build build

@jonmaddock
Copy link
Contributor Author

This is related to #2935.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants