In my first attempt to install dicodile, I had an error due to mpi4py.
I then tried to install mpi4py with a python 3.12 in my conda env, which did not work (apparently mpi4py requires python<3.12).
Then it worked fine on a new python 3.10 env (2-step installation: conda install mpi4py then pip install dicodile; I did not try to simply type pip install dicodile.
In my first attempt to install
dicodile
, I had an error due tompi4py
.I then tried to install
mpi4py
with apython 3.12
in my conda env, which did not work (apparentlympi4py
requirespython<3.12
).Then it worked fine on a new
python 3.10
env (2-step installation:conda install mpi4py
thenpip install dicodile
; I did not try to simply typepip install dicodile
.