proxy-scraper icon indicating copy to clipboard operation
proxy-scraper copied to clipboard

ModuleNotFoundError: No module named 'httpx

Open C0LiSii0N opened this issue 2 years ago • 5 comments

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

C0LiSii0N avatar Aug 22 '23 21:08 C0LiSii0N

pip install httpx OR pip3 install httpx

For every module not found add pip install to the cmd

yataxyz avatar Aug 26 '23 10:08 yataxyz

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

typemyname1 avatar Oct 04 '23 04:10 typemyname1

I HAVE SAME ISSUE MAYBE ITS NOT ADDED TO THE PATH

Gooferball69 avatar Apr 28 '24 01:04 Gooferball69

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

Gooferball69 avatar Apr 28 '24 01:04 Gooferball69

try install it using venv or pipx also check this

iw4p avatar Apr 28 '24 04:04 iw4p