ubuntu 安装scipy

在虚拟机的ubuntu系统中安装scipy时,
用命令”sudo apt-get install scipy”
报错“E:无法定位软件包”

用“sudo apt-get update”更新软件库,
再执行”sudo apt-get install scipy”
依然报错“E:无法定位软件包”

也试了用命令”update-manager”打开换源窗口进行换源,还是不行。

之后改用pip安装”sudo pip install –upgrade scipy”,还是出现问题。

之后用”sudo apt-get install python-scipy”成功了

发现在虚拟机里配环境很坑爹啊,不仅速度慢,而且网络还很慢很不稳定,虽然linux安装python包很方便但是我也是被虚拟机坑到了,还是在window下感觉更快)

你可能感兴趣的:(安装问题)