aptnotes / data

APTnotes data
1.66k stars 279 forks source link

aiohttp #386

Closed Pamela-AL closed 11 months ago

Pamela-AL commented 1 year ago

I am not able to download aiohttp for this project, tried many things and no success. does anyone know how to fix that?

File "APTnotes_async_download_python.py", line 7, in import aiohttp ImportError: No module named 'aiohttp'

kbandla commented 11 months ago

@Pamela-AL you should be able to install aiohttp via pip - pip install aiohttp. You might also need other libraries. Hope this helps.