91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》
  • 首頁 > 
  • 教程 > 
  • 服務器 > 
  • ubuntu pip is configured with locations that require TLS/SSL錯誤怎么解決

ubuntu pip is configured with locations that require TLS/SSL錯誤怎么解決

發布時間:2022-11-17 10:00:20 來源:億速云 閱讀:392 作者:iii 欄目:服務器

這篇文章主要介紹“ubuntu pip is configured with locations that require TLS/SSL錯誤怎么解決”,在日常操作中,相信很多人在ubuntu pip is configured with locations that require TLS/SSL錯誤怎么解決問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”ubuntu pip is configured with locations that require TLS/SSL錯誤怎么解決”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

背景:
ubuntu 14.04

python3.8 
使用pip install pymsql 提示錯誤:

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting django
  WARNING: 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/django/
  WARNING: 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/django/
  WARNING: 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/django/
  WARNING: 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/django/
  WARNING: 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/django/
  Could not fetch URL https://pypi.org/simple/django/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/django/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
  ERROR: Could not find a version that satisfies the requirement django (from versions: none)
ERROR: No matching distribution found for django
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: 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 SSL module is not available.")) - skipping

原因:

因為pip安裝第三方庫需要ssl模塊,而python默認安裝ssl功能是不可用的

第一種解決方法:

解決辦法是重新編譯python3安裝文件,加上--with-ssl參數就可以讓pip3使用ssl功能了

#重新編譯安裝
./configure  --enable-optimizations --with-ssl

Ubuntu 16.04 安裝(install)python3.8

第二種解決方法:更換pip源

永久修改pip源

如果需要永久修改pip的軟件鏡像源,可以通過修改配置文件實現。

在Linux下,修改~/.pip/pip.conf,如果沒有則創建:

mkdir ~/.pip
vim ~/.pip/pip.conf

添加以下內容

[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com

或者是:

[global]  
timeout = 6000  
index-url = http://pypi.douban.com/simple/  
[install]  
use-mirrors = true  
mirrors = http://pypi.douban.com/simple/  
trusted-host = pypi.douban.com

到此,關于“ubuntu pip is configured with locations that require TLS/SSL錯誤怎么解決”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

兴化市| 清镇市| 师宗县| 新蔡县| 禹城市| 自治县| 龙门县| 舞钢市| 金寨县| 华亭县| 富民县| 喜德县| 乌鲁木齐市| 广河县| 高邑县| 沙湾县| 曲松县| 沙河市| 嘉兴市| 安溪县| 禄劝| 平安县| 隆子县| 晋州市| 伊宁县| 贵阳市| 大埔区| 称多县| 梓潼县| 宁都县| 柏乡县| 东源县| 津南区| 安西县| 齐河县| 崇文区| 广昌县| 甘泉县| 大渡口区| 永泰县| 兰溪市|