You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'"
The text was updated successfully, but these errors were encountered:
#!/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.
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'"
The text was updated successfully, but these errors were encountered: