原文: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-2025 CODEPRJ.COM