当前位置: 首页 > 工具软件 > ChatterBot > 使用案例 >

windows 安装chatterbot

蓬运诚
2023-12-01

pip install --user -i https://pypi.tuna.tsinghua.edu.cn/simple chatterbot

安装文件

pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz

注意修改下 tagger 指定的語言模型源碼 原來是en

安装

pip install --user chatterbot_corpus

解决 'torch' 没有 'autocast_mode'属性问题

安装torch1.6以上版本,本地安装1.8

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple torch==1.8.0

ok上面安裝完 就可以了

 类似资料: