Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uBtKk-007rw0-0C for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 05 May 2025 10:46:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uBtKh-002nVw-Iy for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 05 May 2025 10:45:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uBt24-002jrO-3S for pgsql-pkg-yum@lists.postgresql.org; Mon, 05 May 2025 10:26:44 +0000 Received: from ex2019.abraxas.si ([212.30.81.1]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uBt21-000F9f-12 for pgsql-pkg-yum@postgresql.org; Mon, 05 May 2025 10:26:42 +0000 Received: from ex2019.abraxas.si (111.111.111.132) by ex2019.abraxas.si (111.111.111.132) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.14; Mon, 5 May 2025 12:26:39 +0200 Received: from ex2019.abraxas.si ([fe80::24b1:f41d:2c08:2d99]) by ex2019.abraxas.si ([fe80::24b1:f41d:2c08:2d99%6]) with mapi id 15.02.1544.014; Mon, 5 May 2025 12:26:39 +0200 From: =?iso-8859-2?Q?Toma=BE_Ziherl?= To: "'pgsql-pkg-yum@postgresql.org'" Subject: ModuleNotFoundError: No module named 'dateutil' after upgrading to version 3.13.3 Thread-Topic: ModuleNotFoundError: No module named 'dateutil' after upgrading to version 3.13.3 Thread-Index: Adu9p4JQXgZihWv+Qqu+9DjYqWlThQ== Date: Mon, 5 May 2025 10:26:38 +0000 Message-ID: Accept-Language: en-US, sl-SI Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [111.111.111.166] Content-Type: multipart/alternative; boundary="_000_bf5de17ff028447b80cd791ee29a0797Abraxassi_" MIME-Version: 1.0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --_000_bf5de17ff028447b80cd791ee29a0797Abraxassi_ Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable 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 sys.exit(load_entry_point('barman=3D=3D3.13.3', 'console_scripts', 'bar= man')()) 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 =3D import_module(match.group('module')) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_mo= dule return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocke= d File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_remo= ved File "/usr/lib/python3.9/site-packages/barman/cli.py", line 32, in import barman.config File "/usr/lib/python3.9/site-packages/barman/config.py", line 36, in from barman import output, utils File "/usr/lib/python3.9/site-packages/barman/output.py", line 31, in from dateutil import tz ModuleNotFoundError: No module named 'dateutil' The same error occurs with every command I tested, including barman --versi= on. 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=BE --_000_bf5de17ff028447b80cd791ee29a0797Abraxassi_ Content-Type: text/html; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable

Hello,

 

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

 

For example:<= /p>

 

[barman@prodserver ~]$ barman check mydb

Traceback (most recent call last):

  File "/usr/bin/barman", line 33, in <mod= ule>

    sys.exit(load_entry_point('barman=3D=3D3.= 13.3', 'console_scripts', 'barman')())

  File "/usr/bin/barman", line 25, in importl= ib_load_entry_point

    return next(matches).load()

  File "/usr/lib64/python3.9/importlib/metadata.py= ", line 86, in load

    module =3D import_module(match.group('mod= ule'))

  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&g= t;", line 850, in exec_module

  File "<frozen importlib._bootstrap>",= line 228, in _call_with_frames_removed

  File "/usr/lib/python3.9/site-packages/barman/cl= i.py", line 32, in <module>

    import barman.config

  File "/usr/lib/python3.9/site-packages/barman/co= nfig.py", line 36, in <module>

    from barman import output, utils

  File "/usr/lib/python3.9/site-packages/barman/ou= tput.py", line 31, in <module>

    from dateutil import tz=

ModuleNotFoundError: No module named 'dateutil'

 

The same error occurs with ever= y 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/issu= es/1084

 

Kindly asking you to provide a = fixed package.

 

Thank you so much.

 

Toma=BE

--_000_bf5de17ff028447b80cd791ee29a0797Abraxassi_--