Pages

Showing posts with label python warning. Show all posts
Showing posts with label python warning. Show all posts

RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility in jupyter notebook python

/usr/lib/python3.5/importlib/_bootstrap.py:222:
RuntimeWarning: numpy.dtype size changed, 
may indicate binary incompatibility.

Expected 96, got 88 return f(*args, **kwds)
This warning is harmless. 
This is due to the Numpy version 1.15.0 or 1.15.1

You can ignore this. 
Or you can go back to Numpy version 1.14.5 

You can do this by

conda install numpy1.14.5

Or, you can wait until Numpy1.15.2 is released.








You may be interested in these posts

Error in image file conversion: convert-im6.q16: not authorized `test.eps' @ error/constitute.c/WriteImage/1037.

This error is because of the vulnerability. This allows remote execution of code using image formats. So, some Linux distributions by defaul...