ValueError: numpy.dtype has the wrong size, try recompiling

 

问题ValueError: numpy.dtype has the wrong size, try recompiling解决

 

This is a problem because the version of Python packages, such as older versions of Numpy installed, but a newer version of Pandas installed.

 

The solution is to upgrade the version number Numpy 

pip install numpy -U

 

 

Guess you like

Origin www.cnblogs.com/laosan007/p/11737589.html