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.

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:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
aaront97commented, Feb 27, 2020

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?

That’s interesting, and I do not really know what is causing this. But note that you can always install via pip by just providing the link to the wheel, e.g.:

pip install https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.4.0/torch_scatter-2.0.4%2Bcu101-cp37-cp37m-linux_x86_64.whl
1reaction
rusty1scommented, Feb 26, 2020

And

pip install torch-scatter==latest+cu101 -f https://pytorch-geometric.com/whl/torch-1.4.0.html

does not work?

Read more comments on GitHub >

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

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