Python 日常報錯總結

2022-04-05 17:32:47 字數 500 閱讀 2275

本章內容

執行:res = requests.post(api,mdata = post_data)

報錯:sslerror: eof occurred in violation of protocol (_ssl.c:600)

命令測試:

顯然ssl握手沒有成功,

檢視openssl version 版本,不是最新的版本,然後涉及到最新的版本,但是

python -c 'import ssl; print(ssl.openssl_version)' ,python中還是舊的版本,不知道如何公升級python中的openssl

搜尋各種資料,沒有結果偶然間看到pyopenssl這個模組,抱著試一下的態度安裝了這個模組,

然後呼叫前 import openssl 然後再去呼叫介面,問題就這樣解決了............  

Python學習中日常報錯總結

解答 字面意思,就是輸入了中文的東西,常見的有空格 引號等 age 18 print message 報錯 原因 python中無法識別你使用的資訊。比如在這個示例中,python發現使用乙個int型的變數,但是它不知道該如何即使他。python知道,這個變數表示的可能是數值23,也可能是字元2和3...

Nginx日常報錯處理總結

在nginx錯誤日誌中,有大量的下列資訊 upstream timed out 110 connection timed out while reading response header from upstream root www vhosts tailf usr local nginx log...

日常報錯問題

解 x test torch.tensor x test.to numpy 解 int 報錯的變數 解 出錯的變數.long 將報錯位置處的變數進行type轉換 解 是在使用lda模型時出現的錯誤,dictionary corpora.dictionary words list 現有 的情況下將 w...