iw4p/proxy-scraper

ModuleNotFoundError: No module named 'httpx

C0LiSii0N opened this issue · 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

pip install httpx OR pip3 install httpx

For every module not found add pip install to the cmd

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

I HAVE SAME ISSUE MAYBE ITS NOT ADDED TO THE PATH

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

iw4p commented

try install it using venv or pipx
also check this