Error when doing `pip install -r requirements.txt`
Closed this issue · 1 comments
dhanajitb commented
pip install -r requirements.txt
gives the following error:
ERROR: Could not find a version that satisfies the requirement pytorch==1.0.1 (from -r requirements.txt (line 9)) (from versions: 0.1.2, 1.0.2)
ERROR: No matching distribution found for pytorch==1.0.1 (from -r requirements.txt (line 9))
It seems conda install pytorch==1.0.1 torchvision==0.2.2 -c pytorch
works.
soochan-lee commented
Thank you for letting me know!
I updated the installation guide.