python 下载依赖库时指定镜像源
下载
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow==2.8.0 tensorflow-hub==0.12.0
更新
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade tensorflow tensorflow-hub
下载
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow==2.8.0 tensorflow-hub==0.12.0
更新
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade tensorflow tensorflow-hub