Answers for "C:\Anaconda software\lib\importlib\_bootstrap.py:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility."

Go
0

ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

Update your numpy!! 

eg: pip install numpy 

or copy to clipboard newest version from 
https://pypi.org/project/numpy/#history

then: pip install numpy==versionNumber
Posted by: Guest on June-13-2020

Browse Popular Code Answers by Language