【发布时间】:2017-11-29 22:50:33
【问题描述】:
我正在尝试通过 pip 安装 pycrypto。安装失败:
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-zWtfwz/pycrypto/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-OrjLDy-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-zWtfwz/pycrypto/
我发现其他帖子说我需要通过 yum 下载 pycrypto,但是,引用的包似乎不再存在 - 至少不是那个名称。
【问题讨论】:
标签: pycrypto