1. 程式人生 > >UserWarning: The installed version of numexpr 2.4.3 is not supported in pandas and will be not be used

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

color true mini nbsp 4.6 minimum img sed ack

問題:
/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