EMD库安装 卸载 1 pip uninstall EMD-signal 注意: ① 与 python 3.6 版本不兼容 ② 这里的库名称: EMD-signal ③ 建议 python 版本 3.8 1 2 3 4 conda create -n py38 python=3.8 conda activate py38 pip install EMD-signal pip install statsmodels pandas matplotlib scipy 自动确认所有安装提示,-y 1 conda install scikit-learn -y