python3 tensorflow 安装

在Mac上使用Python3安装TensorFlow时遇到错误提示futuresrequiresPython'>=2.6,<3'。解决方案是首先安装futures3.1.1,然后安装特定版本的TensorFlow。避免使用--ignore-installed参数。

mac python3 安装tensorflow出错:futures requires Python '>=2.6, <3' but the running Python is 3.5.3

 

对应解决链接: https://github.com/tensorflow/tensorflow/issues/16478

 

Same problem here on Ubuntu 16.04 with Python 3.5.
Clearly, Python 3 doesn't need futures. And with Python 2.7, using :
pip2 install tensorflow-gpu==1.5.0
it goes well.
Here's a solution for Python 3:
The error is occurred when installing the version of futures 3.2.0 for Python 3. It is noticed that:

It should not be installed on Python 3, although there should be no harm in doing so, as the standard library takes precedence over third party libraries.

First, install futures 3.1.1:

pip3 install futures==3.1.1
then :
pip3 install tensorflow-gpu==1.5.0
Do not add the --ignore-installed or -I

 

转载于:https://www.cnblogs.com/leo23/p/8386996.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值