Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Still "fuse library not installed" even libfuse2 has been installed #1307

Open
debianroot20200524 opened this issue Dec 4, 2024 · 2 comments

Comments

@debianroot20200524
Copy link

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#

@Lost-Entrepreneur439
Copy link

Can confirm I'm having this issue on Debian Trixie too.

@debianroot20200524
Copy link
Author

debianroot20200524 commented Jan 24, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants