解决了,这个错误
btpip install psutil
btpip install gevent
就好了,登录面板绑定手机碰到了
No module named 'requests' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 1753, in publicObject return run_exec().run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 1701, in run result = getattr(toObject,get.action)(get) File "class/panelSSL.py", line 1059, in GetAuthToken raise public.error_conn_cloud(str(ex)) public.Panel
这个错误 输入
btpip install requests
就好了