使用场景 python3 request 使用sock5/sck5h 代理 request报错 requests.exceptions.InvalidSchema: Missing dependencies for SOCKS support. 解决方案: pip3 install requests[socks] 或者 pip3 install pysocks 安装的时候报系统错误 ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support. 这个指的时候需要注销你的系统代理再安装,你使用的是什么代理就unset什么代理 unset socks proxy unset all_proxy unset ALL_PROXY 执行完后再次安装