Replies: 1 comment 12 replies
-
How did you install |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run test code in this article,it occurs mistake like this:
FileNotFoundError: Could not find module 'C:\Python310\Lib\site-packages\torch_sparse\_convert_cuda.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
And I tried to install wheel from this link, however the main function still crashed with FileNotFoundError.
I'm sure there is _convert_cuda.pyd in torch_sparse directory.
And when I run
python -c "import torch; print(torch.__version__)"
the output is:
1.12.1+cpu
Is there any connection with torch version? How to solve my problem?
Beta Was this translation helpful? Give feedback.
All reactions