RASA --- ERROR: Could not find a version that satisfies the requirement tensorflow

RASA --- ERROR: Could not find a version that satisfies the requirement tensorflow

我正在尝试安装 rasa 但 tensorflow 有问题 (Windows 10)

作为先决条件,我已经安装了 Anaconda,VC++

步骤 -

  1. 使用管理员权限打开 Anaconda
  2. 激活味
  3. pip install rasa-x --extra index url https://pypi.rasa.com/simple
  4. pip 安装 rasa

错误 - 错误:找不到满足 tensorflow 要求的版本


我尝试在安装 rasa 之前先安装 tensorflow,显然即使安装 tensorflow 错误仍然相同....需要一些安装 rasa 和 tensorflow 的指导,以便我可以继续。

您需要使用 Python 版本 3.6 或 3.7。检查那个

我尝试了以下方法,一切都立即得到修复..
我在设置时注意到的主要问题是 Visual Studio 安装不完整。

Pre-requisites -

  1. 蟒蛇 64 位
  2. Visual Studio 完成安装

打开 Anaconda - 管理员权限 mkdir c:\RASA cd RASA activate rasa pip install rasa x extra index url https://pypi.rasa.com/simple pip install rasa[full] pip install rasa[spacy] python -m spacy download en_core_web_md python -m spacy link en_core_web_md en

按照上述步骤解决了安装 rasa 的所有问题。