在python 3.9.0(64位)和pip版本20.2.3中安装tensorflow.? [英] tensorflow installation in python 3.9.0(64 bit) and pip version 20.2.3 .?

查看:184
本文介绍了在python 3.9.0(64位)和pip版本20.2.3中安装tensorflow.?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想安装TensorFlow,我已经尝试了一切,从重新安装一切到尝试无济于事的不同版本.

I want to install TensorFlow, I have tried everything from reinstalling everything to trying different versions it doesn't help.

我已经尝试使用python 3.9.0和pip版本20.0.3

I have tried it with python 3.9.0 and pip version 20.0.3

推荐答案

当前(2021年3月1日),没有针对最新稳定python 3.9的正式稳定版 tensorflow版本.

Currently (1st of March, 2021), there is no official stable tensorflow version for the latest stable python 3.9.

但是,张量流的每晚版本支持python 3.9.

However, nightly version of tensorflow supports python 3.9.

只需 pip install tf-nightly-gpu pip install tf-nightly

请注意,库名称是相同的,例如导入作为导入tensorflow作为tf 起作用,没有任何问题.这意味着一旦添加了官方支持并且您已经迁移到稳定版本,就不必更新代码.

Note, the library name is the same, e.g. importing works as import tensorflow as tf without any problems. This means you will not have to update your code once official support is added and you've migrated to the stable version.

这篇关于在python 3.9.0(64位)和pip版本20.2.3中安装tensorflow.?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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