赞
踩
An error ocurred while starting the kernel
d:\Program\Anaconda3\lib\site‑packages\pandas\compat_optional.py:138: UserWarning: Pandas requires version ‘2.7.0’ or newer of ‘numexpr’ (version ‘2.6.9’ currently installed).
warnings.warn(msg, UserWarning)
Pandas 依赖 numexpr 包,而该包版本低于2.7.0导致系统报错。
pip install numexpr --upgrade --user
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。