更新python的依赖包,亲测!
在终端(windows:电脑win+R, linux:ctrl+alt+T)
输入pip install --upgrade pandas #无需卸载,让它自己更新就好
无需卸载,让它自己更新就好
pandas可以改成别的包
如果出现 time run out ,可以参考方案
可以在使用pip的时候加参数-i https://pypi.tuna.tsinghua.edu.cn/simple
例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pandas

浙公网安备 33010602011771号