原文:AttributeError: 'NoneType' object has no attribute 'bytes'

python m pip install upgrade pip 報錯: AttributeError: NoneType object has no attribute bytes 使用如下命令,解決了 easy install U pip ...

2019-12-20 10:35 0 727 推薦指數:

查看詳情

AttributeError: 'NoneType' object has no attribute 'find'

遇到這個問題是因為讀取excel表格的數據時默認是str類型,但是excel有空行時,類型讀取為NoneType,如果把類型轉換為str或者把excel里的空行刪掉就不會有這個問題 ...

Thu Dec 26 19:37:00 CST 2019 2 11518
 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM