安装python dependency reportlab时出错

2024-04-19 15:20:37 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试使用

sudo pip install reportlab

但我收到一些错误信息:

Command "/Users/hughpemberton/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-build-r71va8iz/reportlab/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-5vdm7qij-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-build-r71va8iz/reportlab/

版本=Python 3.6.3::Anaconda,Inc

有什么问题吗?提前谢谢!你知道吗


Tags: installpipbuildsudocodeopenprivaterecord