I install the package on 64bit python3.8/3.10 on linux/window system.
All of them throw the same error.
from .library import *
backend = _clibrary()
raise RuntimeError("Could not load any ArrayFire libraries.\n" + more_info_str)
RuntimeError: Could not load any ArrayFire libraries.
Anyone could help me? Thanks a lot!