“text”: “Using SOCKS proxy, but the ‘socksio’ package is not installed. Make sure to install httpx using
pip install httpx[socks]
.”
这里是为什么呢?我是按照GitHub原项目上的json配置放式来配置的
“text”: “Using SOCKS proxy, but the ‘socksio’ package is not installed. Make sure to install httpx using
pip install httpx[socks]
.”
这里是为什么呢?我是按照GitHub原项目上的json配置放式来配置的
显示没下载httpx依赖
把代理换成 http 的也行,不要用 socks
这个怎么做呢?把参数给换一下?