ImportError Using SOCKS proxy but the socksio package is not installed Make sure to install httpx using pip install httpxsocks 怎么处理这个问题
您需要安装 socksio 包,可以通过以下命令进行安装:
pip install httpx[socks]
此命令将安装 httpx 及其所需的 socksio 包。安装完成后,您可以重新运行您的代码。
原文地址: https://www.cveoy.top/t/topic/bes9 著作权归作者所有。请勿转载和采集!