您的位置:首页 > 大数据 > 人工智能

Python3下的ssl certificate:Can't connect to HTTPS URL because the SSL module is not available.问题解决

2018-01-21 21:06 1366 查看

环境介绍

Centos 7, python 3

问题描述

pip3 install numpy

输出信息如下:

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting numpy
Could not fetch URL https://pypi.python.org/simple/numpy/: 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 numpy (from versions: )
No matching distribution found for numpy


问题修复

yum install openssl-devel zilb-devel python3-devel
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐