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

using android_new causes missing packages errors #420

Closed
Cedware opened this issue Nov 7, 2016 · 4 comments
Closed

using android_new causes missing packages errors #420

Cedware opened this issue Nov 7, 2016 · 4 comments

Comments

@Cedware
Copy link

Cedware commented Nov 7, 2016

Running this command:

buildozer -v android_new debug

causes a list of allegedly missing packages

ERROR: The colorama Python module could not be found, please install version 0.3.3 or higher
ERROR: The appdirs Python module could not be found, please install it.
ERROR: The sh Python module could not be found, please install version 1.10 or higher
ERROR: The jinja2 Python module could not be found, please install it.

If i try to install them with pip, it seems any of the named packages is installed

@khalakhelo
Copy link

When you install them, do you make sure you upgrade ?
like:
sudo pip install -U colorama
sudo pip install -U appdirs
sudo pip install -U sh
sudo pip install -U jinja2

@Cedware
Copy link
Author

Cedware commented Nov 10, 2016

Yes for my python3 installation all thoese packages are up-to-date

@frmdstryr
Copy link

Had the same thing, turns out it was using anaconda's python. If you have multiple python versions make sure it's using the correct ones.

@inclement
Copy link
Member

Closing as stale, buildozer handles this now.

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

4 participants