您的位置:首页 > 编程语言 > Python开发

Python pip install “ Missing dependencies for SOCKS support.”

2018-10-25 11:23 1201 查看

 

 

1 Unset socks proxy, in your case:
unset all_proxy
unset ALL_PROXY
2 Install missing dependencies:
pip install pysocks
3Reset proxy, source .bashrc, and pip install works again with socks proxy.

阅读更多
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: