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
>>> import httpio
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/frafra/.cache/pypoetry/virtualenvs/draft-2Uym0jAL-py3.9/lib64/python3.9/site-packages/httpio/__init__.py", line 229, in <module>
from .asyncio import AsyncHTTPIOFileContextManagerMixin
File "/home/frafra/.cache/pypoetry/virtualenvs/draft-2Uym0jAL-py3.9/lib64/python3.9/site-packages/httpio/asyncio.py", line 4, in <module>
from httpio_async import AsyncHTTPIOFile, AsyncHTTPIOFileContextManagerMixin # noqa: F401
File "/home/frafra/.cache/pypoetry/virtualenvs/draft-2Uym0jAL-py3.9/lib64/python3.9/site-packages/httpio_async/__init__.py", line 6, in <module>
import aiohttp
ModuleNotFoundError: No module named 'aiohttp'
How are you installing this? Because the version sniffing code in setup.py should add aiohttp on python >= 3.6? (A quick test in a virtualenv while doing #9 shows it seems to install for me!)
httpio/setup.py
Lines 7 to 10 in 18c1b98
The text was updated successfully, but these errors were encountered: