亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

连城县| 五莲县| 渝北区| 滁州市| 樟树市| 炎陵县| 太谷县| 神池县| 温泉县| 宜州市| 樟树市| 新竹市| 金沙县| 济源市| 玉龙| 上蔡县| 汾西县| 汨罗市| 东港市| 息烽县| 密云县| 沙洋县| 义马市| 自贡市| 盈江县| 乾安县| 龙海市| 广饶县| 桃源县| 三门县| 洛阳市| 长岭县| 扬中市| 临江市| 佛学| 阿拉尔市| 桓仁| 华蓥市| 锡林浩特市| 图木舒克市| 神木县|