-
Notifications
You must be signed in to change notification settings - Fork 519
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
The version of Kivy installed on this system is too old. #987
Comments
I think this is somehow a result of using pipenv |
You don't need kivy installed on your system for making buildozer/android build working. Buildozer download dependencies according to its recipes, cross compile them and embed into the final binary. Whatever you do with pip/pipenv have no impact for that. I suggest you to remove all the local cache of buildozer, and retry from scratch. The kivy recipes in python-for-android master is using 1.11.1. (https://github.com/kivy/python-for-android/blob/develop/pythonforandroid/recipes/kivy/__init__.py) |
👋 @TensorTom, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. Let us know if this comment was made in error, and we'll be happy to reopen the issue. |
I know this post is a little outdated. |
i am facing the same issue with kivy, i installed kivy and when i try to run my code it brings up the error telling me that the version i have installed is too old and that it requires 2.2.0 of which is not available. |
Versions
Description
buildozer android debug deploy run
causes in locat:Exception: The version of Kivy installed on this system is too old. (You have 1.11.0, but the application requires 1.11.1)
. I originally wanted to use 1.11.1 but if I install that version, I still get this error. So I decided to just use 1.11.0 but I still get the same error. I have tried:I have tried explicitly setting the version in my buildozer.spec
requirements
as well as the osx section. It doesn't matter which version of kivy I install or specify (Or any combination thereof), I get the same error.buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: