You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: