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

时间:2020-08-19 12:02:52

标签: python python-3.x chatterbot

最近,当我遇到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, 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" failed with error code 1 in /tmp/pip-install-7chnxrll/blis/

预先感谢:)

0 个答案:

没有答案