Hello all,
I been trying to follow instructions from Flux & ComfyUI 🆕 - NVIDIA Jetson AI Lab to install flux and comfyui. At the 2nd step I stuck and I cannot install python3-libnvinferpython3-libnvinfer-dev and tensorrt, because whenever I try to install libnvinfer I see errors like this:
The following packages have unmet dependencies:
python3-libnvinfer : Depends: python3 (>= 3.10) but 3.8.2-0ubuntu2 is to be installed
Apparently the python 3.10 from conda env is not under consideration by apt. I tried to manually install a python 3.10 through apt-get and it didn’t help neither. The friendly author who said we can “reach out to” didn’t leave any contact information at all as well.
Is there ever a solution for this? I have searched for hours and all progress I’ve made so far is I installed libnvinfer lib through sudo apt-get install libnvinfer*, but tensorrt is still not installed and I have no clue where I am heading to. How could I finish this step in he tutorial and move on to the following steps please? Thank you.
Hi,
Thank you for the help!
Reflashing the device is probably not an option sadly accroding to our upstream device provider who flashed the device for us.
I have indeed tried to make an conda env with python 3.8, and I think I could install CUDA 11.4 and PyTorch myself following guidelines I found, but I have no clue which version of tensorrt should I install since the latest doesn’t seem to work. Did some googleing but found nothing useful either.
Any suggestion on how to find (and install) the right version of tensorrt suitable to JetPack5 please? Thank you.