1、那就需要更换pip源:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
2、更新pip版本
python -m pip install --upgrade pip
这样就可以更新成功了
1、那就需要更换pip源:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
2、更新pip版本
python -m pip install --upgrade pip
这样就可以更新成功了