中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》
  • 首頁 > 
  • 教程 > 
  • 服務器 > 
  • 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

文化| 泾源县| 东兴市| 常山县| 肃南| 广饶县| 南安市| 拜城县| 长岛县| 盈江县| 额济纳旗| 长顺县| 汉阴县| 四子王旗| 大石桥市| 湘乡市| 潜江市| 河北省| 安义县| 玉林市| 岐山县| 江北区| 江川县| 水城县| 泾阳县| 澄迈县| 临澧县| 铜鼓县| 四平市| 太保市| 东阿县| 曲阜市| 辽阳县| 康乐县| 泾川县| 博兴县| 句容市| 南投市| 普洱| 平原县| 白河县|