国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

報錯:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled wi

這篇具有很好參考價值的文章主要介紹了報錯:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled wi。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

報錯:
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with OpenSSL 1.1.0h 27 Mar 2018.

解決辦法
Terminal窗口執(zhí)行:pip install urllib3==1.26.15
報錯:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled wi,python,python

Urllib3是一個功能強大,用于HTTP客戶端的Python庫,它包含4個模塊:

 urllib.request---請求模塊,用于發(fā)起網(wǎng)絡(luò)請求
 urllib.parse---解析模塊,用于解析url
 urllib.error---異常處理模塊,用于處理request引起的異常
 urllib.robotparser robots.tx---用于解析robots.txt文件

報錯:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled wi,python,python

安裝命令:
安裝命令:pip install urllib3

urllib3發(fā)送網(wǎng)絡(luò)請求前,首先創(chuàng)建PoolManager對象 ,然后通過對象調(diào)用request()方法來發(fā)送網(wǎng)絡(luò)請求

method:請求方式
url:請求地址
headers:請求頭信息
fields:請求體數(shù)據(jù)
body:指定請求體類型
tiemout:設(shè)置超時時間

get請求

import urllib3                              #導(dǎo)入urllib3模塊
urllib3.disable_warnings()
http = urllib3.PoolManager()
re = http.request('get',請求地址)
print(resp.data) -- 查看響應(yīng)數(shù)據(jù)

報錯:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled wi,python,python

post請求

import urllib3                              #導(dǎo)入urllib3模塊
urllib3.disable_warnings()
http = urllib3.PoolManager()
re = http.request('post',請求地址,fields=請求參數(shù), headers=請求頭)
print(resp.data) -- 查看響應(yīng)數(shù)據(jù)

報錯:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled wi,python,python文章來源地址http://www.zghlxwxcb.cn/news/detail-639451.html

到了這里,關(guān)于報錯:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compiled wi的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費用

相關(guān)文章

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包