-
Notifications
You must be signed in to change notification settings - Fork 507
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
Error: Command failed: /usr/bin/python3 -m pythonforandroid.toolchain #865
Comments
Thanks for the bug report, could you please share the |
Yes but from where I can find the config.log ? |
|
there is not |
No much we could do without it then |
i have the same issues, AttributeError:'Namespace' object has no attribute 'ignore_setup_py', |
How is this the same issue? And wasn't it resolved in #893 ?
|
hi , I got the same error , attachement is the config.log I got in path |
@GitHub9800 are you trying to build from Windows? Maybe it's a good "detail" to mention. I'm not too sure what's the status of it. |
I run it in linux, access all buildozer file and python files stored in windows, |
Just that the config log had the following:
And things like (extract):
So it really feels like Windows host |
thanks , apk build successfully under linux , with some tradeoff: |
The syntax error thing rings the bell. Which version of Cython are you using? |
cython 0.26.1 |
I would try the same that we have on our CI But your issue with python2, could also be some leftover cache from previous attempts. Try also deleting the |
thanks, I've get python3 workded within virtualenv! |
can you explain it more, i am facing the same issue, but did not find the solution |
my root error is trying to build apk within windows. after I transfer to ubuntu18.04 , confiured as tutorial said (cython, python,and more), I get it work with some syntax error, then i use virtualenv to make it work. if your problem detail is same with me, try it ! |
ok, what i get is, : in virtualenv you installed kivy and on the same virtual env you installed buildozer |
WLS notwork, I use VM. |
I'm running into problems with buildozer running the following command: ===========================================================================
|
Closing as invalid, the original reported didn't provide the |
Bro, Can you tell how'd you fix that thing/error.*- |
can someone build the apk and give me import kivy kivy.require('2.3.0') class QRCodeScanner(BoxLayout):
class QRCodeApp(App): if name == 'main': if possible mail apk to olevester.joram123@gmail.com this app requires opencv and camera and some other dependencyes |
Versions
Description
Error where every tring to build
buildozer.spec
buildozer -v android debug
Spec file:
Logs
The text was updated successfully, but these errors were encountered: