python - 在 Windows 上使用 Pip Python 安装 TensorFlow

标签 python tensorflow

上个月,他们发布了与 Windows 的 tensorflow 对比。查看我安装了 python 3.6 并运行的文档

pip install tensorflow-gpu 

但它没有找到它,因此没有安装它。

could not find a version that satisfies the requirements tensorflow-gpu(from versions)

我是否遗漏了一些基本的东西?我该如何解决或规避这个问题?

最佳答案

适用于 Windows 的 Python 3.6 稳定版本于 2016 年 12 月 23 日可用,我们尚未为该版本构建 TensorFlow 包。 (我们将在假期后考虑这样做。)目前,您最好的选择是:

  1. 降级到预构建包支持的 Python 3.5(64 位版本)。
  2. 尝试 building TensorFlow from source .

关于python - 在 Windows 上使用 Pip Python 安装 TensorFlow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41317928/

相关文章:

machine-learning - 训练 TensorFlow 修改图像

python - pycharm 中的 Tensorflow.keras.layers "unresolved reference"

python - Python 中的多重处理意外返回 None

python - 使 bytearray 的 memoryview 在 Python 2.7 中返回 int 元素

python - 使用 numpy 多项式或 astropy 多项式时如何实现 asdf 扩展?

python - 如何在 Tensorflow 中实现逐元素一维插值?

python - TFRecordReader 在 session 关闭后保持文件锁定

python - 如何使用 Tensorflow 的 Estimator API 进行分布式训练?

python - Linux系统上使用Python从内网邮箱获取邮件

python - webapp2可以从非表单获取数据吗