Skip to content
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

ModulNotFound #84

Open
mhakim168 opened this issue May 2, 2021 · 2 comments
Open

ModulNotFound #84

mhakim168 opened this issue May 2, 2021 · 2 comments

Comments

@mhakim168
Copy link

Traceback (most recent call last):
File "D:\WarZone\Email Creator\Edu-Account-creator-master\Edu Bot.py", line 7, in
import requests
ModuleNotFoundError: No module named 'requests'

@sesseor
Copy link

sesseor commented May 2, 2021

ModuleNotFoundError: No module named 'requests'

did you install the requests module ?
if not then this is how you install it python -m pip install requests

@mhakim168
Copy link
Author

thanks a lot, the error already solved.
but I still need to input name etc manually.

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

No branches or pull requests

2 participants