#3475·turicreate

通过 WSL 将 Turicreate 安装到我的 Windows 时出错

作者: srvnarunraj创建于 2023年7月5日更新于 2023年9月21日

ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-vniicvxw/turicreate_070731f0a09842daa9516b94a3b8d8d8/setup.py'"'"'; file='"'"'/tmp/pip-install-vniicvxw/turicreate_070731f0a09842daa9516b94a3b8d8d8/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-d4752erl cwd: /tmp/pip-install-vniicvxw/turicreate_070731f0a09842daa9516b94a3b8d8d8/ Complete output (31 lines): running bdist_wheel running build installing to build/bdist.linux-x86_64/wheel running install

      ==================================================================================
      TURICREATE ERROR
      If you see this message, pip install did not find an available binary package
      for your system.

Supported Platforms:

  • macOS 10.12+ x86_64.

  • Linux x86_64 (including WSL on Windows 10). Support Python Versions:

  • 2.7

  • 3.5

  • 3.6

  • 3.7

  • 3.8 Another possible cause of this error is an outdated pip version. Try: pip install -U pip

    ERROR: Failed building wheel for turicreate Running setup.py clean for turicreate Failed to build turicreate Installing collected packages: turicreate Running setup.py install for turicreate ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-vniicvxw/turicreate_070731f0a09842daa9516b94a3b8d8d8/setup.py'"'"'; file='"'"'/tmp/pip-install-vniicvxw/turicreate_070731f0a09842daa9516b94a3b8d8d8/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-us5d66c4/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/arun/.local/include/python3.9/turicreate cwd: /tmp/pip-install-vniicvxw/turicreate_070731f0a09842daa9516b94a3b8d8d8/ Complete output (28 lines): running install

          ==================================================================================
          TURICREATE ERROR
          If you see this message, pip install did not find an available binary package
          for your system.

Supported Platforms:

  • macOS 10.12+ x86_64.
  • Linux x86_64 (including WSL on Windows 10). Support Python Versions:
  • 2.7
  • 3.5
  • 3.6
  • 3.7
  • 3.8

内容来源: apple/turicreate