-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: No matching distribution found for torch-spine-conv #3707
Comments
It‘s called |
I get this error:
|
Can you share the installation log? |
|
No, I mean the installation log of running, e.g.:
Any reason you do not wanna make use of our pre-built binaries via |
|
Yeah, I think you need to re-install all previous versions first:
|
|
Can you show me the full installation log and some information about your system?
|
|
Ok :) But that is not the installation log of |
It's the installation log for this:
|
By doing:
I got:
|
Thank you Sir, everything is working fine now! |
I just get an error when I run the GCN code:
|
No, still I have the same issue |
Sir, by doing: I got:
|
This looks like a PyTorch issue to me, not sure what happened :) |
what about this error Sir,
|
This error indicates that there was an error during installation, and the binaries could not be found. At this point, I'm not exactly sure which problem needs to be solved first. Have you resolved the |
No :). I just try on another GPU but I still can't install the torch well. Most of the GPU shows me this error:
|
Yes, I tried to answer that in rusty1s/pytorch_sparse#189. Manual installation is sadly pretty challenging, and you need to ensure that the PyTorch CUDA and local CUDA versions match. As a result, it's probably best to install from wheels and ensure that you are pointing to the CUDA version installed by PyTorch/Conda:
(see here) |
Thank you Sir :). My problem is solved.
|
Hello,
I am trying to install the pytorch_geometric on my computer which doesn't have GPU. When I try to run:
I get the following error:
By doing:
python -c "import torch; print(torch.__version__)"
I get:
The text was updated successfully, but these errors were encountered: