Skip to content
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

Open
maxmelichov opened this issue Dec 31, 2023 · 2 comments

Comments

@maxmelichov
Copy link

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

@idaoi
Copy link

idaoi commented Mar 19, 2024

在 Windows 10 上,没有 libcudart.so 这个文件,你可以用cudart64_XX.dll 文件,其中 XX 是 CUDA 版本号

@idaoi
Copy link

idaoi commented Mar 19, 2024

在 Windows 10 上,没有 libcudart.so 这个文件,你可以用cudart64_XX.dll 文件,其中 XX 是 CUDA 版本号
On Windows 10, the libcudart.so file is not available. You can use the cudart64_XX.dll file, where XX is the CUDA version number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants