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

issue with numpy in 0.21.2 when creating catalog #250

Open
chandra447 opened this issue Jul 12, 2024 · 0 comments
Open

issue with numpy in 0.21.2 when creating catalog #250

chandra447 opened this issue Jul 12, 2024 · 0 comments

Comments

@chandra447
Copy link

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

@chandra447 chandra447 changed the title issue with numpy in 0.21.0 when creating catalog issue with numpy in 0.21.2 when creating catalog Jul 12, 2024
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