Ubuntu(精确):libopenblas-dev 不可用 (Chromebook/Crouton)
Ubuntu (percise): libopenblas-dev not available (Chromebook/Crouton)
笔记本电脑:华硕 C100P Chromebook
OS:CromeOS 和 Crouton (chroot) Ubuntu Percise Ver 12.04.5 LTS
正在尝试使用 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 中的 base/native 功能吗? (如果 libopenblas-dev 对未来的用户来说可能是个问题,将继续提问)
包被称为libblas-dev
sudo apt-get install libblas-dev
笔记本电脑:华硕 C100P Chromebook
OS:CromeOS 和 Crouton (chroot) Ubuntu Percise Ver 12.04.5 LTS
正在尝试使用 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 中的 base/native 功能吗? (如果 libopenblas-dev 对未来的用户来说可能是个问题,将继续提问)
包被称为libblas-dev
sudo apt-get install libblas-dev