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.

pip install problem: Could not find a version that satisfies the requirement cupy-cuda102

See original GitHub issue

I’m having the exact same error as received in #2490.

System details:

  • Machine: Jetson Nano
  • OS: Ubuntu 18.04.5
  • Python: 3.6.9
  • Pip: 21.0.1
  • CUDA: 10.2

Running the command python3 -m pip install cupy-cuda102 fails. Am I missing a package or something?

Here is the log:

$ python3 -m pip install cupy-cuda102
Collecting cupy-cuda102
  Could not find a version that satisfies the requirement cupy-cuda102 (from versions: )
No matching distribution found for cupy-cuda102

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
leofangcommented, Feb 19, 2021

Oh, that’s probably the issue, I’m using the Jetson Nano, which I believe is ARM.

I see, I think we should have documented it 😃

Perhaps it’s worth keeping track in #3196.

2reactions
kmaehashicommented, Feb 19, 2021

Oh, that’s probably the issue, I’m using the Jetson Nano, which I believe is ARM.

I see, I think we should have documented it 😃

Should CuPy still work for CUDA 10.2 if I install using python -m pip install cupy?

Yes, it should work. You can use CUPY_NVCC_GENERATE_CODE environment variable (https://github.com/rapidsai/cusignal/issues/304#issuecomment-758014463) to reduce build time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pip could not find a version that satisfies the requirement
pip doesn't find anything to install because you do not meet the requirements. Upgrade to Python >= 3.8 and do the same: pip...
Read more >
Could not find a version that satisfies the requirement X
The error "Could not find a version that satisfies the requirement" occurs for multiple reasons: Running the pip install -r requirements.txt command without...
Read more >
Fix the pip error: Couldn't find a version that satisfies the ...
This happened to me once when I was trying installing packages on a server. This can be fixed by using a proxy with...
Read more >
Could Not Find A Version That Satisfies The Requirement ...
ERROR : Could not find a version that satisfies the requirement the '/home/appuser/venv/bin/python m pip install upgrade pip' command. Other things that I...
Read more >
cupy-cuda102 - PyPI
CuPy is a NumPy/SciPy-compatible array library for GPU-accelerated computing with Python. This is a CuPy wheel (precompiled binary) package for CUDA 10.2.
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