From @miohtama on January 2, 2017 6:19
Kivy3 OSX cannot upgrade pip version shipped with it. It fails for some command line argument parsing reasons, probably due to how the underlying pip command is wrapper.
kivy -m pip install -U pip
2017-01-02 00:18:22.683 kivy[3752:2767258] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
2017-01-02 00:18:22.695 kivy[3752:2767258] App did finish launching
Collecting pip
Using cached pip-9.0.1-py2.py3-none-any.whl
Collecting install
Could not find a version that satisfies the requirement install (from versions: )
No matching distribution found for install
You are using pip version 7.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Copied from original issue: kivy/kivy#4870
From @miohtama on January 2, 2017 6:19
Kivy3 OSX cannot upgrade pip version shipped with it. It fails for some command line argument parsing reasons, probably due to how the underlying
pipcommand is wrapper.Copied from original issue: kivy/kivy#4870