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:
- Created 4 years ago
- Comments:28 (11 by maintainers)
Top 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 >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
Hi rusty1s,
I reinstalled anaconda, and then everything is working for me !! Thank you very much for your help!
Thank you very much for your help!