切换清华源,只需要在运行的命令后添加-i https://pypi.tuna.tsinghua.edu.cn/simple 即可;
例如:
python -m pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple
切换百度源同理,加上-i https://mirror.baidu.com/pypi/simple即可
例如:
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
切换豆瓣源
python -m pip install paddlepaddle -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
文章评论