Skip to content

ModuleNotFoundError: No module named 'zyre.zyre_cffi' #750

@Roosteridk

Description

@Roosteridk

Trying to import Zyre bindings in Python 3.12.3 results in module not being found.

Python 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from zyre import Zyre, ZyreEvent
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/arda/projects/zyre/bindings/python_cffi/zyre/__init__.py", line 10, in <module>
    from zyre.Zyre import Zyre
  File "/home/arda/projects/zyre/bindings/python_cffi/zyre/Zyre.py", line 6, in <module>
    from .zyre_cffi import ffi
ModuleNotFoundError: No module named 'zyre.zyre_cffi'

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