类似问题https://forum.leancloud.cn/t/python-sdk/23401
部署失败,报错:
[ERROR] /usr/share/pyenv/versions/3.7.10/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
[ERROR] return f(*args, **kwds)
[ERROR] /usr/share/pyenv/versions/3.7.10/lib/python3.7/importlib/_bootst
在requirements里加入greenlet==0.4.16后部署成功