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
I cant get it to work on Manjaro Linux inside a virtual lenvironment:
./bin/python mtk_gui.py
Traceback (most recent call last):
File "/home/devel/mtkclient/mtkclient/Library/Filesystem/mtkdafs.py", line 12, in <module>
from fuse import Operations, LoggingMixIn
ImportError: cannot import name 'Operations' from 'fuse' (/home/devel/mtkclient/lib/python3.12/site-packages/fuse.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/devel/mtkclient/mtk_gui.py", line 18, in <module>
from mtkclient.Library.DA.mtk_da_handler import DaHandler
File "/home/devel/mtkclient/mtkclient/Library/DA/mtk_da_handler.py", line 13, in <module>
from mtkclient.Library.Filesystem.mtkdafs import MtkDaFS
File "/home/devel/mtkclient/mtkclient/Library/Filesystem/mtkdafs.py", line 14, in <module>
raise ImportError('fuse library not installed')
ImportError: fuse library not installed
I did install a bunch of other dependencies, however cant seems to get past this one.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I cant get it to work on Manjaro Linux inside a virtual lenvironment:
I did install a bunch of other dependencies, however cant seems to get past this one.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions