You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I run pip3 install https://download.pytorch.org/whl/cu121/torch_tensorrt-2.4.0%2Bcu121-cp38-cp38-linux_x86_64.whl#sha256=072edc48b58c454a6a4accb94b472aa8c3e708fdee82ff64ce91c674a58db894
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'tensorrt'`
`python3 -c "import torch_tensorrt"
Traceback (most recent call last):
File "", line 1, in
File "/home/admin/zxl/comfyUI_flow/.tox/dev/lib/python3.8/site-packages/torch_tensorrt/init.py", line 114, in
_register_with_torch()
File "/home/admin/zxl/comfyUI_flow/.tox/dev/lib/python3.8/site-packages/torch_tensorrt/init.py", line 107, in _register_with_torch
torch.ops.load_library(linked_file_full_path)
File "/home/admin/zxl/comfyUI_flow/.tox/dev/lib/python3.8/site-packages/torch/_ops.py", line 1295, in load_library
ctypes.CDLL(path)
File "/usr/lib/python3.8/ctypes/init.py", line 373, in init
self._handle = _dlopen(self._name, mode)
OSError: /home/admin/zxl/comfyUI_flow/.tox/dev/lib/python3.8/site-packages/torch_tensorrt/lib/libtorchtrt.so: undefined symbol: _ZNSt10filesystem19temp_directory_pathEv`
For example, I am using pytorch2.2.1, tensorrt10.2.0, how can I install torch_tensorrt (without changing pytorch, tensorrt versions)
The text was updated successfully, but these errors were encountered: