【发布时间】:2015-12-11 21:37:42
【问题描述】:
笔记本电脑:华硕 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 包不应该可用。 [How to install libopenblas-dev percise]
根据我有限的知识[this] 页面会表明 ARM 处理器的封装也没有问题,对吧?
还有其他方法可以安装这个包吗?
编辑:我试图安装的软件包(numpy 和 theano)似乎在没有解决这个问题的情况下工作。 BLAS 能否成为 ChromeOS 中的基础/原生功能? (如果 libopenblas-dev 可能成为未来用户的问题,将保持问题开放)
【问题讨论】:
标签: python ubuntu google-chrome-os openblas