-
Notifications
You must be signed in to change notification settings - Fork 64
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
RuntimeError: Could not load any ArrayFire libraries #229
Comments
Are you using the cuda backend? If so you may also need to add the cuda paths. For example: |
After change I run python -m arrayfire.tests, it gives different error: ERROR:root:Traceback (most recent call last): Simple arith: FAILED [ ERROR:root:Traceback (most recent call last): Simple array: FAILED [ [ [ ERROR:root:Traceback (most recent call last): Segmentation fault (core dumped) |
I believe this can be combined with Issue #248 , since the error messages are the same. |
The solution to this problem is given in #248 . I believe this issue can be closed. |
I have include export LD_LIBRARY_PATH=/home/ztzhao/Downloads/arrayfire/lib64:$LD_LIBRARY_PATH in my ~/.bashrc, but when I want to run python -m arrayfire.tests it still can not load arrayfire libraries.
The text was updated successfully, but these errors were encountered: