You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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).The text was updated successfully, but these errors were encountered: