如何在python3.7上安装tensorflow [英] how to install tensorflow on python3.7

查看:469
本文介绍了如何在python3.7上安装tensorflow的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试过这样的指令,但失败了:

I tried instruction like this but failed:

pip3 install -t /projects/****/users/****/python/3.7.0 --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.10.0-cp37-cp37m-linux_x86_64.whl

错误消息只是找不到该URL.如果我将cp37之类的版本更改为cp36,由于python的版本是3.7,这也会失败.

the error message is just cannot find the url. If I change version like cp37 to cp36 which will also failed since the version of python is 3.7.

如果我只使用说明:

pip3 install -t /projects/****/users/****/python/3.7.0  tensorflow

它将出现这样的错误消息:

it will have such an error message:

Cache entry deserialization failed, entry ignored
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

那么究竟如何在python3.7上安装tensorflow?

So how exactly to install tensorflow on python3.7?

我尝试了另一篇文章中的说明,但没有一个起作用.

I tried the instructions in the other post but none of them works.

推荐答案

Tensorflow尚不支持Python 3.7(

Tensorflow does not support Python 3.7 yet (https://github.com/tensorflow/tensorflow/issues/17022).

使用Python 3.6.

Use Python 3.6.

这篇关于如何在python3.7上安装tensorflow的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆