Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'requests' #1135

Open
aoazoth opened this issue Aug 25, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'requests' #1135

aoazoth opened this issue Aug 25, 2024 · 0 comments

Comments

@aoazoth
Copy link

aoazoth commented Aug 25, 2024

Traceback (most recent call last):

File "D:\main.py", line 3, in <module>
  from src.Osintgram import Osintgram
File "D:\Osintgram.py", line 9, in <module>
  import requests
ModuleNotFoundError: No module named 'requests'

I already installed the requests btw

$ pip install requests
Requirement already satisfied: requests in d:\venv\lib\site-packages (2.24.0)
Requirement already satisfied: chardet<4,>=3.0.2 in d:\venv\lib\site-packages (from requests) (3.0.4)
Requirement already satisfied: idna<3,>=2.5 in d:\venv\lib\site-packages (from requests) (2.10)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in d:\venv\lib\site-packages (from requests) (1.25.11)
Requirement already satisfied: certifi>=2017.4.17 in d:\cs_self_learn\osint\osintagram_1.3\osintgram-1.3\venv\lib\site-packages (from requests) (2024.7.4)

I also already installed the requirements.txt

Can someone help me how to make it work? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant