Python 3.8 安装pip3 install chatterbot chatterbot_corpus报错的问题

前言


一、pip3 install chatterbot 失败

解决方法

1.直接下载压缩包 spacy pip setup.py install 失败

2.直接去下载开源的文件-chatterbot 
https://github.com/gunthercox/ChatterBot

python setup.py install

二、pip install chatterbot_corpus 失败 

解决方法

1.直接下载压缩包 PyYaml 解压运行 python setup.py install

执行 pip3 install chatterbot_corpus


感谢各位大大的耐心阅读~

猜你喜欢

转载自blog.csdn.net/qq_35731570/article/details/113782308