Closed carlosedubarreto closed 1 year ago
One update, I also tested with torch 1.12.1+cu113 and had the same error
PS.: I had this error because I installed CUDA11.3 and didnt restart the cmd, so it was pointing to CUDA11.6 the next day (the comment below) with the pc restarted, the paths to cuda 11.3 were updated, so it worked 😊
correcting, today I tried again with the env that had torch 1.12.1 CUDA11.3, and its working.
To install those dependencies on windows I used
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cu113.html
correcting, today I tried again with the env that had torch 1.12.1 CUDA11.3, and its working.
To install those dependencies on windows I used
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113 pip install torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cu113.html
How about your version of python? I also encountered this question. Thank you.
Hello, I ws trying to use the code, but I end up getting an error when trying to run it.
When it goes to compile it shows this error
I'm using pytorch 1.13.1 Cuda 11.6 torch-scatter==2.1.0+pt113cu116
maybe its a problem with the cuda version I'm using? what version did you use?
I'm trying it on windows. thanks.