simonalexanderson / ListenDenoiseAction

Code to reproduce the results for our SIGGRAPH 2023 paper "Listen Denoise Action"
Other
147 stars 21 forks source link

Unable to install mpic with conda #1

Closed wenxuanou closed 1 year ago

wenxuanou commented 1 year ago

Hi!

I was trying to set up the environment for the code, but I could not get mpic package when running conda install -c conda-forge mpi4py mpic . I then checked the conda-forge repo and found out that there is no mpic pakcage under the conda-forge channel. image Instead, there is a mpich package available. Should I install mpich instead of mpic?

In addition, after conda install -c conda-forge mpi4py, conda automatically downloaded and installed python 3.11. Should the python version be 3.11 instead of 3.9?

nagyrajmund commented 1 year ago

Hi!

Yes, there was a typo in the README, the package is called mpich. Thanks for spotting this!

In addition, after conda install -c conda-forge mpi4py, conda automatically downloaded and installed python 3.11. Should the python version be 3.11 instead of 3.9?

I couldn't reproduce this. The correct version is 3.9, but in principle 3.11 shouldn't cause a major problem.