UserWarning: The installed version of numexpr 2.4.3 is not supported in pandas and will be not be us
Posted hozhangel
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UserWarning: The installed version of numexpr 2.4.3 is not supported in pandas and will be not be us相关的知识,希望对你有一定的参考价值。
问题:
/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 us的主要内容,如果未能解决你的问题,请参考以下文章
UserWarning: The installed version of numexpr 2.4.3 is not supported in pandas and will be not be us
UserWarning: Method on_batch_end() is slow compared to the batch update. Check your callbacks.
全网最详细使用Scrapy时遇到0: UserWarning: You do not have a working installation of the service_identity modul
UserWarning: MongoClient 在 fork 之前打开。仅在 fork 后创建 MongoClient