Skip to content
Discussion options

You must be logged in to vote

I don't think this is possible since setup.py will only trust official sources such as pypi. The only way to overcome this is via requirements.txt files or via conda, e.g.

-f https://data.pyg.org/whl/torch-1.12.0+cpu.html
torch==1.12.0
torch-scatter
torch-sparse
...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SamCox822
Comment options

Answer selected by SamCox822
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants