个人建站遇坑无数,与君共勉
一、pycharm下载numpy和padas包失败
1、爬网站数据时 安装numpy和padas包是,总是会报错
会一直卡在下面这个地方
后来经过查询问题,是源在国外,所以国内下载比较慢(这点本人没有实际确认,看网上的大神说的)
经过修改源下载速度杠杠的
2、使用豆瓣的源就很快了
pip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install numpy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install pandas -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install seaborn scipy -i http://pypi.douban.com/s