TensorRT trying to load Windows DSO on Ubuntu? #49
Replies: 5 comments
-
|
Fwiw, here are my pip installed packages in the venv. |
Beta Was this translation helpful? Give feedback.
-
|
Using the backtrace, I found that this error is coming from I changed Grepping my entire venv for the string |
Beta Was this translation helpful? Give feedback.
-
|
I inserted So the non- |
Beta Was this translation helpful? Give feedback.
-
|
This is happening inside |
Beta Was this translation helpful? Give feedback.
-
|
This appears to be a problem with tensorrt 10.2.0. Downgrading to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed the Comfy node and its requirements in the venv I'm using, Python 3.10 on Ubuntu 22. When I attempt to convert a model, it gets part of the way through before failing because it cannot load a DSO that, based on the name ending in "_win" and me having one by the same name except without "_win", I conclude is a Windows DSO.
I tried to fake it out by making a symlink from libnvinfer_builder_resource_win.so.10.2.0 to libnvinfer_builder_resource.so.10.2.0 but it the symbols themselves are also suffixed.
Beta Was this translation helpful? Give feedback.
All reactions