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

Error message for unsupported platform is not obviously from Turi Create #1163

Closed
znation opened this issue Oct 25, 2018 · 0 comments · Fixed by #2852
Closed

Error message for unsupported platform is not obviously from Turi Create #1163

znation opened this issue Oct 25, 2018 · 0 comments · Fixed by #2852
Assignees
Milestone

Comments

@znation
Copy link
Contributor

znation commented Oct 25, 2018

The error message that prints out from pip install on an unsupported platform is helpful, but not obvious that it comes from Turi Create, so in a pip install -r requirements.txt type of scenario, the user may be at a loss as to how to proceed:

        ==================================================================================
        ERROR
        If you see this message, pip install did not find an available binary package
        for your system. Supported platforms are:
        * Linux x86_64 (including WSL on Windows 10).
        * macOS 10.12+ x86_64.
        * Python 2.7, 3.5, or 3.6.
        Other possible causes of this error are:
        * Outdated pip version (try `pip install -U pip`).
        ==================================================================================

Solution: we should probably mention somewhere obvious in this error message that it's Turi Create's issue. Pip doesn't really go out of its way to say that.

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

Successfully merging a pull request may close this issue.

2 participants