Open epapoutsellis opened 1 year ago
Atm, there is an error
numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
coming from the CCPi regularisation toolkit (related to numpy=1.22) using the following cmd
!mamba install -c conda-forge -c intel -c astra-toolbox -c ccpi cil=22.0.0 astra-toolbox ccpi-regulariser tomophantom --quiet
To fix it we need to force numpy=1.20.3 (see here
numpy=1.20.3
!mamba install -c conda-forge -c intel -c astra-toolbox -c ccpi cil=22.0.0 numpy==1.20.3 astra-toolbox ccpi-regulariser tomophantom --quiet
What is the error?
Atm, there is an error
coming from the CCPi regularisation toolkit (related to numpy=1.22) using the following cmd
To fix it we need to force
numpy=1.20.3
(see here