Turicreate: No matching distribution found for coremltools==0.6.3

Created on 9 Dec 2017  路  16Comments  路  Source: apple/turicreate

2017-12-09 8 45 36

The latest version of coremltool I am able to install is 0.5.1 with python 2.7.10

Most helpful comment

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

All 16 comments

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.

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.

Using #23 to track the mac10.11 support.

Thanks for the answering. My os is 10.11.6.

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

Same problem as above on Windows 10.

@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.

same problem锛宑an't install via pip install -U turicreate

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?

@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.

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.

@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.

@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).

@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.

@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.

@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).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hoytak picture hoytak  路  3Comments

alelordelo picture alelordelo  路  5Comments

junyafang picture junyafang  路  5Comments

fbomb111 picture fbomb111  路  3Comments

bobdillon48 picture bobdillon48  路  4Comments