【发布时间】:2022-07-12 06:16:27
【问题描述】:
问题
- 我正在尝试在我的 m1 MacBook 上运行基本文本 Tensorflow 教程
- 我已经正确安装了新的基于金属的软件包guide
- 当我在教程中看到这一点时出现错误
代码
!pip install -q "tensorflow-text==2.8.*"
错误
ERROR: Could not find a version that satisfies the requirement tensorflow-text==2.8.* (from versions: none)
ERROR: No matching distribution found for tensorflow-text==2.8.*
尝试过的解决方案
【问题讨论】:
标签: macos tensorflow tensorflow2.0 apple-m1