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-pa
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
___