Hello,
I've installed the "master" branch on my MacOS 15.4.1 to have the patch #84 applied.
I've installed fuse-T instead of Fuse, due to Security Policy from Apple and my company who disallow the kext.
In my python code when I
It raise the error file not found, with the list of the directory tested.
My solution was to create a link from the 'real' /System/Volumes/Data/usr/local/lib/libfuse-t.dylib to /Users/abcdefghijklmnopqrstuvwxyz/.pyenv/versions/3.12.8/lib/libfuse-t.dylib'
Did someone encountered the same error and how did you solve it ? (I'm not proud of my 'ln') ?