-
Notifications
You must be signed in to change notification settings - Fork 64
RuntimeError: Could not load any ArrayFire libraries. #166
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
Comments
Can you make sure the
|
no, it's not:
Then I tried to append it to the sys.path, didn't work:
|
@BenBagherian think you are using 32 bit python. ArrayFire only supports 64 bit. @umar456 |
Thank you both! Python-32bit was the issue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error right after installation:
And these are in the PATH:
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\libnvvp;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin;C:\Program Files\ArrayFire\v3\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\nvvm\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\nvvm\lib\x64
Also, Cuda works fine with exe benchmarks.
Any thought?
The text was updated successfully, but these errors were encountered: