Dear laszukdawid
HoatranCH opened this issue · 3 comments
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.
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
.
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.