bkerler / mtkclient

MTK reverse engineering and flash tool
GNU General Public License v3.0
2.77k stars 530 forks source link

Can't run on Windows, issue with missing fuse library #992

Open AshiVered opened 7 months ago

AshiVered commented 7 months ago

Win11 Pro 23H2 When runing python mtk_gui got error Traceback (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

sam5610 commented 7 months ago

I'm on Win10 Home 22H2 and i have the same issue.

farideent commented 7 months ago

I'm on Win10 Home 22H2 and i have the same issue.

HXLH50K commented 7 months ago

Same, reset to e33a28d35ac1363b990660c1447952a1495ce9e1 can temporarily solve this problem

ColdWindScholar commented 7 months ago

Fixed on https://github.com/bkerler/mtkclient/pull/993 But it seems like there hasn't been a merger?

sam5610 commented 7 months ago

Fixed on #993 But it seems like there hasn't been a merger?

thanks

4aiman commented 7 months ago

install git-extras as described here and then run

git pr 993
anthonymesa commented 6 months ago

This did not work for me, using 993 or main after the merger of #993. I have included my details there.

bkerler commented 5 months ago

Might be fixed in the release 2.0.1, please test

PawiX25 commented 5 months ago

@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.

bkerler commented 5 months ago

@PawiX25 ok, will try to test it under Windows next week and sort out the issue :)

beitanam commented 5 months ago

Hi, not sure if it helps but i got it to run after installing WinFsp.

cookie99999 commented 5 months ago

WinFsp worked for me as well in Windows 10.

htht2001 commented 5 months ago

WinFsp also worked for me on Windows 11

Necr0m4nc3r commented 3 months ago

Winfsp is the way guys it fixed for me too