caffe2_nvrtc.dll not found
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.
related with https://github.com/pytorch/pytorch/issues/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
I moved cuda dlls to system32 wich i picked in the link above and reimported pytorch and worked.
Yes, moving the dlls cuda into system32 folder, it works for me
https://github.com/pytorch/pytorch/issues/37022 worked for me as well
Anyone still having this issue?
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"?
@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
@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
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.