#๐Ÿ”’ building kivy apk with buildozer

7 messages ยท Page 1 of 1 (latest)

thin hamlet
#

im having issues with buildozer, it keeps installing an older version of flask, which is incompatible with new werkzeug, resutling in

/myapp/armeabi-v7a/flask/helpers.py", line 16, in <module>
02-09 16:28:11.658  5226  5297 I python  : ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/data/user/0/org.test.myapp/files/app/_python_bundle/site-packages/werkzeug/urls.pyc)

ive tried buildozer -v android clean then buildozer -v android debug mutiple times, every single python version thats on my machine has flask 3.1.0 or does not have flask, im not sure what else i can do, below is the requirements list

requirements = python3,blinker==1.9.0,charset_normalizer==3.4.1,click==8.1.8,docutils==0.21.2,filetype==1.2.0,Flask==3.1.0,idna==3.10,itsdangerous==2.2.0,Jinja2==3.1.5,Kivy==2.3.1,Kivy_Garden==0.1.5,MarkupSafe==3.0.2,Pygments==2.19.1,requests==2.32.3,urllib3==2.3.0,Werkzeug==3.1.3```
errant lanceBOT
#

@thin hamlet

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

thin hamlet
#

@

#

s

thin hamlet
errant lanceBOT
#

@thin hamlet

Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.