Replies: 2 comments 1 reply
|
Can you name your pandas / numpy / pandapower / pandapipes versions? Check out this: https://stackoverflow.com/questions/78634235/numpy-dtype-size-changed-may-indicate-binary-incompatibility-expected-96-from |
0 replies
|
Thank you very much for the answer. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I just discovered pandapipes and i am completely triggered to start using it.
However, trying to import the library i cannot stop to have the same error "ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject"
From the code it seems to be a pandas version error, but i really have tried downgrading pandas or numpy versions or combination of both and nothing seems to solve the problem.
I am trying to use it in google collab, may this be a problem?
All reactions