-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
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.
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
Copied from original issue: kivy/kivy#4869
Reactions are currently unavailable