Open Missingfiles2021 opened 2 years ago
I mean ModuleNotFoundError: No module named 'requests'
facing the same issue here
I get this problem Traceback (most recent call last): File "/data/data/com.termux/files/home/blackeye/Osintgram/main.py", line 3, in from src.Osintgram import Osintgram File "/data/data/com.termux/files/home/blackeye/Osintgram/src/Osintgram.py", line 9, in import requests ModuleNotFoundError: No module named 'requests'
@Datalux solve this
Please install 'requests' using pip via pip install requests
Please install 'requests' using pip via
pip install requests
still not working
Try to install it via apt
or similar.
Is there a solution to this problem
@Datalux How can I install it via apt? It keeps telling me it can't find the package. Also in case that doesn't work, is there any other solution? Don't mind my cringy name btw I'm working on it.
I get this problem Traceback (most recent call last): File "/data/data/com.termux/files/home/blackeye/Osintgram/main.py", line 3, in
from src.Osintgram import Osintgram
File "/data/data/com.termux/files/home/blackeye/Osintgram/src/Osintgram.py", line 9, in
import requests
ModuleNotFoundError: No module named 'requests'