@aaPanel_Kern
why im getting this error
bt 16
===============================================
EXECUTING
===============================================
Requirement already satisfied: cachelib in ./pyenv/lib/python3.7/site-packages (0.6.0)
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
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3349 100 3349 0 0 13517 0 --:--:-- --:--:-- --:--:-- 13558
URL transformed to HTTPS due to an HSTS policy
--2023-01-10 09:34:38-- https://download.bt.cn/install/public.sh
Resolving download.bt.cn (download.bt.cn)... 2001:19f0:7001:54fc:5400:2ff:fe9b:97f9, 103.179.243.14
Connecting to download.bt.cn (download.bt.cn)|2001:19f0:7001:54fc:5400:2ff:fe9b:97f9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4320 (4.2K) [application/octet-stream]
Saving to: ‘Tpublic.sh’
Tpublic.sh 100%[===================>] 4.22K --.-KB/s in 0s
2023-01-10 09:34:38 (2.39 GB/s) - ‘Tpublic.sh’ saved [4320/4320]
selecting download node...
cat: /etc/redhat-release: No such file or directory
--2023-01-10 09:34:40-- https://node.aapanel.com/install/update/LinuxPanel_EN-6.8.27.zip
Resolving node.aapanel.com (node.aapanel.com)... 2606:4700:3031::6815:4fc4, 2606:4700:3034::ac43:ab07, 172.67.171.7, ...
Connecting to node.aapanel.com (node.aapanel.com)|2606:4700:3031::6815:4fc4|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6613214 (6.3M) [application/zip]
Saving to: ‘/tmp/panel.zip’
/tmp/panel.zip 100%[===================>] 6.31M 19.7MB/s in 0.3s
2023-01-10 09:34:40 (19.7 MB/s) - ‘/tmp/panel.zip’ saved [6613214/6613214]
Collecting cffi==1.12.3
Using cached cffi-1.12.3-cp37-cp37m-linux_aarch64.whl
Requirement already satisfied: pycparser in ./pyenv/lib/python3.7/site-packages (from cffi==1.12.3) (2.21)
Installing collected packages: cffi
Attempting uninstall: cffi
Found existing installation: cffi 1.15.1
Uninstalling cffi-1.15.1:
Successfully uninstalled cffi-1.15.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
aliyun-python-sdk-core 2.13.30 requires cryptography<3.3,>=2.9.2, but you have cryptography 39.0.0 which is incompatible.
Successfully installed cffi-1.12.3
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
Requirement already satisfied: pymysql in ./pyenv/lib/python3.7/site-packages/PyMySQL-0.9.3-py3.7.egg (0.9.3)
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
Requirement already satisfied: psutil in ./pyenv/lib/python3.7/site-packages (5.9.4)
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
Requirement already satisfied: flask-sock in ./pyenv/lib/python3.7/site-packages (0.6.0)
Requirement already satisfied: simple-websocket>=0.5.1 in ./pyenv/lib/python3.7/site-packages (from flask-sock) (0.9.0)
Requirement already satisfied: flask>=2 in ./pyenv/lib/python3.7/site-packages (from flask-sock) (2.2.2)
Requirement already satisfied: importlib-metadata>=3.6.0 in ./pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (4.11.3)
Requirement already satisfied: click>=8.0 in ./pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (8.1.3)
Requirement already satisfied: Jinja2>=3.0 in ./pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (3.1.2)
Requirement already satisfied: Werkzeug>=2.2.2 in ./pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (2.2.2)
Requirement already satisfied: itsdangerous>=2.0 in ./pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (2.1.2)
Requirement already satisfied: wsproto in ./pyenv/lib/python3.7/site-packages (from simple-websocket>=0.5.1->flask-sock) (1.2.0)
Requirement already satisfied: typing-extensions>=3.6.4 in ./pyenv/lib/python3.7/site-packages (from importlib-metadata>=3.6.0->flask>=2->flask-sock) (4.2.0)
Requirement already satisfied: zipp>=0.5 in ./pyenv/lib/python3.7/site-packages (from importlib-metadata>=3.6.0->flask>=2->flask-sock) (3.8.0)
Requirement already satisfied: MarkupSafe>=2.0 in ./pyenv/lib/python3.7/site-packages (from Jinja2>=3.0->flask>=2->flask-sock) (2.1.1)
Requirement already satisfied: h11<1,>=0.9.0 in ./pyenv/lib/python3.7/site-packages (from wsproto->simple-websocket>=0.5.1->flask-sock) (0.14.0)
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
Requirement already satisfied: telegram in ./pyenv/lib/python3.7/site-packages (0.0.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
Collecting paramiko
Using cached paramiko-2.12.0-py2.py3-none-any.whl (213 kB)
Collecting bcrypt>=3.1.3
Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_aarch64.whl (583 kB)
Collecting cryptography>=2.5
Using cached cryptography-39.0.0-cp36-abi3-manylinux_2_28_aarch64.whl (4.0 MB)
Collecting pynacl>=1.0.1
Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (601 kB)
Collecting six
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (435 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: six, pycparser, bcrypt, cffi, pynacl, cryptography, paramiko
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyopenssl 22.1.0 requires cryptography<39,>=38.0.0, but you have cryptography 39.0.0 which is incompatible.
aliyun-python-sdk-core 2.13.30 requires cryptography<3.3,>=2.9.2, but you have cryptography 39.0.0 which is incompatible.
Successfully installed bcrypt-4.0.1 cffi-1.15.1 cryptography-39.0.0 paramiko-2.12.0 pycparser-2.21 pynacl-1.5.0 six-1.16.0
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
=====================================
Successfully upgraded to[6.8.27]
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyopenssl 22.1.0 requires cryptography<39,>=38.0.0, but you have cryptography 39.0.0 which is incompatible.
aliyun-python-sdk-core 2.13.30 requires cryptography<3.3,>=2.9.2, but you have cryptography 39.0.0 which is incompatible.
how to fix ?