- 我的APP ID 是
a6WXy5YiqoUdbIt5JzuEMFrn-gzGzoHsz
- SDK版本及依赖如下
gevent-websocket>=0.9.5,<1.0.0
gevent=
leancloud>=2.9.4,<3.0.0
markupsafe<=2.0.1
Flask>=1.0.0
Flask-Sockets>=0.1,<1.0
我尝试在本地使用`lean up`命令进行本地运行,提示没有gevent,但是该包已经安装,我使用的python版本是3.10.11:
[INFO] C:\WINDOWS\system32\lean.exe (v1.2.4) running on windows/amd64
[INFO] Python runtime detected
[INFO] pyenv detected. Please make sure pyenv is configured properly.
[WARNING] Cannot find command `python3.10`, using `python3` instead of
[INFO] Retrieving app info ...
[INFO] Current app: dataMaker (a6WXy5YiqoUdbIt5JzuEMFrn-gzGzoHsz)
[INFO] Use [python3 wsgi.py] to start the project
[INFO] The project is running at: http://localhost:3000
[INFO] Cloud function debug console (if available) is accessible at: http://localhost:3001
Traceback (most recent call last):
File "C:\develop\dataMateServer\wsgi.py", line 2, in <module>
from gevent import monkey
ModuleNotFoundError: No module named 'gevent'
`