cuda101 no available for dependencies
See original GitHub issue📚 Installation
Environment
- OS: xubuntu 16.04
- Python version: 3.7
- PyTorch version: 1.4
- CUDA/cuDNN version: 10.1
- GCC version: (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
- How did you try to install PyTorch Geometric and its extensions (pip, source): pip
- Any other relevant information:
Checklist
- [Yes] I followed the installation guide.
- [?] I cannot find my error message in the FAQ.
- [Yes] I set up CUDA correctly and can compile CUDA code via
nvcc
. - [No] I have cloned the repository and tried a manual installation from source.
- [Yes?] I do have multiple CUDA versions on my machine.
- I checked if the official extension example runs on my machine.
- The offical extension example runs on my machine.
Additional context
Tried installing with instructions on https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html, got following errorss
ERROR: Could not find a version that satisfies the requirement torch-scatter==latest+cu100 (from versions: 0.3.0, 1.0.2, 1.0.3, 1.0.4, 1.1.0, 1.1.1, 1.1.2, 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 2.0.2)
ERROR: No matching distribution found for torch-scatter==latest+cu101
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
cuda101 no available for dependencies · Issue #995 - GitHub
[Yes] I set up CUDA correctly and can compile CUDA code via nvcc . [No] I have cloned the repository and tried a...
Read more >cupy-cuda101 - 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.1. You ......
Read more >Installation — CuPy 11.4.0 documentation
SciPy and Optuna are optional dependencies and will not be installed ... Wheels (precompiled binary packages) are available for Linux and Windows.
Read more >Unable to Install Specific JAX jaxlib GPU version
This error appears to be from a new check in pip version 20.3.X and higher, likely related to the new dependency resolver.
Read more >cuda-10-0 (>= 10.0.130) but it is not going to be installed
Sometimes, it may caused by wrong dependency packages installed before. You can just install package it said in terminal one by one and...
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
I’ve tried this, and I got:
torch_scatter-2.0.4+cu101-cp37-cp37m-linux_x86_64.whl
is not a supported wheel on this platform.` Edit: I’ve figured out my Python installation is 3.5. Is there a link to the 3.5 wheel?And
does not work?