0

我正在尝试从Python中的 v1迁移到 Cloud Endpoints Frameworks 2.0 for App Engine

当我 pip installpip install -t lib google-endpoints --ignore-installed时,出现错误

Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-build-blaNgj/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-E6OxwC-record/install-record.txt --single-version-externally-managed --compile --home=/tmp/tmp_5iRxU" failed with error code 1 in /private/tmp/pip-build-blaNgj/pycrypto

如何解决这个问题?

我也试过sudo pip install -t lib google-endpoints --ignore-installed了,但没有帮助

4

1 回答 1

0

很难阅读您粘贴的错误消息,因为它都在一行上,但我认为您遇到的问题可能是由于在 Mac 上并且没有安装 XCode 或 XCode 命令行工具。

尝试在命令行运行'gcc',看看它是否说你需要安装一些东西。

于 2017-11-27T05:46:08.507 回答