1.unicodedecodeerror: 'gbk' codec can't decode byte 0xa2 in position 2338: illegal multibyte sequence
:關於編碼錯誤,我一開始是試著添乙個encoding="utf-8"引數,最後發現也不可以,會報utf-8無法識別某某字元,最後是新增encoding="latin-1"引數才能成功讀取的
參考自:
2.permissionerror: [errno 13] permission denied: 'your dir'
:這個乍一看是許可權錯誤,我出錯的原因是寫錯路徑了,寫的是資料夾的路徑,而不是檔案的路徑
3.在pycharm中開啟terminal時用pip命令,顯示pip不是內部或外部命令,也不是可執行的程式
,可能的原因是專案路徑中有中文,後來試著建了乙個路徑裡不帶中文的專案,問題就解決了:
感謝:4.too many values to unpack
:一般是因為元素數量不對等導致的,感謝
其實findcontours(…)函式的返回值只有兩個,第乙個是list,第二個是ndarray,所以應該把錯誤**中的image
引數去掉
6.使用adfuller函式時顯示too many values to unpack (expected 2)
,表層原因是我把dataframe當引數給傳進去了,其實人家只能接受series型別的資料
7.eol while scanning string literal
:出錯原因是字串裡帶有\
,應該改為\\
,簡單說就是反斜槓的轉義問題
8.ran out of input
:讀入了空檔案
python 報錯處理
寫了個helloword程式,執行出錯了 file f python helloword helloword.py line 2 syntaxerror non ascii character xe5 in file f python helloword helloword.py on line 3...
ZF報錯處理
fatal error uncaught exception zend controller response exception with message cannot send headers headers already sent inind xampp php pear z end con...
oracle報錯處理
這裡的序號 1.2.3.不是步驟,而是每個單獨問題。1.不登入鏈結資料庫 sqlplus nolog 2.oracle檢視並修改最大連線數 alter system set processes 1000 scope spfile alter system set session 1105 scope...