码迷,mamicode.com
首页 > 其他好文 > 详细

numexpr low version warning

时间:2018-03-14 10:44:45      阅读:288      评论:0      收藏:0      [点我收藏+]

标签:python   version   not   upgrade   war   ted   style   warning   check   

runing https://colab.research.google.com/notebooks/mlcc/first_steps_with_tensor_flow.ipynb?hl=zh-cn#scrollTo=gzb10yoVrydW on the ipythong notebook

 

/usr/local/lib/python2.7/dist-packages/pandas/core/computation/check.py:17: UserWarning: The installed version of numexpr 2.4.3 is not supported in pandas and will be not be used
The minimum supported version is 2.4.6

  ver=ver, min_ver=_MIN_NUMEXPR_VERSION), UserWarning)

 

just update the version

pip install numexpr --upgrade

 

numexpr low version warning

标签:python   version   not   upgrade   war   ted   style   warning   check   

原文地址:https://www.cnblogs.com/mengshu-lbq/p/numexpr.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!