mamba: Conda produces different / wrong solution vs mamba
Conda can solve a situation but mamba can’t:
Steps to reproduce:
-
install wsl2 on windows
-
install ubuntu 18.04
-
install CUDA 10.2: * Download + install NVIDIA Driver: https://developer.nvidia.com/cuda/wsl/download Download CUDA+install version 10.2: https://docs.nvidia.com/cuda/wsl-user-guide/index.html#running-cuda
-
install anaconda w/ python 3.7
-
install mamba: conda install mamba -c conda-forge
-
create virtualenv + install rdkit: mamba create -c rdkit -n my-rdkit-env rdkit --yes conda activate my-rdkit-env
-
install RAPIDS: mamba install -c rapidsai -c nvidia -c conda-forge -c defaults rapids=0.14 python=3.7 cudatoolkit=10.2
-
ERROR MESSAGE:
Getting rapidsai linux-64
Getting rapidsai noarch
Getting nvidia linux-64
Getting conda-forge linux-64
Getting conda-forge noarch
Getting pkgs/main noarch
Getting pkgs/r linux-64
Getting pkgs/r noarch
Getting pkgs/main linux-64
Getting nvidia noarch
Looking for: ['rapids 0.14.*', 'python 3.7.*', 'cudatoolkit 10.2.*']
667 packages in https://conda.anaconda.org/rapidsai/linux-64
25 packages in https://conda.anaconda.org/rapidsai/noarch
48 packages in https://conda.anaconda.org/nvidia/linux-64
0 packages in https://conda.anaconda.org/nvidia/noarch
111912 packages in https://conda.anaconda.org/conda-forge/linux-64
34023 packages in https://conda.anaconda.org/conda-forge/noarch
17164 packages in https://repo.anaconda.com/pkgs/main/linux-64
1702 packages in https://repo.anaconda.com/pkgs/main/noarch
6637 packages in https://repo.anaconda.com/pkgs/r/linux-64
5025 packages in https://repo.anaconda.com/pkgs/r/noarch
Encountered problems while solving.
Problem: package rapids-0.14.0-cuda10.0_py36_2 requires python_abi 3.6.* *_cp36m, but none of the providers can be installed
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 19 (10 by maintainers)
thanks @jakirkham for appearing. yeah I had the same results. this might very well be a problem in mamba 😃 I’ll keep looking into this as well…