-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
caffe2_nvrtc.dll not found #116
Comments
related with pytorch/pytorch#37022 , related topic closed without good solution |
I moved cuda dlls to system32 wich i picked in the link above and reimported pytorch and worked. |
@neoandrevictor Could you describe the solution in more detail, i.e. which files exactly you moved and where? |
Possibly see #103 |
I
Yes, moving the dlls cuda into system32 folder, it works for me |
pytorch/pytorch#37022 |
Anyone still having this issue? |
i have the same issue |
@MarouaneZ1 You mean you have exactly the same issue, where it can't find the file "caffe2_nvrtc.dll"? |
Could not find module 'C:\Users.........\anaconda3\lib\site-packages\torch\lib\caffe2_nvrtc.dll' here it is |
i got a new issue::: ImportError: DLL load failed while importing _C (i got this issue while trying to use Detectron2LayoutModel ) |
Ok, leaving this issue open then, in case someone who runs Windows comes by with some information of what might be causing it. |
Hey guys, what solved the issue for me is to install cudatoolkit, turns out GPU diver installation is not enough. You can download the CudaToolKit just like this: https://anaconda.org/anaconda/cudatoolkit hope this helps |
worked for me |
Had the exact same issue. Installing CudaToolKit fixed it. |
Hi in step run_windows.bat there is a error;
FileNotFoundError: Could not find module 'C:\Users\junpa.conda\envs\avatarify\lib\site-packages\torch\lib\caffe2_nvrtc.dll' (or one of its dependencies). Try using the full path with constructor syntax.
The text was updated successfully, but these errors were encountered: