torch-cluster issue: No CUDA runtime is found #7424
-
Hi, I generated a new conda env on windows with the following commands: conda create -n envn python=3.10.9 Then, I tried to install torch-cluster: But got an error message. Any ideas how could this be resolved? Please see error message and output of conda list below. Thanks! error: (envn) C:\Users\SYOAV>C:\Users\SYOAV\anaconda3\envs\envn\Scripts\pip install torch-cluster -f https://data.pyg.org/whl/torch-2.0.1+cu117.html --no-cache-dir × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. conda list: Name Version Build Channel |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Windows binaries are not available for conda yet (see here). Try using pip for your installation. |
Beta Was this translation helpful? Give feedback.
-
Also try
It looks like it currently tries to build from source (due to the missing |
Beta Was this translation helpful? Give feedback.
Also try
It looks like it currently tries to build from source (due to the missing
torch-2.0.1+cu117.html
page on our end).