本地下载命令,以下载tensorflow 为例 :
pip3 download -d ./下载的目录 -i https://pypi.doubanio.com/simple tensorflow
说明 : -i https://pypi.doubanio.com/simple 国内下载服务器的镜像,因为国外镜像比较慢,建议添加此参数。
目前国内的安装镜像有
http://mirrors.aliyun.com/pypi/simple/ //阿里
https://pypi.tuna.tsinghua.edu.cn/simple/ //清华
http://pypi.douban.com/ //豆瓣
http://pypi.hustunique.com/ //华中理工大学
http://pypi.sdutlinux.org/ //山东理工大学
http://pypi.mirrors.ustc.edu.cn/ //中国科学技术大学
本地安装命令:
pip3 install --no-index --find-links=./下载目标 tensorflow-2.4.1-cp36-cp36m-win_amd64.whl