你是我的茶66 你是我的茶66
关注数: 2 粉丝数: 2 发帖数: 131 关注贴吧数: 7
python安装库包出现问题 以下是出现问题的过程: [ljx@localhost bin]$ pip3.7 install bs4 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Collecting bs4 Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/ Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/ Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/ Could not fetch URL http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fpypi.org%2Fsimple%2Fbs4%2F%3A&urlrefer=3c93dc60e219e20dd79f8bdeee90db00 There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/bs4/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Could not find a version that satisfies the requirement bs4 (from versions: ) No matching distribution found for bs4 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Could not fetch URL http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fpypi.org%2Fsimple%2Fpip%2F%3A&urlrefer=debbb7a18872df1e4b01e8a638fbae18 There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SL module is not available.")) - skipping 请问有那位大神教我?
1 下一页