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

Problem with Pillow in buildozer #1

Open
Kaktus994 opened this issue Jul 11, 2019 · 0 comments
Open

Problem with Pillow in buildozer #1

Kaktus994 opened this issue Jul 11, 2019 · 0 comments

Comments

@Kaktus994
Copy link
Owner

Hello everyone,

I'm new to programming as well as to github so apologies in advance if something in this post does not follow protocols and rules.
After a couple tutorials on python and few on kivy I've decided to continue learning through building an app. So, I hit a bump which i could not overcome. Namely, code works perfectly on Windows and Ubuntu 18.04 but I wanted to deploy it to Android using buildozer it crashes with infamous error:

Build failed: Didn't find any valid dependency graphs. This means that some of your requirements pull in conflicting dependencies.

due to Pillow requirement in

buildozer.spec

I've tried overwriting Pillow recipe with:
https://github.com/kivy/python-for-android/tree/master/pythonforandroid/recipes/Pillow

also read and followed everything from:
kivy/python-for-android#1339
https://github.com/kivy-garden/garden.zbarcam

Here are main.py and spec files:
https://github.com/Kaktus994/BarcodeGenerator

Obviously I'm doing something wrong. Hoping that someone will help me to resolve the issue. Thanks in advance

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

1 participant