Open dessant opened 7 years ago
From @miohtama on January 2, 2017 6:36
Workaround: use Homebrew installation method.
Neither pip
nor kivy -m pip
works. The following works on Kivy (2) on the same computer:
/Applications/Kivy2.app/Contents/MacOS/Kivy -m pip install -U pip
... so this seems to be regression.
From @miohtama on January 2, 2017 6:15
Fresh Kivy3 1.9.1. install.
Attempt to run
pip
command directly fails.Not sure if this is intentional or the virtual environment shipped with the installation is broken.
Copied from original issue: kivy/kivy#4868