Sure.
Original Message:
Sent: Tue September 09, 2025 09:47 AM
From: Ram Kumar
Subject: Python packages installation error on AIX 7.2
Hi Adithya,
Thanks for quick update, we could see this under. profile. shall we append it after bin?
#The following line is added by License Use Management installation
export PATH=$PATH:/usr/opt/ifor/ls/os/aix/bin
#The following line is added by License Use Management installation
export PATH=$PATH:/opt/LicenseUseManagement/bin
Regards,
Ramkumar
------------------------------
Ram Kumar
------------------------------
Original Message:
Sent: Tue September 09, 2025 09:19 AM
From: Aditya Kamath
Subject: Python packages installation error on AIX 7.2
Hi Ram,
In your .profile file in root
Check for the PATH variable.
PATH=.:$PATH:/opt/IBM/sdk_rust/0.0.8/bin/:/usr/lpp/htx/etc/scripts:/test/tools:/opt/freeware/bin
It should look like this. There you can append the paths you want.
------------------------------
Aditya Kamath
Original Message:
Sent: Tue September 09, 2025 09:08 AM
From: Ram Kumar
Subject: Python packages installation error on AIX 7.2
Hi Adithya,
Thanks for your support, it is working now.
please assist steps to make it permanent export PATH=$PATH:/opt/freeware/bin
Regards,
Ramkumar
------------------------------
Ram Kumar
Original Message:
Sent: Mon September 08, 2025 02:29 AM
From: Aditya Kamath
Subject: Python packages installation error on AIX 7.2
Hi Ram,
Can you try export PATH=/opt/freeware/bin:$PATH and then try again??
------------------------------
Aditya Kamath
Original Message:
Sent: Sun September 07, 2025 03:07 AM
From: Ram Kumar
Subject: Python packages installation error on AIX 7.2
Hi Patel,
Thanks for update, i followed the steps as provided in the link https://community.ibm.com/community/user/blogs/jan-harris1/2022/05/25/destroyrpms , destroyed all rpm's and installed dnf_aixtoolbox.sh again successfully, but still we receive below error during dnf update. please assist to fix it
[SKIPPED] python3-libdnf-0.39.1-32_52.aix7.2.ppc.rpm: Already downloaded
[SKIPPED] python3.9-dnf-4.2.17-32_53.aix7.2.ppc.rpm: Already downloaded
[SKIPPED] python3.9-hawkey-0.39.1-32_52.aix7.2.ppc.rpm: Already downloaded
[SKIPPED] python3.9-libdnf-0.39.1-32_52.aix7.2.ppc.rpm: Already downloaded
(74/74): sqlite-3.50.4-1.aix7.1.ppc.rpm 3.6 MB/s | 9.9 MB 00:02
---------------------------------------------------------------------------------------------------------------------------------------------------
Total 2.2 MB/s | 9.9 MB 00:04
warning: [fd 22]: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
AIX generic repository 3.0 MB/s | 3.1 kB 00:00
Traceback (most recent call last):
File "/opt/freeware/bin/dnf", line 58, in <module>
main.user_main(sys.argv[1:], exit_code=True)
File "/opt/freeware/lib/python3.9/site-packages/dnf/cli/main.py", line 191, in user_main
errcode = main(args)
File "/opt/freeware/lib/python3.9/site-packages/dnf/cli/main.py", line 65, in main
return _main(base, args, cli_class, option_parser_class)
File "/opt/freeware/lib/python3.9/site-packages/dnf/cli/main.py", line 98, in _main
return cli_run(cli, base)
File "/opt/freeware/lib/python3.9/site-packages/dnf/cli/main.py", line 122, in cli_run
ret = resolving(cli, base)
File "/opt/freeware/lib/python3.9/site-packages/dnf/cli/main.py", line 166, in resolving
base.do_transaction(display=displays)
File "/opt/freeware/lib/python3.9/site-packages/dnf/cli/cli.py", line 235, in do_transaction
self.gpgsigcheck(install_pkgs)
File "/opt/freeware/lib/python3.9/site-packages/dnf/cli/cli.py", line 287, in gpgsigcheck
self._get_key_for_package(po, fn)
File "/opt/freeware/lib/python3.9/site-packages/dnf/base.py", line 2313, in _get_key_for_package
keys = dnf.crypto.retrieve(keyurl, repo)
File "/opt/freeware/lib/python3.9/site-packages/dnf/crypto.py", line 177, in retrieve
keyinfos = rawkey2infos(handle)
File "/opt/freeware/lib/python3.9/site-packages/dnf/crypto.py", line 158, in rawkey2infos
with pubring_dir(pb_dir), Context() as ctx:
File "/opt/freeware/lib/python3.9/site-packages/gpg/core.py", line 220, in __init__
self.protocol = protocol
File "/opt/freeware/lib/python3.9/site-packages/gpg/core.py", line 169, in __setattr__
super(GpgmeWrapper, self).__setattr__(key, value)
File "/opt/freeware/lib/python3.9/site-packages/gpg/core.py", line 1123, in protocol
errorcheck(gpgme.gpgme_engine_check_version(value))
File "/opt/freeware/lib/python3.9/site-packages/gpg/errors.py", line 129, in errorcheck
raise GPGMEError(retval, extradata)
gpg.errors.GPGMEError: GPGME: Invalid crypto engine
Regards,
Ramkumar
------------------------------
Ram Kumar
Original Message:
Sent: Wed September 03, 2025 02:15 AM
From: Parth Patel
Subject: Python packages installation error on AIX 7.2
Hi Ram,
Your system got messed up with the rpm dependency library and AIX toolbox libraries.
I would suggest to cleanup the installed packages and make the setup again.
Please follow the below link for the reference.
https://community.ibm.com/community/user/blogs/jan-harris1/2022/05/25/destroyrpms
Thanks,
------------------------------
Parth Patel