-
Notifications
You must be signed in to change notification settings - Fork 508
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
buildozer Install python 3.8.1 #1090
Comments
you should be able to set the python version in buildozer.spec by putting for example |
Yes, I did as you said
But while buildozer is running, you can see the logs
after buildozer downloads work on errors
Thank you in advance |
Oops yes, it should be |
Could you please share the actual log still. Please share the complete log including the buildozer.spec file |
@AndreMiras |
Oh OK thanks, I wanted to see the logs because earlier you said (deleted?) the error was the same with |
Your settings. Collect apk files that do not work. |
In order to select the python version. The argument python3 == 3.7.5 is not enough. In the buildozer.spec file, the requirements section must additionally specify hostpython3 == 3.7.5. An example is presented below
|
Versions
Description
When you start buildozer. Installs python 3.8.1 I have a suspicion that because of this I get a ReferenceError error. How do I set preferences so that apk builds on python <3.8?
The text was updated successfully, but these errors were encountered: