Marcinosoft

Results 13 comments of Marcinosoft

Import requests needs more requirements within `buildozer.spec` file. You have to add all requests dependencies too, so try following: ``` # (list) Application requirements # comma separated e.g. requirements =...

https://github.com/kivy/python-for-android/pull/3006

To temporary workaround an issue, just uncomment and set following line within your buildozer.spec file: `p4a.fork = Marcinosoft` It's my fork of https://github.com/kivy/python-for-android repo with downgraded Gradle able to work...

> Is there anything we can do (apart of downgrading things) to keep the "support" for WSL1 ? > > The suggestion is always to avoid using WSL1 / WSL2,...

Make sure that you are using latest Buildozer, currently 1.5.0. To check: `buildozer --version` If not please update Buildozer and dependencies: ``` pip3 install --user --upgrade Cython==0.29.33 virtualenv pip3 install...

This should fix your problem: https://github.com/kivy/buildozer/issues/1543#issuecomment-1382574110 If you are using WSL v1, you will most probably face another issue: https://github.com/kivy/python-for-android/issues/3000 To check WSL version, under Windows: `wsl -l -v` Version...

> > This should fix your problem: > > [#1543 (comment)](https://github.com/kivy/buildozer/issues/1543#issuecomment-1382574110) > > This is for **experts only**, so if you don't know what you are doing, please upgrade to...