尝试安装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 (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...