简体   繁体   English

错误:找不到满足 tensorflow 要求的版本(来自版本:无)

[英]ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)

I'm trying to install tensor flow for PyCharm on my MacBook Pro macOS Catalina version 10.15.4.我正在尝试在我的 MacBook Pro macOS Catalina 版本 10.15.4 上安装 PyCharm 的张量流。 My version of python is 3.8.1.我的 python 版本是 3.8.1。 I tried to install Tensor Flow from the Python Interpreter in PyCharm, but I got the ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none. I thought the issue might have been that I hadn't installed a virtual environment virtualenv, so I made sure I installed the virtual environment, python3 and pip3. Then I made sure I had a 64-bit processor to run Tensor Flow. Right now, it seems like I was able to install tensor flow after typing: python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl into my terminal. The tensor flow folders appear in my Finder, but when I check the shell and type in "import tensorflow as tf" it doesn't recognize any module by that name. I don't know if I installed Z2C39BC1我尝试在Z4149CE0EE30A909A1F62C583FF62C583FF20C283Z中安装ZA7F5F35F35426B927411FC9231B56382173Z解释器中的张量流量,但我无法找到任何版本。环境virtualenv,所以我确保我安装了虚拟环境python3和pip3。然后我确保我有一个64位处理器来运行Tensor Flow。现在,我似乎能够在输入后安装张量流:python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl进入我的终端。张量流文件夹出现在我的Finder中,但是当我检查 shell 并输入“import tensorflow as tf”时,它无法识别该名称的任何模块。我不知道我是否安装了 Z2C39BC1 9B761AC36DC046245D1D47FE6Z on my MacBook correctly, and I'm not sure how to uninstall any installs if I did the wrong steps. 9B761AC36DC046245D1D47FE6Z 在我的 MacBook 上正确,如果我执行了错误的步骤,我不确定如何卸载任何安装。 Can anyone help me out?谁能帮我吗?

It is better to reinstall tensorflow from Pycharm terminal itself.最好从 Pycharm 终端本身重新安装 tensorflow。 Also if you do not necessarily need python 3.8, Go ahead with an older version 3.6 or 3.7.此外,如果您不一定需要 python 3.8、Go 和旧版本 3.6 或 3.7。 You do not need to upgrade python to its latest version.您无需将 python 升级到最新版本。 This link is also helpful: https://www.tensorflow.org/install/pip此链接也很有帮助: https://www.tensorflow.org/install/pip

暂无
暂无

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

相关问题 错误:找不到满足 tensorflow 要求的版本(来自版本:无)错误:没有找到 tensorflow 的匹配分布) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow) 错误:找不到满足 pyautogui 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement pyautogui (from versions: none) 错误:找不到满足要求时间的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement time (from versions: none) 错误:找不到满足Deepcorrect要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement deepcorrect (from versions: none) 错误:找不到满足要求 webdriver 的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement webdriver (from versions: none) 错误:找不到满足火炬要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement torch (from versions: none) 错误:找不到满足 csv 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement csv (from versions: none) 错误:找不到满足 busio 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement busio (from versions: none) 错误:找不到满足 fastapi 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement fastapi (from versions: none) 错误:找不到满足要求的版本 tensorflow-addons&lt;0.8.0,&gt;=0.7.1(来自 rasa)(来自版本:无) - ERROR: Could not find a version that satisfies the requirement tensorflow-addons<0.8.0,>=0.7.1 (from rasa) (from versions: none)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM