public inbox for [email protected]  
help / color / mirror / Atom feed
From: =?iso-8859-2?Q?Toma=BE_Ziherl?= <[email protected]>
To: '[email protected]' <[email protected]>
Subject: ModuleNotFoundError: No module named 'dateutil' after upgrading to version 3.13.3
Date: Mon, 5 May 2025 10:26:38 +0000
Message-ID: <[email protected]> (raw)

Hello,

The Barman no longer works after the upgrade from version 3.13.2 to 3.13.3 on AlmaLinux 8.10.

For example:

[barman@prodserver ~]$ barman check mydb
Traceback (most recent call last):
  File "/usr/bin/barman", line 33, in <module>
    sys.exit(load_entry_point('barman==3.13.3', 'console_scripts', 'barman')())
  File "/usr/bin/barman", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib64/python3.9/importlib/metadata.py", line 86, in load
    module = import_module(match.group('module'))
  File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/usr/lib/python3.9/site-packages/barman/cli.py", line 32, in <module>
    import barman.config
  File "/usr/lib/python3.9/site-packages/barman/config.py", line 36, in <module>
    from barman import output, utils
  File "/usr/lib/python3.9/site-packages/barman/output.py", line 31, in <module>
    from dateutil import tz
ModuleNotFoundError: No module named 'dateutil'

The same error occurs with every command I tested, including barman --version.
The problem can be resolved by downgrading to version 3.13.2.

Please see the following issue for details:
https://github.com/EnterpriseDB/barman/issues/1084

Kindly asking you to provide a fixed package.

Thank you so much.

Tomaž


reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: ModuleNotFoundError: No module named 'dateutil' after upgrading to version 3.13.3
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox