Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Error While Installing Turicreate to my Windows via WSL #3475

Open
srvnarunraj opened this issue Jul 5, 2023 · 1 comment
Open

Error While Installing Turicreate to my Windows via WSL #3475

srvnarunraj opened this issue Jul 5, 2023 · 1 comment

Comments

@srvnarunraj
Copy link

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

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

        ==================================================================================



----------------------------------------

ERROR: Command errored out with exit status 1: /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 Check the logs for full command output.

@wildapedev
Copy link

hey! ran into a similar issue... check version of python you're running. It's only supported up to 3.8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants