level 1
禄漫漫其修远兮
楼主
用pip安装一个python模块一直无法安装
[root@Master bin]# ./pip install IPy
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting redis
Could not fetch URL https://pypi.python.org/simple/redis/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
Could not find a version that satisfies the requirement redis (from versions: )
No matching distribution found for redis
这是报的错误
指定下载的网址还是报错
Could not find a version that satisfies the requirement openssl-python (from versions: )
No matching distribution found for openssl
求大神帮忙分析下 找了很多资料都没有解决
2017年09月13日 03点09分
1
[root@Master bin]# ./pip install IPy
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting redis
Could not fetch URL https://pypi.python.org/simple/redis/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
Could not find a version that satisfies the requirement redis (from versions: )
No matching distribution found for redis
这是报的错误
指定下载的网址还是报错
Could not find a version that satisfies the requirement openssl-python (from versions: )
No matching distribution found for openssl
求大神帮忙分析下 找了很多资料都没有解决