我刚刚安装了OS X Capitan,并尝试在python2.7.x虚拟环境中安装gevent.而这就是我得到的.看起来像gcc相关的东西.这是追溯:
Building wheels for collected packages: gevent
Running setup.py bdist_wheel for gevent
Complete output from command /Users/admin/pyenvs/plgrnd/bin/python -c "import setuptools;__file__='/private/var/folders/m8/xt5420594cn8zbgnry594ljw0000gn/T/pip-build-KkzbuJ/gevent/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /var/folders/m8/xt5420594cn8zbgnry594ljw0000gn/T/tmpxRMK02pip-wheel-:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.5-x86_64-2.7
creating build/lib.macosx-10.5-x86_64-2.7/gevent
copying gevent/__init__.py -> build/lib.macosx-10.5-x86_64-2.7/gevent
copying gevent/_ssl2.py -> build/lib.macosx-10.5-x86_64-2.7/gevent
copying gevent/_sslgte279.py -> build/lib.macosx-10.5-x86_64-2.7/gevent
copying gevent/_threading.py -> build/lib.macosx-10.5-x86_64-2.7/gevent
copying gevent/backdoor.py -> build/lib.macosx-10.5-x86_64-2.7/gevent
copying gevent/baseserver.py -> build/lib.macosx-10.5-x86_64-2.7/gevent
copying gevent/coros.py -> build/lib.macosx-10.5-x86_64-2.7/gevent
copying gevent/event.py -> build/lib.macosx-10.5-x86_64-2.7/gevent
copying gevent/fileobject.py -> build/lib.macosx-10.5-x86_64-2.7/gevent
copying gevent/greenlet.py -> build/lib.macosx-10.5-x86_64-2.7/gevent …Run Code Online (Sandbox Code Playgroud)