[python]python错误集锦

ValueError: invalid literal for int() with base 10: ''
不能将非数字字符串转换为整型
object has no attribute 
对象调用一个没有的方法(内建或自定义)
TypeError: only length-1 arrays can be converted to Python scalars
只有长度为1的数组才能被转换
AttributeError: 'NotImplementedType' object has no attribute 'T'
关于NotImplementedType,这个有多是在计算时将字符与数值运算会出现
相关文章
相关标签/搜索