$easy_install simplejson
Searching for simplejson
Reading https://pypi.python.org/simple/simplejson/
Download error on https://pypi.python.org/simple/simplejson/: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed -- Some packages may not be found!
Couldn't find index page for 'simplejson' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed -- Some packages may not be found!
No local packages or download links found for simplejson
error: Could not find suitable distribution for Requirement.parse('simplejson')
解决:
sudo yum install openssl-devel
本文记录了在尝试使用pip安装simplejson模块时遇到的证书验证失败错误,并提供了通过安装openssl-devel包成功解决问题的方法。
1677

被折叠的 条评论
为什么被折叠?



