【问题标题】:Unable to install Rasa and use it on PyCharm无法安装 Rasa 并在 PyCharm 上使用它
【发布时间】:2020-03-14 19:32:38
【问题描述】:

Could not find a version that satisfies the requirement tensorflow-addons<0.9,>=0.8 (from rasa) (from versions: ) No matching distribution found for tensorflow-addons<0.9,>=0.8 (from rasa)

我在执行时不断收到此错误 pip3 install rasa 我已经用 Python 3.8、3.7 和 3.6 进行了尝试。

有什么建议吗?

【问题讨论】:

    标签: python-3.x pip installation rasa


    【解决方案1】:

    我怀疑你所有的 Python 都是 32 位的。 TensorFlow 和插件需要 64 位 Python。

    检查你的 Python 的位数:

    python -c "import struct; print(struct.calcsize('P') * 8)"
    

    如果它们真的是 32 位,则将它们全部卸载并安装 64 位 Python。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-10-12
      • 2020-10-11
      • 2019-11-10
      • 2022-10-07
      • 1970-01-01
      • 2020-12-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多