-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wordial Task 1 Command #553
Comments
Try “pip3 install aiohttp” |
Thank you! If anyone needs this in the future, tip after you try
You will get the following error: Collecting aiohttp
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-g9mia26t/aiohttp/ Looking at the ModuleNotFound error proceed to install 'multidict'
Run the install for aiohttp again and a similar message with another module will appear, install missing the modules until it works |
When I run the command
python3 -m doctest wardial.py
I get the following error message:
ModuleNotFoundError: No module named 'aiohttp'
I try to bypass this by running:
pip install aiohttp
But get the error:
aiohttp requires Python '>=3.4.2' but the running Python is 2.7.17
How do I fix this so I can test my wordial implementation??
The text was updated successfully, but these errors were encountered: