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 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: