Closed danilobenozzo closed 5 months ago
mpi4py
is an optional dependency for parallelism, that may not be installable on all platforms. It's actually NEURON that crashes here, and this issue is tracked in https://github.com/neuronsimulator/nrn/issues/2641
Feel free to leave a comment there asking for an update on the issue.
I just installed bsb and bsb-neuron
pip install bsb
pip install bsb-neuron
and I got this error when calling
p.finitialize()
I noticed that after installing mpi4py then I worked Should mpi4py be installed by default?