图片貌似贴不了,我贴上过程吧
[root@VM_0_16_centos ~]# pip install pyopenssl
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: pyopenssl in /usr/lib/python2.7/site-packages (19.1.0)
Requirement already satisfied: cryptography>=2.8 in /usr/lib64/python2.7/site-packages (from pyopenssl) (2.8)
Requirement already satisfied: six>=1.5.2 in /usr/lib/python2.7/site-packages (from pyopenssl) (1.13.0)
Requirement already satisfied: enum34; python_version < "3" in /usr/lib/python2.7/site-packages (from cryptography>=2.8->pyopenssl) (1.1.6)
Requirement already satisfied: cffi!=1.11.3,>=1.8 in /usr/lib64/python2.7/site-packages (from cryptography>=2.8->pyopenssl) (1.13.2)
Requirement already satisfied: ipaddress; python_version < "3" in /usr/lib/python2.7/site-packages (from cryptography>=2.8->pyopenssl) (1.0.23)
Requirement already satisfied: pycparser in /usr/lib/python2.7/site-packages (from cffi!=1.11.3,>=1.8->cryptography>=2.8->pyopenssl) (2.19) |