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
root@debian-unstable-desktop:/usr/local/Workspace/mtkclient-2.0.1.freeze# dpkg-query -s libfuse2
Package: libfuse2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 350
Maintainer: Laszlo Boszormenyi (GCS) [email protected]
Architecture: amd64
Multi-Arch: same
Source: fuse
Version: 2.9.9.1-1+dde
Depends: libc6 (>= 2.28)
Suggests: fuse
Conflicts: fuse (<< 2.9.9.1-1+dde)
Description: Filesystem in Userspace (library)
Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
export a virtual filesystem to the Linux kernel. It also aims to provide a
secure method for non privileged users to create and mount their own filesystem
implementations.
.
This package contains the shared library.
Homepage: https://github.com/libfuse/libfuse/wiki
root@debian-unstable-desktop:/usr/local/Workspace/mtkclient-2.0.1.freeze# ./mtk_gui.py
Traceback (most recent call last):
File "/usr/local/Workspace/mtkclient-2.0.1.freeze/mtkclient/Library/Filesystem/mtkdafs.py", line 2, in
from fuse import Operations, LoggingMixIn
ImportError: cannot import name 'Operations' from 'fuse' (/usr/lib/python3/dist-packages/fuse.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/Workspace/mtkclient-2.0.1.freeze/./mtk_gui.py", line 18, in
from mtkclient.Library.DA.mtk_da_handler import DaHandler
File "/usr/local/Workspace/mtkclient-2.0.1.freeze/mtkclient/Library/DA/mtk_da_handler.py", line 12, in
from mtkclient.Library.Filesystem.mtkdafs import MtkDaFS
File "/usr/local/Workspace/mtkclient-2.0.1.freeze/mtkclient/Library/Filesystem/mtkdafs.py", line 4, in
raise ImportError('fuse library not installed')
ImportError: fuse library not installed
root@debian-unstable-desktop:/usr/local/Workspace/mtkclient-2.0.1.freeze#
The text was updated successfully, but these errors were encountered:
在 2025年1月24日星期五 GMT+8 11:19:41,Ivy 写道:
Can confirm I'm having this issue on Debian Trixie too.
—
Reply to this email directly, view it on GitHub[1], or unsubscribe[2].
You are receiving this because you authored the thread.[3]Message ID: ***@***.***>
Yes,I'm running Debian Trixie too.
root@debian-unstable-desktop:/usr/local/Workspace/mtkclient-2.0.1.freeze# dpkg-query -s libfuse2
Package: libfuse2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 350
Maintainer: Laszlo Boszormenyi (GCS) [email protected]
Architecture: amd64
Multi-Arch: same
Source: fuse
Version: 2.9.9.1-1+dde
Depends: libc6 (>= 2.28)
Suggests: fuse
Conflicts: fuse (<< 2.9.9.1-1+dde)
Description: Filesystem in Userspace (library)
Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
export a virtual filesystem to the Linux kernel. It also aims to provide a
secure method for non privileged users to create and mount their own filesystem
implementations.
.
This package contains the shared library.
Homepage: https://github.com/libfuse/libfuse/wiki
root@debian-unstable-desktop:/usr/local/Workspace/mtkclient-2.0.1.freeze# ./mtk_gui.py
Traceback (most recent call last):
File "/usr/local/Workspace/mtkclient-2.0.1.freeze/mtkclient/Library/Filesystem/mtkdafs.py", line 2, in
from fuse import Operations, LoggingMixIn
ImportError: cannot import name 'Operations' from 'fuse' (/usr/lib/python3/dist-packages/fuse.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/Workspace/mtkclient-2.0.1.freeze/./mtk_gui.py", line 18, in
from mtkclient.Library.DA.mtk_da_handler import DaHandler
File "/usr/local/Workspace/mtkclient-2.0.1.freeze/mtkclient/Library/DA/mtk_da_handler.py", line 12, in
from mtkclient.Library.Filesystem.mtkdafs import MtkDaFS
File "/usr/local/Workspace/mtkclient-2.0.1.freeze/mtkclient/Library/Filesystem/mtkdafs.py", line 4, in
raise ImportError('fuse library not installed')
ImportError: fuse library not installed
root@debian-unstable-desktop:/usr/local/Workspace/mtkclient-2.0.1.freeze#
The text was updated successfully, but these errors were encountered: