trapexit / mergerfs-tools

Optional tools to help manage data in a mergerfs pool
ISC License
392 stars 43 forks source link

Import Error when trying to run mergerfs.balance #150

Open spikked27 opened 2 months ago

spikked27 commented 2 months ago

root@PurpleCloud:~# mergerfs.balance -p 75 /mnt/addons/Frigate_Recordings Traceback (most recent call last): File "/usr/bin/mergerfs.balance", line 18, in <module> import ctypes File "/usr/lib64/python3.9/ctypes/__init__.py", line 8, in <module> from _ctypes import Union, Structure, Array ImportError: libffi.so.7: cannot open shared object file: No such file or directory

trapexit commented 2 months ago

That looks like your Python install is messed up.

spikked27 commented 2 months ago

That looks like your Python install is messed up.

I installed python through NerdTools on Unraid, are there any dependencies I might be missing?