Installing the kernel extensions through the MacFUSE pkg doesn't add the same fuse executable as linux.
The setup-mac.sh script fails because command -v fuse doesn't exist.
fuse: device not found, try 'modprobe fuse' first
Traceback (most recent call last):
File "/app/main.py", line 54, in <module>
runFuse()
File "/app/functions/fuseFilesystemFunctions.py", line 292, in runFuse
server.main()
File "/usr/local/lib/python3.10/site-packages/fuse.py", line 754, in main
main(**d)
fuse.FuseError: filesystem initialization failed
I'm using the :main branch, but this seems like a different issue.
Installing the kernel extensions through the MacFUSE pkg doesn't add the same fuse executable as linux.
The setup-mac.sh script fails because
command -v fusedoesn't exist.I'm using the :main branch, but this seems like a different issue.