我正在尝试执行以下指令:
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
如果您能帮助我,我将不胜感激。 提前致谢。