安装pip3时使用chatterbot命令遇到错误,如何解决?
- 内容介绍
- 文章标签
- 相关推荐
本文共计161个文字,预计阅读时间需要1分钟。
问题:我在安装pip3 install chatterbot时,总会报一大堆红色的错误,在此我就不上传截图了。解决方法:直接去下载开源的文件。
链接:https://github.com/gunthercox/ChatterBot
问题:
我在安装 pip3 install chatterbot 时,总会报错,是一大堆红字的那种,在此我就不附上图片了
解决方法:
直接去下载开源的文件
github.com/gunthercox/ChatterBot
进入安装包目录,运行
python setup.py buildpython setup.py install
完成!
本文共计161个文字,预计阅读时间需要1分钟。
问题:我在安装pip3 install chatterbot时,总会报一大堆红色的错误,在此我就不上传截图了。解决方法:直接去下载开源的文件。
链接:https://github.com/gunthercox/ChatterBot
问题:
我在安装 pip3 install chatterbot 时,总会报错,是一大堆红字的那种,在此我就不附上图片了
解决方法:
直接去下载开源的文件
github.com/gunthercox/ChatterBot
进入安装包目录,运行
python setup.py buildpython setup.py install
完成!

