I am currently working with the Jetson Nano 2GB Developer Kit and am running into compatibility issues when attempting to use PyTorch and torchvision with Python 3.8. I have successfully changed the default Python version to 3.8 on my Jetson Nano, but I’m encountering errors suggesting that PyTorch and torchvision are not supported or not compatible.
The specific issue is related to using these libraries with YOLOv8 from Ultralytics. I have downgraded torchvision , but I’m still facing challenges with PyTorch compatibility.
Has anyone successfully set up a similar environment on the Jetson Nano 2GB Developer Kit with Python 3.8, PyTorch, torchvision, and YOLOv8? If so, could you please share the steps you followed or any workarounds you implemented?
Additionally, any insights into the compatibility of PyTorch and torchvision with Python 3.8 on the Jetson Nano would be highly appreciated.