Python库ChatterBot安装错误

2024-09-30 00:32:37 发布

您现在位置:Python中文网/ 问答频道 /正文

pip version: 20.1

我尝试使用python终端pip install chatterbot进行安装。它向我抛出了以下异常:

ERROR: Command errored out with exit status 1:
   command: 'c:\users\burair\appdata\local\programs\python\python38-32\python.exe' 'C:\Users\Burair\AppData\Roaming\Python\Python38\site
-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Burair\AppData\Local\Temp\pip-build-env-ediw4qqw\overlay' --no-wa
rn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem
>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0'

当我试图安装chatterbot from setting解释器时,会显示此错误以及上述错误:

Try to run this command from the system terminal. 
Make sure that you use the correct version of `pip` installed for your Python interpreter 
located at F:\PL Work\Document\PycharmProject\ChatBot\venv\Scripts\python.exe.

Tags: installpipinstallednofromnoneversion错误

热门问题