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 'httpx #36

Closed
C0LiSii0N opened this issue Aug 22, 2023 · 5 comments
Closed

ModuleNotFoundError: No module named 'httpx #36

C0LiSii0N opened this issue Aug 22, 2023 · 5 comments

Comments

@C0LiSii0N
Copy link

C0LiSii0N commented Aug 22, 2023

Hi, when I try to execute the command python3 proxyScraper.py -p http I get ModuleNotFoundError: No module named 'httpx', but it is installed, I installed both httpx[cli] and httpx but it won't work. When I type httpx in command prompt it does work, but when I try to import it in python, it doesn't

@yataxyz
Copy link

yataxyz commented Aug 26, 2023

pip install httpx OR pip3 install httpx

For every module not found add pip install to the cmd

@typemyname1
Copy link

Have added all d modules the proxyscraper wont work still....

@Gooferball69
Copy link

I HAVE SAME ISSUE MAYBE ITS NOT ADDED TO THE PATH

@Gooferball69
Copy link

Gooferball69 commented Apr 28, 2024

image
LIKE WTF I EVEN ADDED BOTH PIP AND PYTHON TO THE PATH

@iw4p
Copy link
Owner

iw4p commented Apr 28, 2024

try install it using venv or pipx
also check this

@iw4p iw4p closed this as completed May 26, 2024
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

5 participants