简体   繁体   English

无法使用 pip 安装 Tensorflow 1.14.0(错误:未找到 tensorflow==1.14.0 的匹配分布)

[英]Can't Install Tensorflow 1.14.0 using pip (ERROR: No matching distribution found for tensorflow==1.14.0)

I'm trying to install tensorflow 1.14.0我正在尝试安装 tensorflow 1.14.0

I already updated pip with prompt.我已经用提示更新了 pip。

there are some that say that tensorflow does not work with python 3.7有人说 tensorflow 不适用于 python 3.7

I have already checked that I'm using python 64-bit我已经检查过我使用的是 python 64 位

I'm using VScode.我正在使用 VScode。

this is what I type:这是我输入的:

pip install tensorflow==1.14.0

this is what shows:这表明:

ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0 (from versions: none)
ERROR: No matching distribution found for tensorflow==1.14.0

thank you.谢谢你。

I could not find the answer to this but it seems that VScode that is installed in that computer (computer 1) is unstable.我找不到这个问题的答案,但似乎安装在该计算机(计算机 1)中的 VScode 不稳定。

Now I transferred all my TensorFlow projects to my main computer that runs stable codes.现在,我将所有 TensorFlow 项目转移到运行稳定代码的主计算机上。

If I find a definitive answer then I will update this message.如果我找到明确的答案,那么我将更新此消息。

right now the answer is to run in another environment, it worked for me.现在的答案是在另一个环境中运行,它对我有用。

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

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