Mac 安装gevent

Posted liangliangzz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac 安装gevent相关的知识,希望对你有一定的参考价值。

直接运行 pip install gevent 安装必然会报错,正确的做法:

安装xcode

xcode-select --install

再次运行
pip install gevent安装成功。

mac126:Desktop mac126$ pip3 install gevent
Collecting gevent
  Using cached https://files.pythonhosted.org/packages/6c/49/681ec1026fe0313d1c6f00a58416f9ade121911f2fd55023e3e7cbd7803f/gevent-1.4.0-cp36-cp36m-macosx_10_6_intel.whl
Collecting greenlet>=0.4.14; platform_python_implementation == "CPython" (from gevent)
  Using cached https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz
Installing collected packages: greenlet, gevent
  Running setup.py install for greenlet ... done
Successfully installed gevent-1.4.0 greenlet-0.4.15

 

以上是关于Mac 安装gevent的主要内容,如果未能解决你的问题,请参考以下文章

Flask + Nginx + Gunicorn + Gevent部署

Python 安装gevent,在导入gevent之后就报错了

windows安装greenlet和gevent,以及使用方法

我无法安装 Gevent

python.h 在尝试安装 gevent-socketio 时不喜欢

windonw10 ,python3.7安装gevent