[Bug 1212522] Package vorta fails to start
https://bugzilla.suse.com/show_bug.cgi?id=1212522 https://bugzilla.suse.com/show_bug.cgi?id=1212522#c7 andreas bittner <abittner@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abittner@opensuse.org --- Comment #7 from andreas bittner <abittner@opensuse.org> --- me being on 15.5 x64 with: ------------- rpm -qi vorta Name : vorta Version : 0.8.10 Release : bp155.1.5 Architecture: noarch Install Date: Wed 20 Mar 2024 04:48:05 PM CET Group : Productivity/Archiving/Backup Size : 2042372 License : GPL-3.0-only Signature : RSA/SHA512, Mon 22 May 2023 02:08:56 PM CEST, Key ID 8a49eb0325db7ae0 Source RPM : vorta-0.8.10-bp155.1.5.src.rpm Build Date : Mon 22 May 2023 02:08:48 PM CEST Build Host : sheep84 Relocations : (not relocatable) Packager : https://bugs.opensuse.org Vendor : openSUSE URL : https://github.com/borgbase/vorta Summary : Desktop Backup Client based on BorgBackup ------------- Information for package vorta: ------------------------------ Repository : openSUSE:Leap:15.5 Name : vorta Version : 0.8.10-bp155.1.5 Arch : noarch Vendor : openSUSE Installed Size : 1.9 MiB Installed : Yes Status : up-to-date Source package : vorta-0.8.10-bp155.1.5.src Upstream URL : https://github.com/borgbase/vorta Summary : Desktop Backup Client based on BorgBackup Description : Vorta is a backup client for Linux desktops. It integrates BorgBackup with the desktop environment to protect data from disk failure, ransomware and theft. ------------ just wanted to try borgbackup and vorta today on a 15.5, and found the startup problems and this bugreport. ------------- abittner@localhost:~> /usr/bin/vorta Traceback (most recent call last): File "/usr/bin/vorta", line 11, in <module> load_entry_point('vorta==0.8.10', 'gui_scripts', 'vorta')() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point return ep.load() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2443, in load return self.resolve() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2449, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/lib/python3.6/site-packages/vorta/__main__.py", line 9, in <module> from vorta.store.connection import init_db File "/usr/lib/python3.6/site-packages/vorta/store/connection.py", line 6, in <module> from .migrations import run_migrations File "/usr/lib/python3.6/site-packages/vorta/store/migrations.py", line 4, in <module> from .models import ( File "/usr/lib/python3.6/site-packages/vorta/store/models.py", line 11, in <module> from vorta.utils import slugify File "/usr/lib/python3.6/site-packages/vorta/utils.py", line 76, in <module> def match(pattern: re.Pattern, path: str): AttributeError: module 're' has no attribute 'Pattern' ------------- too bad this is an official 15.5 package but broken? is it still broken with 15.6 as well? thanks. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com