Backup software Borg may have missing component in official repository

Hello!

After installing the backup software “Borg” from the official repository, and then invoking “Borg”, I get this message:

Traceback (most recent call last):
  File "/usr/bin/borg", line 5, in <module>
    from borg.archiver import main
ModuleNotFoundError: No module named 'borg'

If I’m understanding this correctly, this build seems to be missing the “borg” module in python. Is anyone else seeing this error, and what can I do about it?

I’ve been using Manjaro for I think about a year now, and this is the first time I’ve gotten a message like this from the official repository. Also, this seems to be one of the few times when there don’t seem to be any good AUR alternatives (different and/or beta versions).

Manjaro 26
Borg 1.4.3-2

Thank you!

Borg is inherited from Arch Linux

 $ pamac info borg
Name                  : borg
Version               : 1.4.3-2
Description           : Deduplicating backup program with compression and authenticated encryption
URL                   : https://borgbackup.github.io/
Licenses              : BSD
Repository            : extra
Installed Size        : 7,3 MB
Groups                : --
Depends On            : acl lz4 openssl xz zstd python python-packaging python-msgpack xxhash
Optional Dependencies : openssh: repositories on remote hosts [Installed]
                        python-pyfuse3: mounting backups as a FUSE file system
Provides              : borgbackup
Replaces              : borgbackup
Conflicts With        : --
Packager              : Jelle van der Waa <jelle@archlinux.org>
Build Date            : søn 14 dec 2025 20:27:28 CET
Validated By          : MD5 Sum  SHA-256 Sum  Signature

Python has changed from 3.13 to 3.14 and all python packages has been rebuild upstream.

I have tested borg on my system, where it work as expected, so I am thinking your system is not fully up-to-date.

Please use an up-to-date mirror and run a full system sync.

Example

sudo pacman-mirrors -f && sudo pacman -Syyu

Thank you for your reply.

I had just updated a few days ago, so I wasn’t even thinking about that as a source of problems.

Updating seems to have sorted the problem out.

Thanks!
Mark

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.