锐英源软件
第一信赖

精通

英语

开源

擅长

开发

培训

胸怀四海 

第一信赖

当前位置:锐英源 / 开源技术 / Python开发 / python has no attribute和python has no property错误

服务方向

人工智能数据处理
人工智能培训
kaldi数据准备
小语种语音识别
语音识别标注
语音识别系统
语音识别转文字
kaldi开发技术服务
软件开发
运动控制卡上位机
机械加工软件
软件开发培训
Java 安卓移动开发
VC++
C#软件
汇编和破解
驱动开发

联系方式

固话:0371-63888850
手机:138-0381-0136
Q Q:396806883
微信:ryysoft

锐英源精品开源,禁止转载和任何形式的非法内容使用,违者必究

python has no attribute和python has no property错误


背景

近期用python开发数据绘制图形项目,代码用PyCharm开发,比较方便,但因为Python写的少,遇到了些新手问题,这里列出来并指明解决方法,希望对大家有用。

 

has no attribute

(<class 'AttributeError'>, AttributeError("module 'numpy' has no attribute 'arrange'"), <traceback object at 0x00000269B8BEC5C0>),这很明显,本来是用arange的,输入成了arrange,当然没有。

(<class 'AttributeError'>, AttributeError("'tuple' object has no attribute 'set_norm'"), <traceback object at 0x0000020F48F387C0>),set_norm需要特别类型的对象,tuple元组类型不支持。

'list' object has no attribute 'std',std函数要numpy才能调用,list肯定不行。

 

has no property

'Line2D' object has no property 'colors',曲线没有colors属性,这是输入错了,应该是color属性。对应语句是:

plt.plot(x,sumfile[:,ix],color=pcolor[ix],label=plabel[ix])            

 

总结

因为Python是动态解释性语言,没有编译阶段,所以语句能不能执行成功,要在实际执行时才知道,这种情况对初始化压力大,不过知道原理就轻松点。Python虽然是弱类型语言,但也是有类型的,类型不匹配,就会出has no attribute和has no property错误。其实这更要求开发者掌握类型,小的代码不需要测试部门介入,但是大的代码软件一般有测试部,在测试部看到这类问题,就太尴尬了。

友情链接
版权所有 Copyright(c)2004-2021 锐英源软件
公司注册号:410105000449586 豫ICP备08007559号 最佳分辨率 1024*768
地址:郑州大学北校区院(文化路97号院)内