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

Can't install on Windows using pip #819

Closed
NudeCaveMan opened this issue Jul 6, 2016 · 3 comments
Closed

Can't install on Windows using pip #819

NudeCaveMan opened this issue Jul 6, 2016 · 3 comments

Comments

@NudeCaveMan
Copy link

NudeCaveMan commented Jul 6, 2016

When trying to install on Windows, i get:

Collecting sh>=1.10 (from python-for-android)
Using cached sh-1.11.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 20, in
File "C:\Users\CaveMan\AppData\Local\Temp\pip-build-11cs8l6t\sh\setup.py",
line 4, in
import sh
File "C:\Users\CaveMan\AppData\Local\Temp\pip-build-11cs8l6t\sh\sh.py", li
ne 37, in
support." % version)
ImportError: sh 1.11 is currently only supported on linux and osx. please in
stall pbs 0.110 (http://pypi.python.org/pypi/pbs) for windows support.

Install pbs instead sh does nothing.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@KeyWeeUsr
Copy link
Contributor

Even if you managed to install it on Windows, it won't work, because it's set up for linux environment. All recipes that have additional console script have .sh(bash) file. I'm not sure about this, but you might be able to run them with console included in "GitHub for Windows" but that's pretty much it what you can do on Windows with it right now.

For packaging use the .vdi file from kivy website(Virtual Machine) which has at least the required environment (haven't seen it for a while, don't know what is and what isn't set up).

@inclement
Copy link
Member

I'd like to be installable on windows even if p4a can't be run beyond the trivial. This will be a good starting point for any binary distribution stuff, like the possible PR at #804

@inclement
Copy link
Member

Fixed by #902

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

No branches or pull requests

3 participants