Skip to content

MacOS, Fuse-T, pyenv > libfuse-t.dylib library not found #98

Description

@falex69

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

import fuse

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') ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions