当conda还不支持Windows Tensorflow时,如何在Windows上安装最新版本的Tensorflow(此处为2.2)? [英] How do I install the most recent Tensorflow (here: 2.2) on Windows when conda does not yet support it?

查看:377
本文介绍了当conda还不支持Windows Tensorflow时,如何在Windows上安装最新版本的Tensorflow(此处为2.2)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows 8.1上有conda 4.8.3和Python 3.7.4.

I have conda 4.8.3 and Python 3.7.4 on Windows 8.1.

我在conda环境中安装了tf 2.0.0.如何升级到2.2.x?

I have tf 2.0.0 installed in a conda environment. How do I upgrade to 2.2.x?

或者,如何在conda环境中安装2.2.x?

Or, how do I just install 2.2.x in a conda environment?

pip install --upgrade tensorflow说:Requirement already up-to-date: tensorflow in d:\anaconda3\envs\tf2\lib\site-packages (2.1.0)

Edit 1: pip install --upgrade tensorflow says: Requirement already up-to-date: tensorflow in d:\anaconda3\envs\tf2\lib\site-packages (2.1.0)

但tf版本仍为2.0.

but tf version is still 2.0.

conda install tensorflow == 2.2.0说:

Edit 2: conda install tensorflow==2.2.0 says:

PackagesNotFoundError: The following packages are not available from current channels:

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