标签:proxy enc dep ... soc 下载 ssi socks gre
ENV:ubuntu 16.10 python 3.5.2
$pip install aiohttp
$.........
............
........missing independencies for socks support
解决:$export all_proxy="http://proxy:port/"
检查下修改是否正确:$printenv | grep all_proxy
之前pip下载各种失败,发现用sudo运行就可以成功,沉迷捷径无法自拔,后来碰见各种文件夹普通用户没有操作权限,悔不当初,一个一个跪着改过去
missing independencies for socks support
标签:proxy enc dep ... soc 下载 ssi socks gre
原文地址:http://www.cnblogs.com/chen8chen/p/7800086.html