Skip to content
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

Installation instructions #59

Closed
jkuck opened this issue Mar 16, 2020 · 6 comments
Closed

Installation instructions #59

jkuck opened this issue Mar 16, 2020 · 6 comments

Comments

@jkuck
Copy link

jkuck commented Mar 16, 2020

This install (from the instructions) failed for me:

$ pip install torch-cluster==latest+cpu -f https://pytorch-geometric.com/whl/torch-1.4.0.html

But this worked:

$ pip install torch-cluster==latest+cpu -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.4.0.html

@rusty1s
Copy link
Owner

rusty1s commented Mar 17, 2020

Fixed!

@rusty1s rusty1s closed this as completed Mar 17, 2020
@jkuck
Copy link
Author

jkuck commented Mar 18, 2020

Thanks for the quick check! I'm actually still getting this error:

$ pip install torch-cluster==latest+cpu -f https://pytorch-geometric.com/whl/torch-1.4.0.html
Looking in links: https://pytorch-geometric.com/whl/torch-1.4.0.html
ERROR: Could not find a version that satisfies the requirement torch-cluster==latest+cpu (from versions: 0.1.1, 0.2.3, 0.2.4, 1.0.1, 1.0.3, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.3.0, 1.4.0, 1.4.1, 1.4.2, 1.4.3a1, 1.4.3, 1.4.4, 1.4.5)
ERROR: No matching distribution found for torch-cluster==latest+cpu

@rusty1s
Copy link
Owner

rusty1s commented Mar 19, 2020

Can you try to upgrade pip to see whether this fixes the error?

@jkuck
Copy link
Author

jkuck commented Mar 19, 2020

I'm still getting this error after upgrading pip. I'm only getting this error when running on linux, it works for me when running on a mac. I also get the error when running with cu92, cu100, and cu101 on linux.

@rusty1s
Copy link
Owner

rusty1s commented Mar 19, 2020

Does it work when you directly install from the wheel link?

@jkuck
Copy link
Author

jkuck commented Mar 19, 2020

Actually it works for me. The problem seems to have been that I was running the command:

$ pip install torch-cluster==latest+cpu -f https://pytorch-geometric.com/whl/torch-1.4.0.html

inside a conda virtual environment. Sorry for the trouble, but appreciate the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants