pip update 一下
python -m pip install --upgrade pip
pip install --user numpy scipy matplotlib jupyter pandas sympy nose
使用豆瓣镜像源安装
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/simple --trusted-host pypi.douban.com
网友评论