-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
The sh Python module could not be found #1232
Comments
If I try to import sh module in a new Python script, I get
So, the original error comes from here. |
python-for-android is not supported on Windows. This is just the first small example of many issues you'll come across if you try it. There's a PR that does a lot of the work, but it's considered just a proof of concept unless someone wants to polish it and maintain it. |
I wonder what is the reason for that. Both Python and Android SDK work fine on Windows. |
I made the same mistake :( |
@inclement @haywirephoenix Won't it work on windows? |
Running on Windows 10, Python 3.6.4, installed the current (2018-02-09) version of p4a from GitHub with
pip install -e
.When running p4a, it exits with
I have installed sh-1.12.14 but nothing changed.
Also tried installing with
pip install git+https://github.com/kivy/python-for-android.git
andpip install python-for-android
with no change. The same error still shows up.Any hints? Thanks!
The text was updated successfully, but these errors were encountered: