How to fix error: cannot find the python "fuse" module; please install it

Problem:

When running bup fuse, you see this error message

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

Solution

On Ubuntu or other debian-based systems, just install the package using apt:

install_python3_fuse_apt.sh
sudo apt -y install python3-fuse

Otherwise, install it using pip:

install_fuse_python_pip.sh
pip install -U fuse-python

Check out similar posts by category: Python