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.

Can not install torch-scatter using 'conda install'

See original GitHub issue

📚 Installation

I am able to install torch-scatter using ‘pip3 install torch-scatter’.

But it failed when I use ‘conda install torch-scatter’ and ‘pip install torch-scatter’

By using pip3, I cannot install torch-scatter to my anaconda3 environment. Then, when I run the examples/code, I aways get ‘PackagesNotFoundError’ for torch-scatter

Environment

  • OS: macOS
  • Python version: 10.14.5
  • PyTorch version: 1.1.0
  • CUDA/cuDNN version: NO
  • GCC version: 4.2.1
  • How did you try to install PyTorch Geometric and its extensions (pip, source): I tried pip, and it is not success. Then, I changed to pip3, it is working. But I still get module not found error when I run code/example. And I cannot install using ‘conda install torch-scatter’
  • Any other relevant information:

Checklist

  • I followed the installation guide.
  • I cannot find my error message in the FAQ.
  • I set up CUDA correctly and can compile CUDA code via nvcc.
  • I have cloned the repository and tried a manual installation from source.
  • 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.

Error logs:

Thank you very much!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:28 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
Shane-2015commented, Jun 30, 2019

Hi rusty1s,

I reinstalled anaconda, and then everything is working for me !! Thank you very much for your help!

0reactions
Shane-2015commented, Jun 29, 2019

Thank you very much for your help!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can not install torch-scatter using 'conda install' #467 - GitHub
I am able to install torch-scatter using 'pip3 install torch-scatter'. But it failed when I use 'conda install torch-scatter' and 'pip install ......
Read more >
Installation — pytorch_geometric documentation
We do not recommend installation as a root user on your system Python. Please setup a Anaconda or Miniconda environment or create a...
Read more >
Installation | AugLiChem
First, download this repo. If you do not have it yet,, conda for ARM64 architecture needs to be installed. This can be done...
Read more >
Torch Scatter - :: Anaconda.org
linux-64 v2.1.0; osx-64 v2.1.0. conda install. To install this package run one of the following: conda install -c conda-forge torch-scatter. Description.
Read more >
torch-scatter - Python Package Health Analysis - Snyk
Update: You can now install pytorch-scatter via Anaconda for all major OS/PyTorch/CUDA combinations Given that you have pytorch >= 1.8.0 installed, ...
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