您的位置:首页 > 移动开发

This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fa

2016-04-12 18:18 447 查看
出现如下错误的解决方法:

/usr/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail.
For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
yum install gcc libffi-devel python-devel openssl-devel

pip install pyopenssl ndg-httpsclient pyasn1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: