You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/08/09 14:03:46 UTC

[GitHub] mmuru commented on issue #5594: numpy.dtype size changed, may indicate binary incompatibility

mmuru commented on issue #5594: numpy.dtype size changed, may indicate binary incompatibility
URL: https://github.com/apache/incubator-superset/issues/5594#issuecomment-411768940
 
 
   This warning shows up build version and runtime version of numpy differs. You can safely ignore this warning message. 
   To get quiet annoying warning, add these 
   import warnings
   warnings.filterwarnings("ignore", message="numpy.dtype size changed")
   
   into your superset_configy.py file.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org