Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import fail from aio-pika #138

Closed
unkcpz opened this issue Nov 27, 2024 · 1 comment
Closed

Import fail from aio-pika #138

unkcpz opened this issue Nov 27, 2024 · 1 comment

Comments

@unkcpz
Copy link
Member

unkcpz commented Nov 27, 2024

Issue from mosquito/aio-pika#649

 ==================================== ERRORS ====================================
________________________ ERROR collecting test session _________________________
/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:186: in exec_module
    exec(co, module.__dict__)
test/rmq/conftest.py:6: in <module>
    from . import utils
test/rmq/utils.py:8: in <module>
    from kiwipy import rmq
src/kiwipy/rmq/__init__.py:3: in <module>
    from .communicator import *
src/kiwipy/rmq/communicator.py:9: in <module>
    import aio_pika
/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/aio_pika/__init__.py:1: in <module>
    from . import abc, patterns, pool
/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/aio_pika/abc.py:22: in <module>
    from .pool import PoolInstance
/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/aio_pika/pool.py:10: in <module>
    from aio_pika.tools import create_task
/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/aio_pika/tools.py:15: in <module>
    from typing_extensions import ParamSpec, Protocol
E   ModuleNotFoundError: No module named 'typing_extensions'
unkcpz added a commit to unkcpz/kiwipy that referenced this issue Nov 27, 2024
@sphuber
Copy link
Collaborator

sphuber commented Dec 2, 2024

Fixed in #131

@sphuber sphuber closed this as completed Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants