小编use*_*747的帖子

gevent无法安装在OS X Capitan的python虚拟环境中

我刚刚安装了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)

python macos gcc gevent python-2.7

2
推荐指数
1
解决办法
3098
查看次数

标签 统计

gcc ×1

gevent ×1

macos ×1

python ×1

python-2.7 ×1