Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to run the module , installed the module , but when I try to import it is showing module not found error ({ "name": "ModuleNotFoundError", "message": "No module named 'PyEMD'", "stack": "--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[20], line 9 4 import nolds 6 # Ensure that PyEMD and pyrqa are installed: 7 # pip install EMD-signal pyrqa ----> 9 from PyEMD import EMD 10 from pyrqa.time_series import SingleTimeSeries 11 from pyrqa.settings import Settings ModuleNotFoundError: No module named 'PyEMD'" } #169

Open
codenow1939 opened this issue Nov 13, 2024 · 0 comments
Assignees

Comments

@codenow1939
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants