gpt4 book ai didi

python-2.7 - 无法在 Windows 7 中为 Python 2.7 安装 tensorflow

转载 作者:行者123 更新时间:2023-12-05 01:31:33 25 4
gpt4 key购买 nike

我知道 tensorflow 可用于 Python 3.5 及更高版本,但是否有可能在 Windows 7 中使用 cmd 为 python 2.7 安装 tensorflow?

最佳答案

是的,但是您必须做很多工作。具体来说,你需要自己构建 tensorflow 和 Installing TensorFlow from Sources状态:

We don't officially support building TensorFlow on Windows; however, you may try to build TensorFlow on Windows if you don't mind using the highly experimental Bazel on Windows or TensorFlow CMake build.

我强烈建议您尽可能尝试使用 python 3.5。如果您使用 conda,您可以使用

创建一个新的 conda 环境
conda create -n tensorflow python=3.5 

并使用

在该环境中安装tensorflow
activate tensorflow
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.2.1-cp35-cp35m-win_amd64.whl

关于python-2.7 - 无法在 Windows 7 中为 Python 2.7 安装 tensorflow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45414272/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com