In my application I would like to use the newly introduced features of Python 3.8 together with TensorRT. Unfortunately, TensorRT for Python 3.8 is not available and information on how to solve this problem can not be found.
Environment
CUDA Version: 10.2
** System **: Jetson Xavier AGX
** Jetpack version **: 4.4.1
I mentioned it myself, but this is not a solution. The same obsolete answer was given at the beginning of 2020 already. Can anyone say if this topic will be addressed soon or what the difficulties are there?
You should also still be able to install and run TensorRT under different environments, including Python 3.8. For me I installed from wheel for other python version and manually moved the packages to python3.8 local packages. But it is not guaranteed it will work flawlessly in all cases
@shunfan2 thanks for you response. Unfortunately this does not work for me:
ImportError: Python version mismatch: module was compiled for Python 3.6, but the interpreter version is incompatible: 3.8.6 (default, Nov 18 2020, 15:00:51)