Closed paddy-r closed 4 months ago
Also present on MHF_SCP_NoScottish
and alternative fix is just to install via conda without changing the env file, i.e. conda install numexpr
. Must be issue with version 2.10.1 (pip), as conda version is 2.10.0.
During clean install and setup of Minos on ARC4, got an error during
pip
installation ofnumexpr
(dependency ofnumpy
, by the look of it). Error looked to be with pip wheel and occured with version 2.10.1 (June 20, 2024).Fixed by installing with conda instead, via environment file, then rerunning
setup
.