简体   繁体   English

无法安装tensorflow-gpu==2.3.0rc0

[英]cannot install tensorflow-gpu==2.3.0rc0

conda install tensorflow-gpu==2.3.0rc0 not work conda install tensorflow-gpu==2.3.0rc0 不工作

python version Python 3.7.0 python 版本 Python 3.7.0

I get the following error when trying to install tensorflow-gpu in version 2.3.0rc0:尝试在 2.3.0rc0 版本中安装 tensorflow-gpu 时出现以下错误:

Solving environment: failed with initial frozen solve. Retrying with flexible solve.

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

  - tensorflow-gpu==2.3.0rc0

rc0 refers to a pre-release version. rc0指的是预发布版本。 Since tensorflow 2.3.0 has been officially released in July 2020 there is, for obvious reasons, no pre-release candidate available anymore.由于 tensorflow 2.3.0 已于2020 年 7 月正式发布,出于显而易见的原因,不再提供预发布候选版本。 You are probably following some old tutorial or similar.您可能正在遵循一些旧教程或类似教程。 Try simply dropping the rc0尝试简单地删除rc0

conda install tensorflow-gpu==2.3.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM