-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No "tensorrt" module in python3.8 ? #11
Comments
Unfortunately, it seems rather difficult to change the Python binding of TensorRT. I've been working on it for a while now, but no luck so far. TensorRT is an integral part of your JetPack and is not easy to install 'separately'. First of all, I don't see a solution to make TensorRT work with Python 3.8. If anyone has any suggestions, let me know! |
haha, i solved it... |
Glad to hear you succeeded! |
Hi, got same issue and of course manage also to make it work with python 3.6. But we need a way to have tensorrt with 3.8. I see perhaps a solution with tiny tensorrt… really not sure ! |
I was wondering why I get the following error message:
Does anyone perhaps have a solution? |
I copied tensorrt*, but no, do you change anything else? |
He managed with python 3.6... |
Me too, but I can't use it |
Found that you can pretty easily compile tensorrt from sources. I used the python3.8.10 shipped with the Image provided by Qengineering and followed these instructions to build tensorrt: https://github.com/NVIDIA/TensorRT/tree/8.0.1#building-tensorrt-oss
I also created python bindings by following the instructions here: Hope this helps @Akiautiste @liutaiyuan1 @Qengineering |
Please find the TensorRT python wheel at the main page. |
dear author,i can not import python package:"tensorrt",is there not include tensorrt pybind in this ubuntu20.04 image?
The text was updated successfully, but these errors were encountered: