laszukdawid / PyEMD

Python implementation of Empirical Mode Decompoisition (EMD) method
https://pyemd.readthedocs.io/
Apache License 2.0
867 stars 224 forks source link

Dear laszukdawid #107

Closed HoatranCH closed 2 years ago

HoatranCH commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Short code showing how to reproduce the issue.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Running environment Provide operating system (OS) information, PyEMD version and describe virtual environment (if any).

Additional context Add any other context about the problem here.

HoatranCH commented 2 years ago

Dear laszukdawid I try to import EMD from PyEMD. from PyEMD import EMD, EEMD However, this problem occurs. image I try to follow many ways but it does not work. Could you please help me out ?

laszukdawid commented 2 years ago

Hey,

In the future, please fill the template that's provided by the issue. It is meant to help you express the error and for me to have all information required to actually answer.

Based on your screenshot I'm guessing that you're using conda to maintain virtual environment. I'm not really sure how installed the PyEMD package but again, based on the provided screenshot, I'm guessing you used anaconda. PyEMD isn't distributed through Anaconda so I don't know how you got it. And, it also seems to be incorrect version as the latest officially released is 1.1.1.

I'm sorry but I can't help you here. Your question is about general package management and not specifically to PyEMD.

My suggestions is to uninstall PyEMD (EMD-signal) and use pip to install the official, i.e. pip install emd-signal.

HoatranCH commented 2 years ago

Hey,

In the future, please fill the template that's provided by the issue. It is meant to help you express the error and for me to have all information required to actually answer.

Based on your screenshot I'm guessing that you're using conda to maintain virtual environment. I'm not really sure how installed the PyEMD package but again, based on the provided screenshot, I'm guessing you used anaconda. PyEMD isn't distributed through Anaconda so I don't know how you got it. And, it also seems to be incorrect version as the latest officially released is 1.1.1.

I'm sorry but I can't help you here. Your question is about general package management and not specifically to PyEMD.

My suggestions is to uninstall PyEMD (EMD-signal) and use pip to install the official, i.e. pip install emd-signal.

It is OK now; the problem is that I pip too many times and make them conflict. My solution: I remove Anacoda and reinstall. Anyway: Thank you laszukdawid for your help.