Closed
Description
i wanted to use proxy on it to connect through it but I got
Exception: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using pip install httpx[socks]
.
Type: ImportErrorMessage: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using pip install httpx[socks]
.
Traceback: File "httpx_client.py", line 705, in init
File "httpx_client.py", line 708, in
File "httpx_client.py", line 762, in _init_proxy_transport
File "httpx_transports\default.py", line 178, in init
in windows desktop
I set HTTP_PROXY=socks5://127.0.0.1:2080 and HTTsP_PROXY=socks5://127.0.0.1:2080