Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dessant opened this issue Jan 2, 2017 · 2 comments
Open

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

dessant opened this issue Jan 2, 2017 · 2 comments

Comments

@dessant
Copy link
Contributor

dessant commented Jan 2, 2017

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
Copy link
Contributor Author

dessant commented Jan 2, 2017

From @miohtama on January 2, 2017 6:36

Workaround: use Homebrew installation method.

@meichthys
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants