Questions tagged «numpy»

3
如何在Ubuntu 14.04LTS上更新到最新的numpy和scipy
在我的Ubuntu 14.04LTS上,对于python3,我有 >>> import numpy >>> import scipy >>> numpy.__version__ '1.8.2' >>> scipy.__version__ '0.13.3' 我想更新numpy和scipy最最新版本1.9.2和0.16.0,我试着用下面的命令 sudo pip3 install --upgrade numpy sudo pip3 install --upgrade scipy 这两个命令都成功运行,但是两个python软件包的版本号根本没有更改为1.9.2和0.16.0(重新启动计算机后)。有人知道如何更新到最新版本吗?非常感谢你!!
20 14.04  upgrade  python3  numpy 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.