使用pip安装模块,出现Cannot unpack file xxx的问题的解决
在windows下使用pip 豆瓣源安装gevent时出现错误

解决办法:
pip install -i https://pypi.douban.com/simple/ --trusted-host https://pypi.douban.com/simple/ gevent
在windows下使用pip 豆瓣源安装gevent时出现错误

解决办法:
pip install -i https://pypi.douban.com/simple/ --trusted-host https://pypi.douban.com/simple/ gevent