如何在Mac上升级熊猫

时间:2018-12-06 13:47:41

标签: python pandas upgrade

enter image description here enter image description here我想在Macbook上将熊猫从0.19.2升级到0.121。

我已经尝试使用pip3 install --upgrade pandas了,但这不起作用。

我也不知道bash shell是什么,因此请尽可能简单地提出答案。先感谢您!

2 个答案:

答案 0 :(得分:0)

通过Canopy>包裹管理器>升级熊猫来解决。谢谢您的帮助。

答案 1 :(得分:0)

有同样的问题。您的尝试很接近,要么命令混乱,要么出现其他语法错误。以下在我的Mac上对我有用:

pip3 install pandas --upgrade