微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

尝试安装ChatterBot除外,但Blis遇到了问题

如何解决尝试安装ChatterBot除外,但Blis遇到了问题

最近,当我遇到Blis错误时,我尝试使用pip3 install chatterbot安装chatterbot

Failed building wheel for blis Running setup.py clean for blis Successfully built chatterbot Failed to build blis Installing collected packages: chatterbot,blis Found existing installation: chatterbot 1.1.0a7 Uninstalling chatterbot-1.1.0a7: Successfully uninstalled chatterbot-1.1.0a7 Running setup.py install for blis ... error Complete output from command /usr/bin/python3 -u -c "import setuptools,tokenize;__file__='/tmp/pip-install-7chnxrll/blis/setup.py';f=getattr(tokenize,'open',open)(__file__);code=f.read().replace('\r\n','\n');f.close();exec(compile(code,__file__,'exec'))" install --record /tmp/pip-record-3malw8l2/install-record.txt --single-version-externally-managed --compile: BLIS_COMPILER? None

此后,它引发了很多python错误,我可以列出所有与Blis安装相关的信息。

不确定是否有帮助,但是会抛出错误代码1 Command "/usr/bin/python3 -u -c "import setuptools,'exec'))" install --record /tmp/pip-record-3malw8l2/install-record.txt --single-version-externally-managed --compile" Failed with error code 1 in /tmp/pip-install-7chnxrll/blis/

预先感谢:)

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。