0

笔记本电脑:华硕 C100P Chromebook

操作系统:带有 Crouton (chroot) Ubuntu Percise Ver 12.04.5 LTS 的 CromeOS

尝试使用 Numpy 和 Theano 设置我的 Python 环境。

sudo apt-get install libopenblas-dev

输出

Reading Package lists... Done
Building dependency tree       
Reading state information... Done
Package libopenblas-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

E: Package 'libopenblas-dev' has no installation candidate

似乎没有资源表明 BLAS 包不应该可用。[如何安装 libopenblas-dev percise]

根据我有限的知识,[this] page 表明 ARM 处理器的封装也没有问题,对吧?

还有另一种安装此软件包的方法吗?

编辑:我试图安装的软件包(numpy 和 theano)似乎没有解决这个问题。BLAS 能否成为 ChromeOS 中的基础/原生功能?(如果 libopenblas-dev 可能成为未来用户的问题,将保持问题开放)

4

1 回答 1

0

包名为 libblas-dev

sudo apt-get install libblas-dev
于 2016-01-01T15:00:21.103 回答