Skip to content

BUG: missed dependency on tornado #2100

@e-kwsm

Description

@e-kwsm

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

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