python - 错误 : could not find a version that satisfies the requirement tensorflow

标签 python tensorflow raspberry-pi

我正在使用 raspberry model 3B+ ,我制作了一个 venv 然后尝试安装 tensorflow 但我得到了这两个错误 错误:找不到满足 tensorflow 要求的版本(来自版本:无)

错误:找不到与 tensorflow 匹配的分布

我设法安装了其他库,但只有 tensorflow 我无法安装。

最佳答案

我刚刚在最新的 Macbook Pro(Apple M1 Pro 芯片)上遇到了这个问题。解决方案似乎是 pip install tensorflow-macos。这给了我一个错误 ERROR: Failed building wheel for h5py 我按照 this 解决了这个错误发布。

关于python - 错误 : could not find a version that satisfies the requirement tensorflow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71183231/

相关文章:

java - 如何在JAVA中将rfid标签数据(askii)转换为字符串

python - 从损坏的文件中恢复数据

python - 使用 Python/Bokeh 动画 GMapPlot

python - 如何在Python for循环中创建和删除类实例

python - Tensorflow 1.14+ 序列化子类 Keras 层?

c++ - 编译 mpg321 需要 libid3tag - 但已安装 libid3tag

linux - 为 Raspberry Pi 交叉编译 Linux 内核

python - 你如何在 Altair 中设置 Axis FontSize?

VsCode 中的 python 模块管理

python - 如何将TesorFlow拉入Docker Windows容器?