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).
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.txtit will uninstall the install the combatable version of numpy (1.21.5).