gpt4 book ai didi

tensorflow - Windows 上 tensorflow 安装的 Whl 文件

转载 作者:行者123 更新时间:2023-12-02 21:00:19 25 4
gpt4 key购买 nike

我通过 get-pip.py 脚本安装了 pip

$ python get-pip.py --proxy="proxy.intranet.com:8080"
Collecting pip
Downloading pip-8.1.2-py2.py3-none-any.whl (1.2MB)
100% |████████████████████████████████| 1.2MB 559kB/s
Collecting wheel
Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)
100% |████████████████████████████████| 71kB 2.9MB/s
Installing collected packages: pip, wheel
Successfully installed pip-8.1.2 wheel-0.29.0

效果很好。升级后,似乎是最新版本。

$ python -m pip install -U pip
Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages

现在,当我尝试使用以下命令在 Windows 上安装 Tensorflow 时,它不起作用。

$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
**tensorflow-0.5.0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform**.

我尝试搜索 Windows 的 Wheel 文件,但找不到。有人知道whl文件的位置吗?提前致谢!

最佳答案

TensorFlow 仅兼容 64 位。确保Python安装不是32位。

关于tensorflow - Windows 上 tensorflow 安装的 Whl 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38646036/

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