Closed Szelwin closed 1 week ago
There is an error with your Homebrew Borg. Maybe try reinstalling it or use the non-FUSE version? Or remove them both and try the built-in Borg. I recall the package giving this error was recently removed from Borg-FUSE.
2024-11-12 09:00:00,677 - vorta.borg.borg_job - INFO - Running command /opt/homebrew/bin/borg create --list --progress --info --log-json --json --filter=AM -C lz4 --exclude-from /var/folders/_s/fg_43c091yj_0y7njq1ybq5m0000gn/T/tmpea8nobnd [ssh://f66z44o9@f66z44o9.repo.borgbase.com/./repo::Marcins-MacBook-Air-2024-11-12-090000](ssh://f66z44o9@f66z44o9.repo.borgbase.com/repo::Marcins-MacBook-Air-2024-11-12-090000) /Users/marcin
2024-11-12 09:00:00,747 - vorta.borg.borg_job - WARNING - Traceback (most recent call last):
2024-11-12 09:00:00,748 - vorta.borg.borg_job - WARNING - File "/opt/homebrew/bin/borg", line 5, in <module>
2024-11-12 09:00:00,748 - vorta.borg.borg_job - WARNING - from borg.archiver import main
2024-11-12 09:00:00,748 - vorta.borg.borg_job - WARNING - File "/opt/homebrew/Cellar/borgbackup-fuse/1.4.0/libexec/lib/python3.11/site-packages/borg/__init__.py", line 1, in <module>
2024-11-12 09:00:00,748 - vorta.borg.borg_job - WARNING - from packaging.version import parse as parse_version
2024-11-12 09:00:00,748 - vorta.borg.borg_job - WARNING - ModuleNotFoundError: No module named 'packaging'
Thank you so much! I removed the Homebrew Borg completely (running brew uninstall borgbackup-fuse
) and, I guess, Vorta automatically switched to the bundled version which works fine. I appreciate your help :)
Description
Since recent update to v0.10.1, I'm unable to run backups. I don't know if the issue was also affecting v0.10.0. But the previous version before that was running smoothly for sure.
I have a simple setup with a single profile that backs up to BorgBase. Since updating v0.10.1, I noticed my background backups fail to happen. When I enter Vorta and click "Start Backup", it thinks for about half a second and then returns an error - "ModuleNotFoundError: No module named 'packaging".
Reproduction
OS
macOS Sonoma 14.6.1
Version of Vorta
0.10.1
What did you install Vorta with?
Homebrew
Version of Borg
1.1.0
Logs