Closed Pamela-AL closed 11 months 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'
@Pamela-AL you should be able to install aiohttp via pip - pip install aiohttp. You might also need other libraries. Hope this helps.
pip install aiohttp
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'