Hi all,
I'm updating my tensorflow from r0.10 to r0.11 or the master, but after I run the cmd:
bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg
I just got a tensorflow-0.11.0rc2-cp27-cp27mu-linux_x86_64.whl instead of
tensorflow-0.11.0rc2-py2-none-any.whl. And this file always caused an
UnsupportedWheel error when I run pip install.
Renaming the wheel to tensorflow-0.11.0rc2-cp27-none-linux_x86_64.whl should address the problem.
Can you give it a try?
用户尝试将TensorFlow从0.10版本更新到0.11版本或者master分支,在构建pip包过程中遇到了问题,生成的whl文件导致安装失败。通过重命名whl文件可能可以解决该问题。
2403

被折叠的 条评论
为什么被折叠?



