Open randomprogramming opened 4 years ago
If you use pip install mpi4py
it might work, it installed for me that way.
Hi,
On MacOS, the exact command works for me : conda install mpi4py=3.0.3
.
Some SO questions like this suggest installing MS MPI first to make mpi4py work on windows.
Maybe you can try that if not already done. I hope it helps.
Had the same problem on Ubuntu 18.0.4. Solution was to run conda install -c anaconda mpi4pi=3.0.3
instead.
Added a PR here: #28
@zacharyneveu I tried to reproduce in various OS including ubuntu 18.04 but conda install mpi4py=3.0.3
worked fine, referring to pkgs/main/linux-64::mpi4py-3.0.3-py37h028fd6f_0
. Are you in 32bit by any chance?
I did see the OP's issue on Windows, but it has a larger issue (of not being supported, see #36 ). I also see in a Windows port they used pip install mpi4py
instead, but manually installed MPI.
If you use
pip install mpi4py
it might work, it installed for me that way. Thanks, it works for me too
I have the same problem. I installed gtts using pip, but I am using Anaconda Spyder for development, and it doesnt recognise packages Ive installed using pip. When I try to install gtts using Conda I get a message "The following packages are not available from current channels". Hit a brick wall here.
When running
conda install mpi4py=3.0.3
I am getting this error:Collecting package metadata: done Solving environment: failed PackagesNotFoundError: The following packages are not available from current channels: - mpi4py=3.0.3 Current channels: - https://repo.anaconda.com/pkgs/main/win-64 - https://repo.anaconda.com/pkgs/main/noarch - https://repo.anaconda.com/pkgs/free/win-64 - https://repo.anaconda.com/pkgs/free/noarch - https://repo.anaconda.com/pkgs/r/win-64 - https://repo.anaconda.com/pkgs/r/noarch - https://repo.anaconda.com/pkgs/msys2/win-64 - https://repo.anaconda.com/pkgs/msys2/noarch To search for alternate channels that may provide the conda package you're looking for, navigate to https://anaconda.org and use the search bar at the top of the page.
I am on windows 10, with python 3.8.2 and conda 4.6.14
Windows 8 will work.
I use Windows x64, and I searched around on anaconda.org for a working channel.
Apparently, this command still works.
conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=10.1 -c pytorch -c
When running
conda install mpi4py=3.0.3
I am getting this error:I am on windows 10, with python 3.8.2 and conda 4.6.14