Marcinosoft
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...
> > If building on WSL, always build the project in a directory on the Linux partition (somewhere under WSL cd ~). You will > > have to copy your...
> > 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...
> @blackdragon8248 Have you patched it? (or upgraded to WSL v2?) Patched, on many laptops/desktops running WIndows 10 and 11 using Ubuntu with WSL v1. But I also checked if...
> Can we close this issue? > > If some info is missing in https://buildozer.readthedocs.io/en/stable/installation.html regarding WSL1 and WSL2, can you please submit a PR to address it? (I'm not...