Skip to content

FAILURE ON IMPORTING #30

@fede72bari

Description

@fede72bari

I have a bug on importing zigzag. After a successful pip installation I get this

from zigzag import *

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Input In [15], in <cell line: 1>()
----> 1 from zigzag import *

File ~\anaconda3\lib\site-packages\zigzag\__init__.py:1, in <module>
----> 1 from zigzag.core import *
      3 PEAK = 1
      4 VALLEY = -1

File ~\anaconda3\lib\site-packages\zigzag\core.pyx:1, in init zigzag.core()

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions