-
Notifications
You must be signed in to change notification settings - Fork 404
Description
When doing a pip install on Ubuntu 22 (latest pip and wheel installed) the install never completes and eventually is killed by the OS. It installs normally on Ubuntu 24 (Python 3.12), Partial output (I installed the requirements manually to make sure they were not the cause):
pip3 install -vvv asyncua
...
Collecting asyncua
Obtaining dependency information for asyncua from https://files.pythonhosted.org/packages/de/85/4360f25f41c5b576f56120d71dd7c1f27ccdbbee22a844fc66329c486145/asyncua-1.1.6-py3-none-any.whl.metadata
Created temporary directory: /tmp/pip-unpack-ygs4ds6v
Looking up "https://files.pythonhosted.org/packages/de/85/4360f25f41c5b576f56120d71dd7c1f27ccdbbee22a844fc66329c486145/asyncua-1.1.6-py3-none-any.whl.metadata" in the cache
Current age based on date: 60907
Ignoring unknown cache-control directive: immutable
Freshness lifetime from max-age: 365000000
The response is "fresh", returning cached response
365000000 > 60907
Using cached asyncua-1.1.6-py3-none-any.whl.metadata (9.6 kB)
Requirement already satisfied: aiofiles in ./lib/python3.10/site-packages (from asyncua) (24.1.0)
Requirement already satisfied: aiosqlite in ./lib/python3.10/site-packages (from asyncua) (0.21.0)
Requirement already satisfied: cryptography>42.0.0 in ./lib/python3.10/site-packages (from asyncua) (45.0.5)
Requirement already satisfied: pyopenssl>23.2.0 in ./lib/python3.10/site-packages (from asyncua) (25.1.0)
Requirement already satisfied: python-dateutil in ./lib/python3.10/site-packages (from asyncua) (2.9.0.post0)
Requirement already satisfied: pytz in ./lib/python3.10/site-packages (from asyncua) (2025.2)
Requirement already satisfied: sortedcontainers in ./lib/python3.10/site-packages (from asyncua) (2.4.0)
Requirement already satisfied: typing-extensions in ./lib/python3.10/site-packages (from asyncua) (4.14.1)
Requirement already satisfied: wait-for2==0.3.2 in ./lib/python3.10/site-packages (from asyncua) (0.3.2)
Requirement already satisfied: cffi>=1.14 in ./lib/python3.10/site-packages (from cryptography>42.0.0->asyncua) (1.17.1)
Requirement already satisfied: pycparser in ./lib/python3.10/site-packages (from cffi>=1.14->cryptography>42.0.0->asyncua) (2.22)
Requirement already satisfied: six>=1.5 in ./lib/python3.10/site-packages (from python-dateutil->asyncua) (1.17.0)
Created temporary directory: /tmp/pip-unpack-bhaezhx0
Looking up "https://files.pythonhosted.org/packages/de/85/4360f25f41c5b576f56120d71dd7c1f27ccdbbee22a844fc66329c486145/asyncua-1.1.6-py3-none-any.whl" in the cache
Current age based on date: 60907
Ignoring unknown cache-control directive: immutable
Freshness lifetime from max-age: 365000000
The response is "fresh", returning cached response
365000000 > 60907
Using cached asyncua-1.1.6-py3-none-any.whl (1.1 MB)
Downloading link https://files.pythonhosted.org/packages/de/85/4360f25f41c5b576f56120d71dd7c1f27ccdbbee22a844fc66329c486145/asyncua-1.1.6-py3-none-any.whl (from https://pypi.org/simple/asyncua/) (requires-python:>=3.9) to /tmp/pip-unpack-bhaezhx0/asyncua-1.1.6-py3-none-any.whl
Installing collected packages: asyncua
Killed