小编rit*_*k36的帖子

在为 Scikit learn 安装 Scipy 时,如何修复“E:软件包‘libatlas-dev’没有安装候选”?

我该如何解决我提出的这个问题

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)

我尝试过更新,但似乎没有任何效果。

python scipy scikit-learn ubuntu-18.04

2
推荐指数
1
解决办法
1万
查看次数

标签 统计

python ×1

scikit-learn ×1

scipy ×1

ubuntu-18.04 ×1