laszukdawid/PyEMD

No module named 'PyEMD'

luispc opened this issue · 7 comments

I have tried to follow the instructions for using PyEMD and I keep receiving the error

   No module named 'PyEMD

when doing

 from PyEMD import EMD

I have the same issue!!!

I have tried to follow the instructions for using PyEMD and I keep receiving the error

   No module named 'PyEMD

when doing

 from PyEMD import EMD

try to
pip install EMD-signal==1.0.0

Thanks for letting me know. It seems that the latest version (1.1.0) is broken. I'll fix it ASAP.

In the mean time please use version 1.0.0 as suggested by shoujiang, i.e. pip install EMD-signal==1.0.0.

I have tried to follow the instructions for using PyEMD and I keep receiving the error

   No module named 'PyEMD

when doing

 from PyEMD import EMD

try to pip install EMD-signal==1.0.0

YEAH, the old version works as a charm, thanks

Thanks so much for promptly letting me know! It's fixed now. Installing the latest version should be good. Please try and update if there are any problems.

I have just tested the new version and it is working for me. Thank you!!

Awesome! Thanks all :)