-
Notifications
You must be signed in to change notification settings - Fork 681
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
Tensorrt Python windows 10 #319
Comments
Hi @sundar19 |
No , I tried it in Jetson nano! |
Hi guys yes I'm wondering if torch2trt is supported on Windows OS, I've installed it and ran the setup.py successfully but when I try to import it using: from torch2trt import torch2trt I get the error message: ModuleNotFoundError: No module named 'tensorrt' |
According to the error, you need to install tensorrt first. |
Hi @mathmax12, For Tensorrt I followed the zip file installation steps in this link (https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html#installing-zip) As for Torch2trt I simply cloned the repo and ran the python setup.py install on my conda environment and it was successfully installed. But I'm still receiving the error of "No module named tensorrt" |
Have you tried to verify your installation of TensorRT |
I was able to install without plugins. Were you able to install with the plugins? I got the following error:
|
How do I run this in a windows 10 OS? do you support tensorrt for windows 10 using python3?
The text was updated successfully, but these errors were encountered: