使用 Ubuntu 20.04 在 Raspberry Pi 上运行 Tensorflow

使用 Ubuntu 20.04 在 Raspberry Pi 上运行 Tensorflow

我在 Raspberry Pi 上安装了 Ubuntu 20.04。我的 Ubuntu 和 Python3 安装都是 64 位的。我现在正在尝试安装 Tensorflow,以便可以运行(而不是训练)模型。

我尝试过各种博客文章,安装了所有依赖项等。但是,我总是面临同样的错误:

> pip3 install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

运行后pip install --upgrade tensorflow出现同样的错误。

出了什么问题?如何在 Raspberry Pi 上安装 tensorflow?

相关内容