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

1,102 阅读1分钟

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

1.卸载 pywt

pip uninstall pywt

2.安装 PyWavelets

pip install PyWavelets

hope this helps