用pip安装tensorflow换成国内源快速安装

 

Tensorflow  1.X 安装:

pip install --index-url https://pypi.douban.com/simple tensorflow

或pip install --index-url http://mirrors.aliyun.com/pypi/simple/ tensorflow

 

Tensorflow  2.X 安装: (豆瓣源,  注意要是  https,  有个s )

pip install -i https://pypi.doubanio.com/simple/ tensorflow

 

posted @ 2019-08-20 17:37  peterwong666  阅读(11992)  评论(0编辑  收藏  举报