我该如何解决我提出的这个问题
sudo apt-get install python-setuptools python-scipy libatlas-dev libatlas3-base
Run Code Online (Sandbox Code Playgroud)
安装 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
Run Code Online (Sandbox Code Playgroud)
我尝试过更新,但似乎没有任何效果。