turicreate-notebooks icon indicating copy to clipboard operation
turicreate-notebooks copied to clipboard

I am getting this error while trying to run turycreate in jupyter notebook.

Open deepak2693 opened this issue 4 years ago β€’ 0 comments

1)Earlier python 3.8 was installed and i was working on jupyter notebook. 2)Today when turycreate was not installing and i was not able to import turicreate , I even installed python 3.7 but the same error is coming and i am not able to work. turicreate error


ERROR: Command errored out with exit status 1: command: 'C:\Users\DELL\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\DELL\AppData\Local\Temp\pip-install-d8675x5z\turicreate\setup.py'"'"'; file='"'"'C:\Users\DELL\AppData\Local\Temp\pip-install-d8675x5z\turicreate\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\DELL\AppData\Local\Temp\pip-record-1fvd6m5x\install-record.txt' --single-version-externally-managed --compile --user --prefix= cwd: C:\Users\DELL\AppData\Local\Temp\pip-install-d8675x5z\turicreate
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


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

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



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

ERROR: Command errored out with exit status 1: 'C:\Users\DELL\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\DELL\AppData\Local\Temp\pip-install-d8675x5z\turicreate\setup.py'"'"'; file='"'"'C:\Users\DELL\AppData\Local\Temp\pip-install-d8675x5z\turicreate\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\DELL\AppData\Local\Temp\pip-record-1fvd6m5x\install-record.txt' --single-version-externally-managed --compile --user --prefix= Check the logs for full command output.

deepak2693 avatar May 06 '20 19:05 deepak2693