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

Instructions require python 3.5-3.7 #64

Open
gth828r opened this issue Feb 4, 2021 · 0 comments
Open

Instructions require python 3.5-3.7 #64

gth828r opened this issue Feb 4, 2021 · 0 comments

Comments

@gth828r
Copy link

gth828r commented Feb 4, 2021

I was following the setup instructions with Miniconda on a fresh Ubuntu 20.04 install, and I was getting the following error:

$ pip3 install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement torch==0.4.1-post2
ERROR: No matching distribution found for torch==0.4.1-post2

It doesn't look like torch 0.4.1-post2 is supported for python 3.8: https://anaconda.org/pytorch/pytorch/files?version=0.4.1

In order to resolve this, I downgraded my python version from 3.8.5 to 3.7.9. The instructions should probably mention this constraint.

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

1 participant