我正在尝试从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
了,但没有帮助