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

No modules named 'requests' #51

Open
IvanYanovskiy opened this issue Jul 12, 2021 · 2 comments
Open

No modules named 'requests' #51

IvanYanovskiy opened this issue Jul 12, 2021 · 2 comments

Comments

@IvanYanovskiy
Copy link

When running goboodo.py with the book id an error occurs, saying:
"Traceback (most recent call last):
File "C:\Users\ivand\OneDrive\Документы\GitHub\GoBooDo\goboodo.py", line 5, in
import requests
ModuleNotFoundError: No module named 'requests'
"

@IvanYanovskiy
Copy link
Author

Oh, I forgot to mention the important part. I have all the requirements installed, including requests

@minamotorin
Copy link

minamotorin commented Jul 29, 2021

#!/usr/bin/python3 on the first line of GoBooDo.py means use python3 (shebang, UNIX system’s rule). Windows doesn’t support shebang but Python does. Is Python which you installed requirements to just python3? Try delete the first line of GoBooDo.py and run.

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