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

UserWarning: The installed version of numexpr 2.4.3 is not supported in pandas and will be not be used

时间:2018-08-09 12:17:38      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:img   png   imu   class   expr   ack   version   ini   python   

问题:
/usr/local/lib/python3.5/dist-packages/pandas/core/computation/__init__.py:18: 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)

解决:

pip install --user --upgrade Numexpr

 

本来使用: pip3.5 install -U Numexpr

报错:

技术分享图片

使用:

pip3.5 install --user --upgrade Numexpr

即可

UserWarning: The installed version of numexpr 2.4.3 is not supported in pandas and will be not be used

标签:img   png   imu   class   expr   ack   version   ini   python   

原文地址:https://www.cnblogs.com/hozhangel/p/9447858.html

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