laszukdawid / PyEMD

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

No module named 'PyEMD' #158

Closed ZZ646000 closed 2 months ago

ZZ646000 commented 3 months ago

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

To Reproduce Short code showinModuleNotFoundError Traceback (most recent call last) Cell In[19], line 1 ----> 1 from pyemd import EMD

File ~\anaconda3\Lib\site-packages\pyemd\EMD.py:15 12 import numpy as np 13 from scipy.interpolate import interp1d ---> 15 from PyEMD.splines import akima, cubic, cubic_hermite, cubic_spline_3pts, pchip 16 from PyEMD.utils import get_timeline 18 FindExtremaOutput = Tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray, np.ndarray]

ModuleNotFoundError: No module named 'PyEMD' g 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.

ZZ646000 commented 3 months ago

已解决

laszukdawid commented 2 months ago

browse other issues or search web