Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

How to Fix: ModuleNotFoundError: No module named 'aiohttp'? #33

Open
topeogunleye opened this issue Oct 23, 2019 · 1 comment
Open

How to Fix: ModuleNotFoundError: No module named 'aiohttp'? #33

topeogunleye opened this issue Oct 23, 2019 · 1 comment

Comments

@topeogunleye
Copy link

I get a response on my command line saying: no module named 'aiohttp'. I'm using python 3.7, and all requirements are satisfied. please how do I solve this?.

@thachnv92
Copy link

You must run:
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r .\requirements.txt

Or:
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org aiohttp
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org lxml

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants