salt推送报pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
1 | cmd_|-python_requirements_|-/usr/local/_python3.6.1/bin/pip3 install -r sce_requirements.txt_|-run: |
应该是openssl相关的包有问题
1 | [root@192_168_1_1 bin]# rpm -qa |grep openssl |
没有devel包
1 | # yum install -y openssl-devel |