当我尝试通过克隆从git安装tensorflow时,我遇到错误“没有名为copyreg的模块”,所以我尝试使用 Virtual env进行安装.但是,我遇到了这个错误:
pip install https://storage.googleapis测试数据/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl tensorflow-0.5.0-py2-none-any.whl is not a supported wheel on this platform.
我没有在常见问题部分看到这一点,所以任何帮助将不胜感激!谢谢.
我也遇到了同样的问题 我从 https://bootstrap.pypa.io/get-pip.py下载了get-pip.py然后运行python2.7 get-pip.py来安装pip2.7
然后使用python2.7运行pip install命令,如下所示
对于Ubuntu / Linux :
python2.7 -m pip install https://storage.googleapis测试数据/tensorflow/ Linux /cpu/tensorflow-0.5.0-cp27-none- Linux _x86_64.whl
对于Mac OS X:
python2.7 -m pip install https://storage.googleapis测试数据/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
这应该工作得很好,因为它对我来说:)
我遵循了here的这些指示
查看更多关于Tensorflow安装错误:此平台上不支持滚轮的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did171179