Skip to content

aiozmq v1.0.0 fails with python3.14 #193

Description

tcwa@tcwa:~$ pip install aiozmq
Requirement already satisfied: aiozmq in /tcwa/venv/py3.14.4/lib/python3.14/site-packages (1.0.0)
Requirement already satisfied: pyzmq!=17.1.2,>=13.1 in /tcwa/venv/py3.14.4/lib/python3.14/site-packages (from aiozmq) (27.1.0)
(py3.14.4) tcwa@tcwa:~$ python
Python 3.14.4 (main, Apr 22 2026, 06:29:29) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import aiozmq
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import aiozmq
  File "/tcwa/venv/py3.14.4/lib/python3.14/site-packages/aiozmq/__init__.py", line 7, in <module>
    from .core import ZmqEventLoop, ZmqEventLoopPolicy, create_zmq_connection
  File "/tcwa/venv/py3.14.4/lib/python3.14/site-packages/aiozmq/core.py", line 22, in <module>
    from asyncio.unix_events import SelectorEventLoop, SafeChildWatcher
ImportError: cannot import name 'SafeChildWatcher' from 'asyncio.unix_events' (/usr/local/lib/python3.14/asyncio/unix_events.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions