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

numpy.core.multiarray failed to import #268

Open
youngmihuang opened this issue Jun 20, 2024 · 0 comments
Open

numpy.core.multiarray failed to import #268

youngmihuang opened this issue Jun 20, 2024 · 0 comments

Comments

@youngmihuang
Copy link

youngmihuang commented Jun 20, 2024

I installed numpy-1.22.4 (align with requirements.txt) and env is apple M1.
I tried to reinstall with numpy-1.24.4 but not compatible with melo package version.

One more question, is there any recommended python version ?

~/miniforge3/envs/python38/lib/python3.8/site-packages/dtw/_globalCostMatrix.py in <module>
      1 import numpy
      2 from dtw.window import noWindow
----> 3 from dtw._dtw_utils import _computeCM_wrapper
      4 
      5 

~/miniforge3/envs/python38/lib/python3.8/site-packages/dtw/_dtw_utils.pyx in init dtw._dtw_utils()

ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use '<void>numpy._import_array' to disable if you are certain you don't need it).
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

1 participant