kivy / kivy-sdk-packager

Scripts for Kivy SDK generation on Windows, OS X and Linux
MIT License
40 stars 32 forks source link

kivy -m pip install -r requirements-osx.txt - cannot find file #35

Open dessant opened 7 years ago

dessant commented 7 years ago

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

dessant commented 7 years ago

From @miohtama on January 2, 2017 6:36

Workaround: use Homebrew installation method.

meichthys commented 7 years ago

@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?