之前研究yolov3,得下载一大堆python库,国外的下载得随缘,还是国内的快且稳定。现在记录一下。下面是几个常见的python国内镜像库(但我基本上用的都是豆瓣的)
使用方法(以tensorflow为例):pip install tensorflow -i 加上下面的地址
按照特定版本安装:pip install tensorflow==1.4.3 -i 加上下面的地址
豆瓣:https://pypi.doubanio.com/simple/
清华:https://mirrors.tuna.tsinghua.edu.cn/help/pypi/
阿里云:http://mirrors.aliyun.com/pypi/simple/