使用 python -m chatterbot --version 检查 chatter 的版本。这是错误
Posted
技术标签:
【中文标题】使用 python -m chatterbot --version 检查 chatter 的版本。这是错误【英文标题】:checking the version of chatter using python -m chatterbot --version.This is the error 【发布时间】:2020-12-26 21:17:50 【问题描述】:python -m chatterbot --version 回溯(最近一次通话最后): _run_module_as_main 中的文件“/opt/anaconda3/lib/python3.7/runpy.py”,第 193 行 "main", mod_spec) _run_code 中的文件“/opt/anaconda3/lib/python3.7/runpy.py”,第 85 行 执行(代码,run_globals) 文件“/opt/anaconda3/lib/python3.7/site-packages/chatterbot/main.py”,第 20 行,在 打印(get_chatterbot_version()) 文件“/opt/anaconda3/lib/python3.7/site-packages/chatterbot/main.py”,第 15 行,在 get_chatterbot_version 返回配置['chatterbot']['版本'] getitem 中的文件“/opt/anaconda3/lib/python3.7/configparser.py”,第 958 行 引发 KeyError(键) KeyError:'chatterbot'
【问题讨论】:
chatterbot 安装正确吗? 【参考方案1】:这可能对你有用:
git clone https://github.com/gunthercox/ChatterBot.git
python3 setup.py install
来源:
https://github.com/gunthercox/ChatterBot/issues/1940
希望对你有所帮助,祝你有美好的一天,
大卫。
【讨论】:
欢迎您! ^^ 如果它仍然有效,请将答案作为好的答案,如果有人遇到同样的问题,请知道这是解决问题的方法。 (对不起我的英语)以上是关于使用 python -m chatterbot --version 检查 chatter 的版本。这是错误的主要内容,如果未能解决你的问题,请参考以下文章
pip install Chatterbot error 安装 chatterbot 错误值:源代码字符串不能包含空字节