本帖最后由 Sails 于 2021-11-4 14:26 编辑
之前debian10安装aapanel都没啥问题,现在安装就报错了,想好好的用个宝塔国际版也不行了,有大佬知道怎么解决吗,没宝塔社区帐号,也懒得去那里问。
机器是热乎的甲骨文新加坡 ARM
参考楼下大佬的意见,更换了DNS,update了下,一样的报错,还是不行。
- Requirement already satisfied: cachelib in /www/server/panel/pyenv/lib/python3.7/site-packages (0.4.1)
- 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
- Starting Bt-Panel…………failed
- ——————————————————
- Traceback (most recent call last):
- File "/www/server/panel/BT-Panel", line 10, in <module>
- from gevent import monkey
- ModuleNotFoundError: No module named ‘gevent’
- ——————————————————
- Error: BT-Panel service startup failed.
- done
- Starting Bt-Tasks… failed
- ——————————————————
- Traceback (most recent call last):
- File "/www/server/panel/BT-Task", line 13, in <module>
- import task
- File "/www/server/panel/task.py", line 19, in <module>
- from psutil import Process, pids, cpu_count, cpu_percent, net_io_counters, disk_io_counters, virtual_memory
- ModuleNotFoundError: No module named ‘psutil’
- ——————————————————
- Error: BT-Task service startup failed.
- username: iwyxsrzh
- Stopping Bt-Tasks… done
- Stopping Bt-Panel… done
- Starting Bt-Panel…………failed
- ——————————————————
- Traceback (most recent call last):
- File "/www/server/panel/BT-Panel", line 10, in <module>
- from gevent import monkey
- ModuleNotFoundError: No module named ‘gevent’
- Traceback (most recent call last):
- File "/www/server/panel/BT-Panel", line 10, in <module>
- from gevent import monkey
- ModuleNotFoundError: No module named ‘gevent’
- ——————————————————
- Error: BT-Panel service startup failed.
- done
- Starting Bt-Tasks… failed
- ——————————————————
- Traceback (most recent call last):
- File "/www/server/panel/BT-Task", line 13, in <module>
- import task
- File "/www/server/panel/task.py", line 19, in <module>
- from psutil import Process, pids, cpu_count, cpu_percent, net_io_counters, disk_io_counters, virtual_memory
- ModuleNotFoundError: No module named ‘psutil’
- Traceback (most recent call last):
- File "/www/server/panel/BT-Task", line 13, in <module>
- import task
- File "/www/server/panel/task.py", line 19, in <module>
- from psutil import Process, pids, cpu_count, cpu_percent, net_io_counters, disk_io_counters, virtual_memory
- ModuleNotFoundError: No module named ‘psutil’
- ——————————————————
- Error: BT-Task service startup failed.
- ===============================================
- EXECUTING
- ===============================================
- Traceback (most recent call last):
- File "/www/server/panel/BT-Panel", line 10, in <module>
- from gevent import monkey
- ModuleNotFoundError: No module named ‘gevent’
- Traceback (most recent call last):
- File "/www/server/panel/BT-Panel", line 10, in <module>
- from gevent import monkey
- ModuleNotFoundError: No module named ‘gevent’
- =================================================
- ERROR: The BT-Panel service startup failed.
复制代码
|