You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip shipped with kivy3 fails to work as a normal pip command. Passing -r option fails to find a requirements file in the current directory.
kivy -m pip install -r requirements-osx.txt
2017-01-02 00:16:27.219 kivy[3712:2765927] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
2017-01-02 00:16:27.232 kivy[3712:2765927] App did finish launching
Could not open requirements file: [Errno 2] No such file or directory: 'requirements-osx.txt'
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.
ls requirements-osx.txt
-rw-r--r-- 1 moo staff 70 Jan 2 00:16 requirements-osx.txt
@dessant Sorry for following up on this so late, but the home-brew installation doesn't seem to work for me. I'm trying to install into a virtual environment. Is that not supported?
From @miohtama on January 2, 2017 6:18
pip
shipped with kivy3 fails to work as a normal pip command. Passing-r
option fails to find a requirements file in the current directory.Copied from original issue: kivy/kivy#4869
The text was updated successfully, but these errors were encountered: