Open AshiVered opened 7 months ago
I'm on Win10 Home 22H2 and i have the same issue.
I'm on Win10 Home 22H2 and i have the same issue.
Same, reset to e33a28d35ac1363b990660c1447952a1495ce9e1 can temporarily solve this problem
Fixed on https://github.com/bkerler/mtkclient/pull/993 But it seems like there hasn't been a merger?
Fixed on #993 But it seems like there hasn't been a merger?
thanks
This did not work for me, using 993 or main after the merger of #993. I have included my details there.
Might be fixed in the release 2.0.1, please test
@bkerler I'm on version 2.0.1 and using Python 3.11 with Windows 11. I also tried with 3.10 and I keep getting the same error: OSError: Unable to find libfuse.
@PawiX25 ok, will try to test it under Windows next week and sort out the issue :)
Hi, not sure if it helps but i got it to run after installing WinFsp.
WinFsp worked for me as well in Windows 10.
WinFsp also worked for me on Windows 11
Winfsp is the way guys it fixed for me too
Win11 Pro 23H2 When runing
python mtk_gui
got errorTraceback (most recent call last): File "C:\Users\Ashi\mtkclient\mtk_gui", line 18, in <module> from mtkclient.Library.DA.mtk_da_handler import DA_handler File "C:\Users\Ashi\mtkclient\mtkclient\Library\DA\mtk_da_handler.py", line 12, in <module> from mtkclient.Library.Filesystem.mtkdafs import MtkDaFS File "C:\Users\Ashi\mtkclient\mtkclient\Library\Filesystem\mtkdafs.py", line 1, in <module> from fuse import FuseOSError, Operations, LoggingMixIn File "C:\Users\Ashi\AppData\Local\Programs\Python\Python311\Lib\site-packages\fuse.py", line 115, in <module> raise EnvironmentError('Unable to find libfuse') OSError: Unable to find libfuse
https://pypi.org/project/fuse-python/ I check in web, fuse not support Windows