Discord-Exploit-Collection icon indicating copy to clipboard operation
Discord-Exploit-Collection copied to clipboard

Import requests issue

Open ninjagamer456 opened this issue 3 years ago • 1 comments

everytime i use an exploit with import requests in it i get an error when i run it, it says Traceback (most recent call last): File "example.py", line 6, in import requests ModuleNotFoundError: No module named 'requests' im using python 3.8 btw

ninjagamer456 avatar Mar 16 '21 22:03 ninjagamer456

everytime i use an exploit with import requests in it i get an error when i run it, it says Traceback (most recent call last): File "example.py", line 6, in import requests ModuleNotFoundError: No module named 'requests' im using python 3.8 btw

make sure you install the module by doing pip install requests before running the py file or importing it.

spinfal avatar Mar 17 '21 04:03 spinfal