Issue
Any help on how to install torch on python3.7 would be highly appreciated.
Solution
Tried installing torch from source code.
https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-10-now-available/72048
goto section Build from Source( Though it says python3.6 you can check with python 3.7 and python3.8)
Once torch is installed, install torchvision from source
git clone https://github.com/pytorch/vision
cd vision
change the version you want to install and run the setup
sudo python setup.py install
Answered By - Gayathri Devi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.