vorta icon indicating copy to clipboard operation
vorta copied to clipboard

Vorta can't find path to borg (even when using same venv with `pipx inject`)

Open lamyergeier opened this issue 1 year ago • 3 comments

Description

Installation

$ Version='2.0.0b11'
$ pipx install --force "borgbackup[pyfuse3]==${Version}"
$ pipx inject borgbackup vorta --include-app
$ borg --version
borg 2.0.0b11
$ type borg
borg is /home/lamy/.local/bin/borg

Troubleshooting

python3 -c "import shutil; print(shutil.which('borg'))"
/home/lamy/.local/bin/borg

Issue

Path to borg is empty!

image

image

Reproduction

  • [X] I tried to reproduce the issue.
  • [x] I was able to reproduce the issue.

OS

Fedora 40, Gnome 46

Version of Vorta

0.9.1

What did you install Vorta with?

Other (with pipx)

Version of Borg

2.0.0b11

Logs

2024-10-02 23:04:09,143 - vorta.i18n - DEBUG - Loading translation failed for ['en-Latn-GB', 'en-GB'].
2024-10-02 23:04:09,233 - root - DEBUG - Not a private SSH key file: authorized_keys
2024-10-02 23:04:09,233 - root - DEBUG - Not a private SSH key file: other_keys.seahorse
2024-10-02 23:04:09,467 - root - INFO - Using NetworkManagerMonitor NetworkStatusMonitor implementation.

Relevant issues

lamyergeier avatar Oct 02 '24 21:10 lamyergeier

Not sure if vorta already supports recent betas of borg2? There were quite big changes.

ThomasWaldmann avatar Oct 18 '24 18:10 ThomasWaldmann

We did last year. I think it just needs minor adjustments to the changed commands again.

m3nu avatar Oct 18 '24 20:10 m3nu

I filed a PR so vorta can run with borg2 >= 2.0.0b10.

ThomasWaldmann avatar Oct 18 '24 21:10 ThomasWaldmann

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 Jan 17 '25 02:01 github-actions[bot]