I've installed Python Anaconda in Windows 7, but I can't install pytorch in system.
Does anyone have an how idea to install PyTorch in a Windows 7 32-bit system?
A few steps as described here may help to install Pytorch in Windows considering a specific case of Python 3.6:
Then go to the directory where you have downloaded the whl file and then press SHIFT and right click and select open command prompt here and then execute this:
pip install Shapely-1.6.3-cp36-cp36m-win_amd64.whl
For 32 bit:
pip install Shapely‑1.7.1‑cp36‑cp36m‑win32.whl
Then execute this command:
pip install Fiona‑1.7.13‑cp36‑cp36m‑win_amd64.whl
For 32 bit:
pip install Fiona‑1.8.17‑cp36‑cp36m‑win32.whl
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With