Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Fix PyTorch links for Python>=3.8 #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VarIr
Copy link

@VarIr VarIr commented Mar 3, 2021

Trying to make install I got the following error (for cp39, and similarly for cp38):

ERROR: torch-1.5.1-cp39-cp39m-linux_x86_64.whl is not a supported wheel on this platform.

It seems the hardcoded links in the Makefile are broken:
https://download.pytorch.org/whl/cu102/torch-1.5.1-cp38-cp38m-linux_x86_64.whl points me to an "access denied" xml file. The correct path should be https://download.pytorch.org/whl/cu102/torch-1.5.1-cp38-cp38-linux_x86_64.whl (note the missing 'm' after cp38).

I modified the Makefile to match the new filenames for cp38, cp39, ... for my personal installation, and thought, others might find that useful as well.

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

Successfully merging this pull request may close these issues.

1 participant