MarkusSifft / SignalSnap

Spectra at your fingertips
Other
4 stars 1 forks source link

enter RuntimeError: Could not load any ArrayFire libraries. #4

Open evileleven opened 1 week ago

evileleven commented 1 week ago

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!

MarkusSifft commented 1 week ago

Hi :) This seems to be a problem with the arrayfire installation. Have you installed the arrayfire C libraries as described in our installation guide https://github.com/MarkusSifft/SignalSnap/wiki/Installation-Guide?