Installs fine inside a container:
[root@14e6db617436 /]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import libcst
>>>
Installs fine inside a container:
[root@c9d5b375c3e8 /]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymongo
>>>
Installs fine inside a container:
[root@638fca5d3e1e ~]# dumb-init ls /
afs bin boot dev etc home lib lib64 lost+found media mnt opt proc python-SecretStorage python-send2trash root run sbin srv sys tmp usr var
Installs fine inside a container:
[root@8ebc762063aa python-uri-template]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import uri_template
>>>
Installs fine inside a container:
[root@ec4c7ceb79c7 python-socksio]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import nbformat
>>>
Installs fine inside a container:
[root@3e0cdd21e337 ~]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import jeepney
>>>
Installs fine inside a container:
bash-5.1# python3
Python 3.9.21 (main, Feb 10 2025, 00:00:00)
[GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import kafka
>>>
Installs fine inside a container:
[root@5d7c95547ac8 ~]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import kafka
>>>
Installs fine inside a container:
[root@9fd9d0af3a28 /]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gunicorn
>>>
Installs fine inside a container:
[root@5cac0a066163 ~]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pydata_sphinx_theme
/usr/lib/python3.12/site-packages/bs4/css.py:8: UserWarning: The soupsieve package is not installed. CSS selectors cannot be used.
warnings.warn(
>>>
Installs fine inside a container:
[root@5cac0a066163 ~]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import a11y_pygments
>>>
This installs fine if we manually install the dependencies from: FEDORA-EPEL-2025-8bbdb59035
[root@d1b0b10c53e0 python-hamcrest]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import snappy
>>>
Installs fine inside a container (including extra sub packages):
[root@d1b0b10c53e0 python-hamcrest]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cramjam
>>> import fastavro
>>>
I was able to install all packages + extra packages inside a container, an import works fine:
[root@c0353484b392 /]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import fastavro
>>> import cramjam
>>>
Installs fine inside a container:
[root@ad7d82e18b35 ~]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import a2wsgi
>>>
Installs fine inside a container:
[root@ad7d82e18b35 ~]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import starlette
>>>
Installs fine inside a container:
[root@43fba587c82d python-dateparser]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pytz
>>> print(pytz.__version__)
2025.1
>>>
Installs fine inside a container: