NVIDIA forums had wheel files for Python 3.6 versions for installing pytorch with cuda support and they worked fine, but the easyocr library that I’m using in the project requires python versions 3.8/3.9 hence the versions are not compatible. Could someone please provide wheel files for torch/pytorch version 1.8 with cuda 10.2 support for Jetson Nano with python 3.8/9 version? Tht’d be helpful.
Hi @ihimu, I believe someone had posted their Python 3.8 wheel for PyTorch 1.8 and CUDA 10.2 here:
Otherwise you may need to follow a topic like that and build it from source.
Hey thank you so much for the fast reply!
I have installed and checked this. The Google drive link worked for me. It installs Pytorch 1.7 with CUDA enabled on Jetson Nano with python version 3.8.6
With little more modifications I was able to run easyOCR too.
Hello! I have the some questions with you and I have installed the version from the Google drive link.However there is an error, have you met this error?
The error indicates that PyTorch wheel was built with support for Nano/TX1 GPU (sm_53) but not the Xavier GPU (sm_72), so it would need rebuilt to include support for sm_72.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.