-
Notifications
You must be signed in to change notification settings - Fork 96
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
error when run example.py #50
Comments
I have never seen that error, it seems like it wasn't possible to find the cuFFT binaries, but I am surprised about the error coming from Could you check in which line of |
This error happens when import gpuRIR and then 'from gpuRIR_bind import gpuRIR_bind' in init.py |
It seems like there's some problem with your CUDA and cuFFT installation and Python cannot find the cuFFT binaries. They are installed by default when you install the CUDA Toolkit and if you were able to install the library that means that you have the CUDA Toolkit correctly installed, so I don't know what can be wrong. I'm sorry but I'm afraid I cannot help you with this. The only thing that comes to my mind is reinstalling the CUDA Toolkit and then installing gpuRIR again, but I cannot guarantee that this will work. |
I have the same problem. If you have solved it, please tell the method. |
Encounter with the same error, have you resolved it? |
My cudaTookit is installed by anaconda and I found there is cuFFT binaries, but no cudatookit folder. Maybe reinstalling cudaTookit with other way may work. |
I've always installed the CUDA Toolkit from the Nvidia website, so I don't know if installing it with conda should work or not. |
I got the problem too |
I occur this problem by change python version to 3.7 |
I don't know what can be going on. I'll ask in the NVidia forum to see if someone there has any clue about how to fix this. |
I solved this issue by re-installing gpuRIR using following configurations:
where the cmake version is essential because newer cmake seems not compatible with this package |
After I install gpurir successfully, I tried to run example.py. An error came out, which is miniconda3/envs/crn_train/lib/python3.9/site-packages/gpuRIR-1.2.0-py3.9-linux-x86_64.egg/gpuRIR_bind.cpython-39-x86_64-linux-gnu.so: undefined symbol: cufftExecC2R . How can I solve this problem?
The text was updated successfully, but these errors were encountered: