question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

On x86_64, cupy-11.3.0 depends on cudatoolkit-10.2, while on arm64 dependens on cudatoolkit-11.7

See original GitHub issue

Description

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:open
  • Created 10 months ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kmaehashicommented, Nov 29, 2022

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

1reaction
leofangcommented, Nov 27, 2022

I believe it means you better update your driver version in order to use cuda 11 on your x86-64 machine.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found