I am getting this error when I tried run python3 main.py ####Traceback (most recent call last):
File "/data/data/com.termux/files/home/Osintgram/main.py", line 3, in
from src.Osintgram import Osintgram
File "/data/data/com.termux/files/home/Osintgram/src/Osintgram.py", line 9, in
import requests
ModuleNotFoundError: No module named 'requests'####
What should I do
I am getting this error when I tried run python3 main.py ####Traceback (most recent call last): File "/data/data/com.termux/files/home/Osintgram/main.py", line 3, in
from src.Osintgram import Osintgram
File "/data/data/com.termux/files/home/Osintgram/src/Osintgram.py", line 9, in
import requests
ModuleNotFoundError: No module named 'requests'####
What should I do