LRydin / MFDFA

Multifractal Detrended Fluctuation Analysis in Python
MIT License
128 stars 27 forks source link

No module named 'PyEMD', after installing with pip. #15

Closed iras closed 3 years ago

iras commented 3 years ago

I think this is an issue only present in 0.3.

This can be obviously fixed by pip-installing PyEMD first but it would be nice if the distribution system would take care of it.

LRydin commented 3 years ago

Hey @iras. Yup, now I see that also on my side a fresh installation of MFDFA did not include PyEMD :|. I have to fix this.

for now you can just do:

pip install EMD-signal

and it should solve it :)

iras commented 3 years ago

It does. thanks! :)

LRydin commented 3 years ago

Wonderful. I'll close this then. I will fix this and make sure the next version of MFDFA includes all dependencies :).