Instructions require python 3.5-3.7
gth828r opened this issue · 0 comments
gth828r commented
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.