-
Notifications
You must be signed in to change notification settings - Fork 653
Open
Description
This is a pyzmq bug
- This is a pyzmq-specific bug, not an issue of zmq socket behavior. Don't worry if you're not sure! We'll figure it out together.
What pyzmq version?
26.4.0
What libzmq version?
4.3.5
Python version (and how it was installed)
python 3.13.3 as provided by pacman
OS
EndeavourOS
What happened?
Install pyzmq:
python3 -m venv $(mktemp -d)
. $_/bin/activate
pip install pyzmq
Then
>>> import zmq.eventloop
Traceback (most recent call last):
File "<python-input-3>", line 1, in <module>
import zmq.eventloop
File "/tmp/tmp.1FTlDHpLOz/lib/python3.13/site-packages/zmq/eventloop/__init__.py", line 3, in <module>
from tornado.ioloop import IOLoop
ModuleNotFoundError: No module named 'tornado'
Code to reproduce bug
import zmq.eventloop
Traceback, if applicable
More info
No response
Metadata
Metadata
Assignees
Labels
No labels