作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
更新代码以使用 tensorflow 2.4 来解决问题
我正在尝试在 Raspberry Pi 上安装 Tensorflow 1.9,因为这是我要运行的代码的要求。它使用 pip install tensorflow==1.9.0
在我的 Macbook 上安装良好,但在 Pi 上出现错误:
Could not find a version that satisfies the requirement tensorflow==1.9.0 (from versions: 0.11.0, 1.11.0, 1.12.0, 1.13.1, 1.14.0)
No matching distribution found for tensorflow==1.9.0
我正在使用带有 Python 3.6 的 Conda (miniconda3) 环境。
最佳答案
您需要在 conda 中安装 python 版本 3.6 或其他兼容版本。 Tensorflow 不适用于 3.8 以上的版本,并且已发现其他一些版本存在问题。我建议通过 conda 使用 python 3.6。您可能还需要移动
关于tensorflow - 在树莓派上安装 tensorflow 1.9* 通过修改代码以使用 tf 2 解决,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66427639/
我是一名优秀的程序员,十分优秀!