Your version of pandas is not compatible with your version of numpy. Try reinstalling both of them. Matti
On Tue, Oct 1, 2024 at 4:27 PM Usha Gayatri via NumPy-Discussion <[email protected]> wrote: > > This is the error i am getting when trying to execute import numpy as np > File E:\anaconda3\Lib\site-packages\pandas\_libs\interval.pyx:1, in init > pandas._libs.interval() > > ValueError: numpy.dtype size changed, may indicate binary incompatibility. > Expected 96 from C header, got 88 from PyObject > _______________________________________________ > NumPy-Discussion mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ > Member address: [email protected] _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
