通过pip安装chatterbot,命令如下: pip install chatterbot 报错: ERROR: Could not find a version that satisfies the requirement chatterbot (from versions: none) ERROR: No matching distribution found for chatterbot
安装chatterbot:ERROR: Could not find a version that satisfies the requirement chatterbot (from version
回答
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple chatterbot
从清华源安装即可。