其他分享
首页 > 其他分享> > [开发技巧]·AttributeError: module 'pywt' has no attribute 'wavedec'解决方法

[开发技巧]·AttributeError: module 'pywt' has no attribute 'wavedec'解决方法

作者:互联网

[开发技巧]·AttributeError: module 'pywt' has no attribute 'wavedec'解决方法

1.卸载 pywt

pip uninstall pywt

2.安装 PyWavelets

pip install PyWavelets

hope this helps
————————————————
版权声明:本文为CSDN博主「小宋是呢」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/xiaosongshine/article/details/89223381

标签:no,attribute,module,pywt,wavedec,AttributeError
来源: https://www.cnblogs.com/sggggr/p/12377879.html