Compatibility Issue of python 3.7 or above version for jetson tx2i

Hi,

I’m trying to run yolov5 on top of jetson tx2i. But, the jetson tx2i doesn’t support jetpack 5. So, I installed jetpack 4 on my tx2i. But the problem is, when I’m trying to run yolov5 model on top of this device, it’s not working. Then, I went through their documentation and they’re saying they have support for python >= 3.7.
But, in my jetpack-4, I’ve only pytorch whl which is built on python 3.6.
So, how can I solve this dependency issues?

Hi,

You can build a custom PyTorch with Python 3.7.
Please find the instructions below:

Thanks.