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.

Any way to install with CUDA 9.0?

See original GitHub issue

Hello. I’ve been trying to install torch_scatter but have been having some problems. The CUDA version that I use is 9.0 but I noticed that the lowest you provide is 9.2. I could always download the 9.2 version and it downloads fine, but when I run import torch_scatter I get an error.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
rusty1scommented, Mar 6, 2020

scatter is introduced in 2.0 and is just a wrapper. You can directly import the scatter op you want to use, e.g., scatter_add, scatter_mean, scatter_max.

1reaction
rusty1scommented, Mar 6, 2020

Btw, you do not need CUDA development kit to install torch-scatter from wheel. PyTorch 1.4 and installation via wheels should also work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CUDA Toolkit 9.0 Downloads - NVIDIA Developer
CUDA Toolkit 9.0 Downloads · Select Target Platform · Select Host Platform · Download Installer for · Download Installer for · Related Links....
Read more >
How to Install PyTorch with CUDA 9.0 - VarHowto
1. cat /usr/local/cuda/version.txt 2. pip install torch==1.1.0 torchvision==0.3.0 -f https://download.pytorch.org/whl/cu90/torch_stable.html Note: PyTorch only supports CUDA 9.0 up to 1.1.0. (Search torch- in https://download.pytorch.org/whl/cu90/torch_stable.html). You can...
Read more >
How to install CUDA 9 and CuDNN 7 on Ubuntu 18.04
Step 1: Verify your system requirements · Step 2: Install the required pre-installation packages · Step 3: Install the NVIDIA driver · Step...
Read more >
Cuda 9.0 installation on Ubuntu 18.04 LTS - GitHub
Cuda 9.0 installation on Ubuntu 18.04 LTS · Summary of Steps · 1.) Verify you hava a cuda capable GPU · 2.) Install...
Read more >
Install CUDA 9.0 and cuDNN 7.0 for TensorFlow/PyTorch ...
Note: I just wrote a post on installing CUDA 9.2 and cuDNN 7.1 here. ... (no way to install the code samples .deb...
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