使用EEMD时报错:TypeError: ‘module‘ object is not callable

报错代码

from PyEMD import EEMD
eemd = EEMD()

解决

卸载再重新安装:

pip uninstall EMD-signal
pip install EMD-signal

你可能感兴趣的:(Python,PyEMD,EEMD)