Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to find libfuse #996

Closed
naden01 opened this issue May 5, 2024 · 2 comments
Closed

unable to find libfuse #996

naden01 opened this issue May 5, 2024 · 2 comments

Comments

@naden01
Copy link

naden01 commented May 5, 2024

i get this error when write a command

C:\Users\Administrator\mtkclient>py mtk_gui
Traceback (most recent call last):
File "C:\Users\Administrator\mtkclient\mtk_gui", line 18, in
from mtkclient.Library.DA.mtk_da_handler import DA_handler
File "C:\Users\Administrator\mtkclient\mtkclient\Library\DA\mtk_da_handler.py", line 12, in
from mtkclient.Library.Filesystem.mtkdafs import MtkDaFS
File "C:\Users\Administrator\mtkclient\mtkclient\Library\Filesystem\mtkdafs.py", line 1, in
from fuse import FuseOSError, Operations, LoggingMixIn
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\fuse.py", line 115, in
raise EnvironmentError('Unable to find libfuse')
OSError: Unable to find libfuse

how to fix it?

@samuel1003
Copy link

It seems a new requierement missing, i am having same problem with latest commit

@hopez13
Copy link
Contributor

hopez13 commented May 8, 2024

check #993

@naden01 naden01 closed this as completed May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants