Can I install pytorch_geometric without CUDA? If yes, how?
See original GitHub issue📚 Installation
Environment
- OS: Centos
- Python version: 3.5
- PyTorch version: 1.2.0 without cuda
- CUDA/cuDNN version: None
- GCC version:
- How did you try to install PyTorch Geometric and its extensions (pip, source):
- Any other relevant information: Can I install pytorch_geometric without CUDA? If yes, how?
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.
Additional context
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Can I install pytorch_geometric without CUDA? If yes, how?
For macOS without NVIDIA card, you need to install the CPU version of PyG(=PyTorch Geometric), following the installation guide (either via ...
Read more >Installation — pytorch_geometric documentation
Ensure that your CUDA is setup correctly (optional):. Check if PyTorch is installed with CUDA support: · Install the relevant packages: pip install...
Read more >How to install PyG (PyTorch Geometric) on Mac without GPU ...
Welcome to this video. In this video, I'm showing you how to install # pytorch Geometric (PyG), one of the most popular library...
Read more >PyTorch torch_sparse installation without CUDA
I try to intall it, but when I use the command pip install torch-sparse in anaconda, I get an error: UserWarning: CUDA initialization:Found...
Read more >How to install PyTorch WITHOUT CUDA
I think this is fine. You can use CUDA_VISIBLE_DEVICES=-1 to hide all the GPUs from the cuda driver (and so from pytorch as...
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
Can I install pytorch_geometric without CUDA? If yes, how? I’m new,so could you explain more?
This is issue https://github.com/pyg-team/pytorch_geometric/issues/4160