无法从 'chatterbot.utils' 导入名称 'input_function'

Cannot import name 'input_function' from 'chatterbot.utils'

我正在尝试为使用 chatterbot 创建的机器人回复实施反馈

https://github.com/gunthercox/ChatterBot/issues/935#issuecomment-324230394 但是它 returns 我有 2 个错误

第一个:

ImportError: cannot import name 'input_function' from 'chatterbot.utils' (/Users/xxx/Documents/.../utils.py)

第二个当我设置DEFAULT_SESSION_ID = bot.default_session.id:

Unresolved attribute reference 'default_session' for class 'ChatBot'

上一个已经不用了。 这个和新的。 它被使用:

from chatterbot.conversation import Statement

对示例中的代码进行适当更改

https://github.com/gunthercox/ChatterBot/blob/4ff8af28567ed446ae796d37c246bb6a14032fe7/examples/learning_feedback_example.py