The linux distribution is "Linux localhost 5.4.0-faked #1 SMP PREEMPT Thu Mar 5 11:28:37 CST 2020 aarch64 GNU/Linux".
After I run the command
wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh`
I got the error
Stopping Bt-Tasks.../etc/init.d/bt: line 54: ps: command not found
done
Stopping Bt-Panel.../etc/init.d/bt: line 48: ps: command not found
done
/etc/init.d/bt: line 61: ps: command not found
/etc/init.d/bt: line 48: ps: command not found
Starting Bt-Panel..../etc/init.d/bt: line 48: ps: command not found
./etc/init.d/bt: line 48: ps: command not found
./etc/init.d/bt: line 48: ps: command not found
./etc/init.d/bt: line 48: ps: command not found
./etc/init.d/bt: line 48: ps: command not found
./etc/init.d/bt: line 48: ps: command not found
./etc/init.d/bt: line 48: ps: command not found
./etc/init.d/bt: line 48: ps: command not found
./etc/init.d/bt: line 48: ps: command not found
failed
------------------------------------------------------
value = self._get(path)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1635, in _get
with open(path, 'rb') as stream:
PermissionError: [Errno 13] Permission denied: '/www/server/panel/pyenv/lib/python3.7/site-packages/google_cloud_core-2.2.1.dist-info/namespace_packages.txt'
ERROR:root:code for hash sha3_224 was not found.
Traceback (most recent call last):
File "/www/server/panel/pyenv/lib/python3.7/hashlib.py", line 121, in __get_openssl_constructor
f = getattr(_hashlib, 'openssl_' + name)
AttributeError: module '_hashlib' has no attribute 'openssl_sha3_224'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/pyenv/lib/python3.7/hashlib.py", line 244, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/www/server/panel/pyenv/lib/python3.7/hashlib.py", line 128, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/www/server/panel/pyenv/lib/python3.7/hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha3_224
------------------------------------------------------
Error: BT-Panel service startup failed.
done
/etc/init.d/bt: line 54: ps: command not found
Starting Bt-Tasks... /etc/init.d/bt: line 60: 23241 Aborted nohup $panel_path/BT-Task >> $task_log_file 2>&1
/etc/init.d/bt: line 54: ps: command not found
failed
------------------------------------------------------
Fatal Python error: initfsencoding: unable to load the file system codec
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 724, in exec_module
File "<frozen importlib._bootstrap_external>", line 859, in get_code
File "<frozen importlib._bootstrap_external>", line 916, in get_data
PermissionError: [Errno 13] Permission denied: '/www/server/panel/pyenv/lib/python3.7/encodings/__init__.py'
Fatal Python error: initfsencoding: unable to load the file system codec
ModuleNotFoundError: No module named 'encodings'
Current thread 0x0000007ea7390420 (most recent call first):
------------------------------------------------------
Error: BT-Task service startup failed.
install.sh: line 748: ps: command not found
chmod: cannot access '/www/server/panel/pyenv/bin/python3-config': Permission denied
chmod: cannot access '/www/server/panel/pyenv/bin/pyrsa-sign': Permission denied
===============================================
EXECUTING
===============================================
Traceback (most recent call last):
File "/www/server/panel/BT-Panel", line 11, in <module>
monkey.patch_all()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/monkey.py", line 1253, in patch_all
from gevent import events
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/events.py", line 74, in <module>
from pkg_resources import iter_entry_points
File "/www/server/panel/pyenv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3259, in <module>
@_call_aside
File "/www/server/panel/pyenv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
f(*args, **kwargs)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3287, in _initialize_master_working_set
for dist in working_set
File "/www/server/panel/pyenv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3287, in <genexpr>
for dist in working_set
File "/www/server/panel/pyenv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2802, in activate
for pkg in self._get_metadata('namespace_packages.txt'):
File "/www/server/panel/pyenv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2786, in _get_metadata
for line in self.get_metadata_lines(name):
File "/www/server/panel/pyenv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1441, in get_metadata_lines
return yield_lines(self.get_metadata(name))
File "/www/server/panel/pyenv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1431, in get_metadata
value = self._get(path)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1635, in _get
with open(path, 'rb') as stream:
PermissionError: [Errno 13] Permission denied: '/www/server/panel/pyenv/lib/python3.7/site-packages/google_cloud_core-2.2.1.dist-info/namespace_packages.txt'
ERROR:root:code for hash sha3_224 was not found.
Traceback (most recent call last):
File "/www/server/panel/pyenv/lib/python3.7/hashlib.py", line 121, in __get_openssl_constructor
f = getattr(_hashlib, 'openssl_' + name)
AttributeError: module '_hashlib' has no attribute 'openssl_sha3_224'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/pyenv/lib/python3.7/hashlib.py", line 244, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/www/server/panel/pyenv/lib/python3.7/hashlib.py", line 128, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/www/server/panel/pyenv/lib/python3.7/hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha3_224
Traceback (most recent call last):
File "/www/server/panel/BT-Panel", line 11, in <module>
monkey.patch_all()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/monkey.py", line 1276, in patch_all
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/monkey.py", line 200, in ignores
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/monkey.py", line 1089, in patch_select
_patch_kwargs={'aggressive': aggressive})
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/monkey.py", line 462, in _patch_module
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/monkey.py", line 448, in _check_availability
ModuleNotFoundError: No module named 'gevent.select'
lrwxrwxrwx 1 root root 42 Dec 2 00:56 python -> /www/server/panel/pyenv/bin/python3.7
-rwx------ 2 root root 15884680 Dec 2 00:48 python3.7
---------E----e------- python3.7
lsattr: Operation not supported While reading flags on python
=================================================
ERROR: The BT-Panel service startup failed.
install.sh: line 46: free: command not found
Debian GNU/Linux 11
\l
Bit:64 Mem:M Core:8
Linux localhost 5.4.0-faked #1 SMP PREEMPT Thu Mar 5 11:28:37 CST 2020 aarch64 GNU/Linux
Please screenshot the above error message and post to the forum www.aapanel.com/forum for help