为了能快速了解并处理您的问题,请提供以下基础信息:
系统版本:20.04.1-Ubuntu SMP Thu Aug 17 21:37:15 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
相关截图(日志、错误):root@host-10-0-0-234:~# bt Traceback (most recent call last): File "/www/server/panel/tools.py", line 21, in <module> import public, time, json File "/www/server/panel/class/public.py", line 13, in <module> import json, os, sys, time, re, socket, importlib, binascii, base64, string, psutil ModuleNotFoundError: No module named 'psutil' root@host-10-0-0-234:~# pip install psutil Looking in indexes: https://mirrors.aliyun.com/pypi/simple Requirement already satisfied: psutil in /usr/local/lib/python3.8/dist-packages (5.9.5) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
|