简体   繁体   English

在PyCharm中安装Tensor Flow软件包

[英]Tensor flow package installation in PyCharm

I have been successfully using PyCharm for my python work.All the packages can be easily installed by going to settings and then project interpreter but tensorflow installation is showing error.In suggestions it asked me to upgrade pip module.But even after that it shows error with following message: 我已经成功地将PyCharm用于我的python工作。所有软件包都可以通过转到设置轻松地安装,然后进行项目解释器安装,但tensorflow安装显示错误。在建议中,它要求我升级pip模块。但即使这样它仍然显示错误并显示以下消息:

" Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow" “找不到满足张量流需求的版本(来自版本:)找不到与张量流匹配的分布”

I am able to install all other packages but error is with tensorflow only.I am using windows. 我能够安装所有其他软件包,但错误仅与tensorflow有关。我正在使用Windows。

Please run pip install tensorflow in command line and post the output here. 请在命令行中运行pip install tensorflow并在此处发布输出。 Tensorflow can be installed on Windows but the process is often annoying. Tensorflow可以安装在Windows上,但此过程通常很烦人。

You could also tried anaconda. 您也可以尝试蟒蛇。 It is has very nice UI and you could switch between different version. 它具有非常好的用户界面,您可以在不同版本之间切换。

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

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