Giter Site home page Giter Site logo

Comments (16)

cnnsbs avatar cnnsbs commented on July 20, 2024 3

I have same problem.
python 2.7.13, anaconda, windows 10

from turicreate.

gustavla avatar gustavla commented on July 20, 2024

What is your OS? It looks like at 0.5.1 they had a single wheel covering all platforms, but after that they switched to one for macOS (only 10.12/10.13) and one for Linux. If you do not have either of those platforms (such as macOS 10.11), you will probably run into issues.

I noticed that the readme says Turi Create supports 10.11, but now looking at the coremltools wheels, that can't be the case.

from turicreate.

gustavla avatar gustavla commented on July 20, 2024

Actually, support for macOS 10.11 is a typo (#24). We will look into if we can add support soon (#23). Let me know if you are on a different platform altogether though.

from turicreate.

srikris avatar srikris commented on July 20, 2024

Using #23 to track the mac10.11 support.

from turicreate.

iblisylvie avatar iblisylvie commented on July 20, 2024

Thanks for the answering. My os is 10.11.6.

from turicreate.

mnazam avatar mnazam commented on July 20, 2024

Same problem as above on Windows 10.

from turicreate.

gustavla avatar gustavla commented on July 20, 2024

@cnnsbs @mnazam Are you trying this using WSL? I think this might be the error you would get if you do it on Windows but without WSL.

from turicreate.

ariosking avatar ariosking commented on July 20, 2024

same problem,can't install via pip install -U turicreate

from turicreate.

igiloh avatar igiloh commented on July 20, 2024

Hi @ariosking, thank you for your input!
Can you please tell us which OS you're using?
And if it's windows 10 - are you using WSL?

from turicreate.

 avatar commented on July 20, 2024

@igiloh @gustavla Hello, I have the same problem on Windows 10. I have an x64 PC and have installed WSL. Had the problem both before and after installing WSL (dunno how to check whether the WSL is working).
EDIT: I use a Python 2.7 virtual environment in Anaconda. The only versione I managed to install of coremltools is 0.5.1.

from turicreate.

RSherwoodJr avatar RSherwoodJr commented on July 20, 2024

Just want to chime in: I'm having the same issue on Windows 10. Tried on both Python 3.6 and 2.7, with and without 2.7 virtual environments.

from turicreate.

gustavla avatar gustavla commented on July 20, 2024

@T-Cornelis @RSherwoodJr Can you please confirm that WSL is enabled? From what I understand, it must be enabled by the user and not simply installed. I don't know exactly how to do this, but a search for "Enable WSL" seems to give plenty of tutorials of how to do it.

from turicreate.

 avatar commented on July 20, 2024

@gustavla I enabled it already once. Here is the result that I got when I tried enabling the WSL again:

PS C:\WINDOWS\system32> Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux \\ Path : \\ Online : True \\ RestartNeeded : False

Still getting the same issues (which prevent me from installing turicreate).

from turicreate.

gustavla avatar gustavla commented on July 20, 2024

@T-Cornelis Thanks for the quick response. Can you try directly downloading the coremltools wheel from https://pypi.python.org/pypi/coremltools/0.8 and then running pip install <path to file>.whl? It should be the manylinux1 corresponding to your Python version. Let's see if that gives us any more information.

from turicreate.

 avatar commented on July 20, 2024

@gustavla The result I got is the following:
(py27) C:\Users\<user name>\Downloads>pip install coremltools-0.8-py2.7-none-manylinux1_x86_64.whl coremltools-0.8-py2.7-none-manylinux1_x86_64.whl is not a supported wheel on this platform.
The first line is the code I inserted in Anaconda. The second is the error message I got back. Similar result if I try installing the Python 3.6 version (in the appropriate virtual environment).
Sorry for the late reply this time.

from turicreate.

gustavla avatar gustavla commented on July 20, 2024

@T-Cornelis I'm still learning how WSL works from online resources (I have never tried it myself), and it looks like you first enable WSL and then install a linux distribution. Have you installed Ubuntu? Your prompt looks like a Windows one, so could you run bash first and then the pip command from inside bash (to make it absolutely certain that your are executing this from the WSL).

from turicreate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.