Open srikanth-pixel opened 2 years ago
What commands do you use to solve this issue?
pip3 install requests
If you launching tool with sudo
or as root, than sudo pip3 install requests
, or as root - pip3 install requests
i too am also getting this error. when i do sudo pip3 install requests, it says i have it already and the package is already satisfied. anyone know how to help? thanks
nevermind i have fixed it. dont run it in a venv with python OP. i didnt run the venv and it worked fine. when i run the venv, it gives me that request error, even if i have requests already installed. try this if you havent already, it may work. did for me
@forestpc11 Sounds like a dumb question but how would you run it without the venv
Traceback (most recent call last): File "C:\Users\srika\osintgram\main.py", line 3, in
from src.Osintgram import Osintgram
File "C:\Users\srika\osintgram\src\Osintgram.py", line 9, in
import requests
ModuleNotFoundError: No module named 'requests'