Closed sbaber1 closed 4 years ago
Could you try running pip install -r requirements.txt -f https://download.pytorch.org/whl/torch_stable.html
?
pip install torch
is not supported on Windows, @svlandeg suggestion should work. I'll add it to the readme.
Had trouble doing pip install torch using the requirements.txt-- seems to be a Windows issue (https://github.com/pytorch/pytorch/issues/29395) Might want to make note of this? Thank you!