After pip installs PyEMD, the import package reports an error

Generally use pip in python for third-party libraries

After using pip to install, the import package will report an error: ModuleNotFoundError: No module named 'PyEMD'.

After searching for PyEMD on github, you will see that there are two recommended installation solutions.

Option 1: Go directly to the GitHub website to download PyEMD, or use the command line

$ git clone https://github.com/laszukdawid/PyEMD

Then go to the downloaded software and use the command line python setup.py install to install it.

Solution 2: Use the simplest pip method, that is, pip install EMD-signal to complete the installation.

 

GitHub official website address: https://github.com/laszukdawid/PyEMD

 

After the installation is complete, restart the computer.

Guess you like

Origin blog.csdn.net/zhangmeizi1996/article/details/104567206