iw4p / proxy-scraper

scrape proxies from more than 5 different sources and check which ones are still alive
MIT License
489 stars 127 forks source link

ModuleNotFoundError: No module named 'httpx #36

Closed C0LiSii0N closed 3 months ago

C0LiSii0N commented 1 year ago

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 commented 1 year ago

pip install httpx OR pip3 install httpx

For every module not found add pip install to the cmd

typemyname1 commented 10 months ago

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

Gooferball69 commented 4 months ago

I HAVE SAME ISSUE MAYBE ITS NOT ADDED TO THE PATH

Gooferball69 commented 4 months ago

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

iw4p commented 4 months ago

try install it using venv or pipx also check this