vorta icon indicating copy to clipboard operation
vorta copied to clipboard

Vorta is unable to find the installed fuse

Open lamyergeier opened this issue 1 year ago • 2 comments

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:

image

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:

image

lamyergeier avatar Feb 07 '24 14:02 lamyergeier

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

real-yfprojects avatar Feb 09 '24 11:02 real-yfprojects

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.

github-actions[bot] avatar May 10 '24 02:05 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar May 18 '24 02:05 github-actions[bot]