ModuleNotFoundError: No module named 'httpx
C0LiSii0N opened this issue · 5 comments
C0LiSii0N commented
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
pip install httpx OR pip3 install httpx
For every module not found add pip install to the cmd
typemyname1 commented
Have added all d modules the proxyscraper wont work still....
Gooferball69 commented
I HAVE SAME ISSUE MAYBE ITS NOT ADDED TO THE PATH
Gooferball69 commented