As Python 3.6 is near its EOL, I want to upgrade to Python 3.9 on my Jetson Nano.
I’ve successfully installed Python 3.9 via the deadsnake
repo, rebuilt OpenCV and PyTorch, but I’m stuck at TensorRT.
I have tensorrt-6.0.1.10
under /usr/lib/python3.6/dist-packages
, but it’s not usable for Python 3.9 as far as I understand. I cannot find any TensorRT download package for ARM architecture on the website. What should I do here?
System:
Ubuntu 18.04
CUDA 10.0
Python 3.9.9