经常遇到安装python的第三方库慢、卡,最好的解决版本就利用镜像加速: 网上有很多可用的源, 豆瓣:http://pypi.douban.com/simple/ pip install -i https://mirrors.aliyun.com/pypi/simple/ + '第三方库'