无法在Mac OS X Mavericks上安装gevent

时间:2014-04-17 23:34:30

标签: python macos gevent

我在Mac OS X Mavericks上安装gevent时遇到了麻烦。我正在尝试安装到虚拟环境中。首先我用brew安装了libevent。然后我跑了:

pip install gevent

不幸的是,我无法安装它,因为我不断收到此错误消息:

Command /Users/christopherspears/.virtualenvs/traffic/bin/python -c "import setuptools, tokenize;__file__='/Users/christopherspears/.virtualenvs/traffic/build/greenlet/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/yv/vnky4wpd7kl4bp4qb4hlqmhw0000gn/T/pip-91tw1E-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/christopherspears/.virtualenvs/traffic/include/site/python2.7 failed with error code 1 in /Users/christopherspears/.virtualenvs/traffic/build/greenlet
Storing debug log for failure in /Users/christopherspears/.pip/pip.log

这个问题似乎与greenlet有关。还有其他人可以解决这个错误吗?

0 个答案:

没有答案
相关问题