Maybe python is picking up some other versions of pandas and numpy. What do
you get when you check like this
import numpy
import pandas
print(fâ{numpy.__version__=}â)
print(fâ{pandas.__version__=}â)
Matti
On Wed, 2 Oct 2024 at 15:13, Usha Gayatri via NumPy-Discussion <
[email protected]> wrote:
> I am working on a Jupyter notebook in Anaconda Navigator. I have done some
> projects in 2021, 2022,2023 and 2024. When I run my old project which was
> created in 2021. it is giving errors.I am just testing import numpy as np
> import pandas as pd
> which is giving an error.
>
> 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.
>
>
> I did uninstall numpy, pandas and again installed. even updated anaconda.
>
> Please help me. I am unable to run any program.
>
> Thank you.
>
> Usha
>
> _______________________________________________
> 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]