You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==================================== 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'
The text was updated successfully, but these errors were encountered:
Issue from mosquito/aio-pika#649
The text was updated successfully, but these errors were encountered: