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?
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?