In one of the steps, I need to download the PyConfig.h file. However, I am unable to find a deb package for Python 3.10. I can only find packages for Python 3.9, Python 3.11, and Python 3.12.
Could you please advise on how to proceed with this issue?
My Jetson Orin Nano is currently running the newest JetPack 6.0
I’m using JetPack 6.0 (rev2), the latest version. I have solved the problem. In the global environment, I checked that TensorRT Python bindings were indeed already present. However, when I created the virtual environment, I forgot to include the --system-site-packages option.