python3 unix模块出现安装错误(错误代码1)

时间:2019-02-27 01:15:36

标签: python-3.x unix module installation

我正在Raspbian Linux上的Raspberry Pi计算机上使用python3。

在尝试安装pymouse模块时,我注意到它需要安装unix模块。当我使用pip3 install -U unix安装unix模块时,它以错误结束:

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-yjyli5d3/cffi/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-yb6i6sd4-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" 
failed with error code 1 in /tmp/pip-build-yjyli5d3/cffi/

这是什么,有可能解决吗?干杯

0 个答案:

没有答案