-
Notifications
You must be signed in to change notification settings - Fork 544
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
Could not find module 'libcudart.so' (or one of its dependencies). Try using the full path with constructor syntax. #951
Comments
在 Windows 10 上,没有 libcudart.so 这个文件,你可以用cudart64_XX.dll 文件,其中 XX 是 CUDA 版本号 |
and how do I use cudart64_XX.dll? |
I opened the issue... |
|
damn, is there a more simple way to run the inference trt file on Windows (moved to win11) |
King! |
Description
I'm getting Could not find module 'libcudart.so' (or one of its dependencies). Try using the full path with constructor syntax. when trying to run python setup.py install
TensorRT Version: 8.6.1
GPU Type: GTX 1060/ GTX 1660 Ti
Nvidia Driver Version: 546.33
CUDA Version: 11.8
CUDNN Version: 8.6.0.163
Operating System + Version: win10
Python Version (if applicable): 3.10.2
TensorFlow + TF2ONNX Version (if applicable): tensorflow == 2.13.0rc1
PyTorch Version (if applicable): torch 2.1.2+cu118
The text was updated successfully, but these errors were encountered: