如何安装安装一些Python软件包,调试日志输出?

时间:2018-08-03 08:18:39

标签: python

我正在尝试执行以下指令:

sudo pip install -r requirements.txt

但是我发现了这个错误:

Command /usr/bin/python -c "import setuptools, tokenize;
__file__='/tmp/pip_build_root/pyzmq/setup.py';exec(compile(getattr(tokenize,
'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install 
--record /tmp/pip-JB30wJ-record/install-record.txt 
--single-version-externally-managed --compile failed with error code 1 
in /tmp/pip_build_root/pyzmq

Storing debug log for failure in /home/userrr/.pip/pip.log

如果您能帮助我,我将不胜感激。 提前致谢。

0 个答案:

没有答案