Numnumpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObjectNum


You simply need to downgrade your numpy

"These warnings are visible whenever you import scipy (or another package) that was compiled against an older numpy than is installed."

pip install numpy==1.26.4

Leave a Reply

Your email address will not be published. Required fields are marked *