tomMoral / dicodile

Experiments for "Distributed Convolutional Dictionary Learning (DiCoDiLe): Pattern Discovery in Large Images and Signals"
https://tommoral.github.io/dicodile/
BSD 3-Clause "New" or "Revised" License
18 stars 10 forks source link

Problem with mpi4py installation #61

Open mansour-b opened 4 weeks ago

mansour-b commented 4 weeks ago

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.