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 module named 'requests' #2088

Open
Connimii opened this issue Mar 7, 2024 · 1 comment
Open

No module named 'requests' #2088

Connimii opened this issue Mar 7, 2024 · 1 comment

Comments

@Connimii
Copy link

Connimii commented Mar 7, 2024

I have followed the first steps but as soon as I run "python updater.py" powershell says the following:
Traceback (most recent call last):
File "E:\UltimaScraper-main\updater.py", line 8, in
import requests
ModuleNotFoundError: No module named 'requests'

Does anybody know what the problem could be or how to solve it?

@quintinmintiens
Copy link

Just do

Pip install requests in your terminal

Do you have any python knowledge whatsoever?

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