0

我正在尝试在 Windows (windows7) 上安装 turi create 以在 Python 2.7 中使用。我在虚拟环境中操作,更新了 pip 和设置工具,但不断获得错误信息. 其中指出“pip install 没有为您的系统找到任何可用的二进制包”;以及附加文本,包括“ turicreate 构建轮失败...运行 setup.py install for turicreate...错误”

4

2 回答 2

0

根据 Pypi,turicreate 仅支持:

  • macOS 10.12+
  • Linux(使用 glibc 2.12+)
  • Windows 10(通过 WSL)

您可以在此处https://github.com/apple/turicreate上找到更多信息

于 2018-07-13T12:40:58.717 回答
0

您需要在 Windows 上使用 ubuntu。我不确定这是否适用于 Windows 7。但它适用于 Windows 10。

另一种选择是使用纸空间或 crestle 等在线服务。我已经尝试使用 turicreate 进行 crestle 并且它有效。

于 2018-08-04T21:09:40.760 回答