vorta
vorta copied to clipboard
Vorta is unable to find the installed fuse
Description
I installed borg and vorta as follows:
sudo dnf install -y python3 python3-devel python3-pip python3-virtualenv \
libacl-devel libacl \
openssl-devel \
lz4-devel libzstd-devel xxhash-devel \
pkgconf python3-pkgconfig
sudo dnf install -y gcc gcc-c++ redhat-rpm-config
sudo dnf install -y fuse-devel fuse # needed for llfuse
sudo dnf install -y fuse3-devel fuse3 # needed for pyfuse3
sudo dnf install -y python3-llfuse
pipx install "borgbackup==2.0.0b7"
Refer: Installation — Borg on Fedora
pipx install vorta
But I get the following error, clearly vorta is unable to find the FUSE:
Environment
- OS: Fedora 39
- Vorta version: 0.9.1
- Installed from: pipx
- Borg version: 2.0.0b7
Logs
I am unable to see the individual log by double clicking in the following window:
If I am not mistaken this is because you have installed vorta/borg in a virtual pipx environment while the fuse packages is installed in the system python environment by the package manager. Try
pipx inject borgbackup llfuse
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue was closed because it has been stalled for 7 days with no activity.