[root@62 ~]# btpip install --upgrade pyOpenSSL
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Requirement already satisfied: pyOpenSSL in /www/server/panel/pyenv/lib/python3.7/site-packages (24.1.0)
Requirement already satisfied: cryptography<43,>=41.0.5 in /www/server/panel/pyenv/lib/python3.7/site-packages (from pyOpenSSL) (42.0.5)
Requirement already satisfied: cffi>=1.12 in /www/server/panel/pyenv/lib/python3.7/site-packages (from cryptography<43,>=41.0.5->pyOpenSSL) (1.12.3)
Requirement already satisfied: pycparser in /www/server/panel/pyenv/lib/python3.7/site-packages (from cffi>=1.12->cryptography<43,>=41.0.5->pyOpenSSL) (2.19)
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 |