问题:根据云引擎快速入门文档(https://leancloud.cn/docs/leanengine_quickstart.html#hash650783252)进行操作执行完pip install -Ur requirements.txt后,执行lean up报错。
错误信息:
[INFO] Current CLI tool version: 0.24.2
[INFO] Python runtime detected
[INFO] Retrieving app info ...
[INFO] Current app: xxx (xxxxxxxxxxxxxxxxx)
[INFO] Use [python wsgi.py] to start the project
[INFO] The project is running at: http://localhost:3000
Traceback (most recent call last):
File "wsgi.py", line 3, in
from gevent import monkey
ImportError: No module named gevent
[INFO] Cloud function debug console (if available) is accessible at: http://localhost:3001
系统环境:macOS Big Sur 11.1
python环境:python --version Python 3.9.1