On x86_64, cupy-11.3.0 depends on cudatoolkit-10.2, while on arm64 dependens on cudatoolkit-11.7
See original GitHub issueDescription
When I install cupy on arm64: conda install cupy -c conda-forge The following packages will be downloaded:
package | build
---------------------------|-----------------
**cudatoolkit-11.7.0** | h254b3b0_10 824.4 MB conda-forge
cupy-11.3.0 | py38ha9de562_1 53.4 MB conda-forge
While on x86_64: conda install cupy -c conda-forge The following NEW packages will be INSTALLED:
cudatoolkit conda-forge/linux-64::cudatoolkit-10.2.89-h713d32c_10 None cupy conda-forge/linux-64::cupy-11.3.0-py38h69964f1_1 None
What is expected: Both install latest cuda toolkit, i.e. 11.7
To Reproduce
conda install cupy -c conda-forge
Installation
Conda-Forge (conda install ...
)
Environment
# Paste the output here
Additional Information
No response
Issue Analytics
- State:
- Created 10 months ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
cuda-10-0 (>= 10.0.130) but it is not going to be installed
CUDA install unmet dependencies: cuda : Depends: cuda-10-0 (>= 10.0.130) but it is ... Problem while installing cuda toolkit in ubuntu 20.04.
Read more >Installation — CuPy 11.4.0 documentation
If you have multiple versions of CUDA Toolkit installed, CuPy will automatically choose one of the CUDA installations. See Working with Custom CUDA ......
Read more >install CUDA 10.2 ? · Issue #60 · nanoporetech/bonito - GitHub
Hi, is there an easy way to install the CUDA 10.2 packages for bonitio 0.3.0? Seems like that Ubuntu only has 10.1 in...
Read more >How to select correct CUDA toolkit and cupy version + install ...
Should work. cupy depends on the version of CUDA toolkit , and it cannot be higher than the card driver allows.
Read more >Install NVIDIA CUDA Toolkit 11.5 on Ubuntu 21.10 / Debian ...
This is guide, howto install NVIDIA CUDA Toolkit 11.5 on Ubuntu 21.10, 21.04, 20.04.3 LTS, 18.04.6 LTS / Debian 11, 10, Sid /...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI, this is the logic conda uses to detect cuda driver version in the environment: https://github.com/conda/conda/blob/main/conda/plugins/virtual_packages/cuda.py
I believe it means you better update your driver version in order to use cuda 11 on your x86-64 machine.