Fehler beheben: cannot find the python "fuse" module; please install it

English Deutsch

Problem:

Beim Ausführen von bup fuse erscheint diese Fehlermeldung

python_fuse_error.txt
error: cannot find the python "fuse" module; please install it

Lösung

Auf Ubuntu oder anderen Debian-basierten Systemen das Paket einfach mit apt installieren:

install_python3_fuse_apt.sh
sudo apt -y install python3-fuse

Andernfalls mit pip installieren:

install_fuse_python_pip.sh
pip install -U fuse-python

Check out similar posts by category: Python