python3.7导入gevent模块报错的解决方案

错误信息:

RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128
  return f(*args, **kwds)

解决:

pip3 install -U --force-reinstall --no-binary :all: gevent

你可能感兴趣的:(运维,python开发,环境,python,flask)