0
pip install Turi-create

错误

  • Linux x86_64(包括 Windows 10 上的 WSL)。
  • macOS 10.12+ x86_64。
  • Python 2.7、3.5 或 3.6。

此错误的其他可能原因是:

  • 过时的 pip 版本(尝试pip install -U pip)。
4

1 回答 1

1

该包被称为turicreatehttps ://pypi.org/project/turicreate/ :

pip install turicreate

该软件包不支持 Windows。当前版本5.2.1仅支持 Linux 和 MacOS 上的 Python 2.7、3.5 和 3.6。在 Windows 上,它仅适用于 WSL(Linux 的 Windows 子系统)。

于 2019-01-08T18:35:14.320 回答