nshaud / DeepHyperX

Deep learning toolbox based on PyTorch for hyperspectral data classification.
Other
439 stars 122 forks source link

pip install torch error - Windows 10 #14

Closed sbaber1 closed 4 years ago

sbaber1 commented 4 years ago

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!

svlandeg commented 4 years ago

Could you try running pip install -r requirements.txt -f https://download.pytorch.org/whl/torch_stable.html ?

nshaud commented 4 years ago

pip install torch is not supported on Windows, @svlandeg suggestion should work. I'll add it to the readme.