简体   繁体   English

我无法安装 tensorflow 2.1.0 版本

[英]I can't install tensorflow 2.1.0 version

I have a problem that i can't install tensorflow 2.1.0 version using pip我有一个问题,我无法使用 pip 安装 tensorflow 2.1.0 版本

every time i try, i have this message:每次我尝试时,我都会收到以下消息:

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow错误:找不到满足 tensorflow 要求的版本(来自版本:无)错误:未找到 tensorflow 的匹配分布

my machine specs: windows 10, 64 bit, python 3.7 pip 20.1我的机器规格:windows 10、64 位、python 3.7 pip 20.1

Yep this is an issue with that version of python, try using python 3.6, it solved the issue for me是的,这是 python 版本的问题,尝试使用 python 3.6,它为我解决了这个问题

I got the problem resolved by upgrading the pip.我通过升级 pip 解决了这个问题。

pip3 install --upgrade pip

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

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