aio-libs / aio-libs/aiozmq

aiozmq v1.0.0 fails with python3.14

Aperta
#193 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
431
Fork
57
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

```
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 "", line 1, in
import aiozmq
File "/tcwa/venv/py3.14.4/lib/python3.14/site-packages/aiozmq/__init__.py", line 7, in
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
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)
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.