mxbastidasr / DAWN_WACV2020

It contains the code for the paper Deep Adaptive Wavelet Network
64 stars 15 forks source link

raise OSError('CUDA runtime library not found') #11

Closed myplusd closed 9 months ago

myplusd commented 9 months ago

hello,Can someone help me Traceback (most recent call last): File "F:\下载\DAWN_WACV2020-master\DAWN_WACV2020-master\models\utils_scat.py", line 9, in from skcuda import cublas, cufft File "C:\Users\17208\anaconda3\Lib\site-packages\skcuda\cublas.py", line 22, in from . import cuda File "C:\Users\17208\anaconda3\Lib\site-packages\skcuda\cuda.py", line 9, in from .cudart import * File "C:\Users\17208\anaconda3\Lib\site-packages\skcuda\cudart.py", line 41, in raise OSError('CUDA runtime library not found') OSError: CUDA runtime library not found But I've installed the cuda environment,Thank you very much for your answers

beltegeuse commented 9 months ago

Hi!

Please ensure that the correct CUDA version is installed. It is common to encounter errors when packages require a specific CUDA version. To avoid this, please refer to the documentation of cublas to confirm which version you need.

Please be aware that this error is not related to this project, but rather a dependency issue.

myplusd commented 9 months ago

thanks