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