淘先锋技术网

首页 1 2 3 4 5 6 7

问题描述

pip install tensorflow 安装速度慢,或者安装时报错

“Could not find a version that satisfies the requirement tensorflow”

该问题是由于本机网络对网站的信任问题

解决办法:

1.换源:

pip install -i http://pypi.douban.com/simple/  tensorflow 

2.添加信任:

pip install -i http://pypi.douban.com/simple/  tensorflow --trusted-host pypi.douban.com