【问题标题】:Problems while installing chatterbot via Pip通过 Pip 安装 chatterbot 时出现问题
【发布时间】:2023-01-16 11:07:53
【问题描述】:

我一直在尝试用 pip 安装 chatterbot 但是当我这样做的时候

pip install ChatterBot

它给了我这个错误:

 note: This error originates from a subprocess, and is likely not a problem with pip.
      error: legacy-install-failure

      Encountered error while trying to install package.

      preshed

      note: This is an issue with the package mentioned above, not pip.
      hint: See above for output from the failure.
      [end of output]

【问题讨论】:

    标签: python pip chatterbot


    【解决方案1】:

    您可以尝试安装特定版本吗:

    pip install chatterbot==1.0.2
    

    或者

    pip install chatterbot==1.0.4
    

    根据需要更改版本。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-10-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-09-15
      • 1970-01-01
      相关资源
      最近更新 更多