最原始從官網下載: pip install tensorflow
從國內鏡像網站安裝最新版本: pip install tensorflow -i http://pypi.douban.com/simple/
或者指定版本號: pip install tensorflow==1.14.0 -i http://pypi.douban.com/simple/
最高速下載:pip install tensorflow==1.14.0 -i https://pypi.tuna.tsinghua.edu.cn/simple/
國內鏡像網站:
阿里雲 http://mirrors.aliyun.com/pypi/simple/
中國科技大學 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣 http://pypi.douban.com/simple/
中國科學技術大學 http://pypi.mirrors.ustc.edu.cn/simple/
清華大學 https://pypi.tuna.tsinghua.edu.cn/simple/