Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

issue with numpy in 0.21.2 when creating catalog #250

@chandra447

Description

@chandra447

hello guys, i got piicatcher installed of version 0.21.2, currently using poetry to manage the dependencies.

I was trying to initialize the catalog with the below chuck of code

from dbcat.api import open_catalog



if __name__=="__main__":
   #Onboard or create the conenction to the catalouge
    catalog = open_catalog(path="./",database="catalog")

On running it throws this error

alueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

Any suggestions are appretiated.
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions