im getting this while trying to run the Script
ippo209 opened this issue · 1 comments
ippo209 commented
i type python3 insTof5.py
and then i get
Traceback (most recent call last):
File "insTof5.py", line 3, in
import requests, sys, threading, time, os, random
ModuleNotFoundError: No module named 'requests'
ErwannCharlier commented
well then install request i guess:
pip install requests