【发布时间】:2019-03-21 02:24:42
【问题描述】:
如何解决我给的这个问题
sudo apt-get install python-setuptools python-scipy libatlas-dev libatlas3-base
要安装 scipy 来安装 scikit learn 并得到这样的错误
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libatlas-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libatlas-base-dev:i386 libatlas-base-dev
E: Package 'libatlas-dev' has no installation candidate
我已尝试更新,但似乎没有任何效果。
【问题讨论】:
-
尝试以下链接中提到的解决方案:askubuntu.com/questions/1056167/…
标签: python scikit-learn scipy ubuntu-18.04