GOOGLE COLAB: BuIldozer failed to execute last command

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2024

Комментарии • 70

  • @isaacpolo8643
    @isaacpolo8643 Год назад +1

    Hello bro, have you found a new solution for this problem? i am getting the same error

    • @HaggaiOdanga
      @HaggaiOdanga  Год назад +3

      Have you tried this?
      !pip install cython==0.29.21
      !sudo apt-get install libtool
      if it fails the first the first time , try the second time

    • @HaggaiOdanga
      @HaggaiOdanga  9 месяцев назад +1

      i made a video that solves all errors as of now
      ruclips.net/video/M22luAuJR44/видео.htmlsi=yYoRGbmAVo71ySJO

  • @HaggaiOdanga
    @HaggaiOdanga  Год назад +6

    if all dont work, install this version of cython !pip install cython==0.29.21

    • @rahulchalke8801
      @rahulchalke8801 Год назад

      still same error exists...all commands i ran whatever you told

    • @HaggaiOdanga
      @HaggaiOdanga  Год назад

      @@rahulchalke8801 run this !pip3 install --user --upgrade Cython==0.29.33 virtualenv

    • @Scary_Life7
      @Scary_Life7 Год назад

      Bro its not working..still showing same error and not able to downgrade cython to old version

    • @HaggaiOdanga
      @HaggaiOdanga  Год назад

      ​@@Scary_Life7 try reading the errors where it starts going wrong and comment it here to see if i can help

    • @HaggaiOdanga
      @HaggaiOdanga  Год назад +1

      I just complied an app now
      before debuging, run
      !pip install cython==0.29.21
      !sudo apt-get install libtool

  • @PythonAnalyticsData
    @PythonAnalyticsData 9 месяцев назад

    It doesn't let me downgrade cython to 0.20. I actually work directly on linux ubuntu terminal but it gives me the same error. I already tried with "sudo pip install cython==0.20" but gives me error. do you know how to resolve it? Thank u

    • @HaggaiOdanga
      @HaggaiOdanga  9 месяцев назад

      this video was made on a windows OS and not ubuntu terminal. maybe try chrome on windows. if on ubuntu work on a browser

    • @HaggaiOdanga
      @HaggaiOdanga  9 месяцев назад +1

      ruclips.net/video/M22luAuJR44/видео.htmlsi=yYoRGbmAVo71ySJO

  • @leandronascimentoferreira5192
    @leandronascimentoferreira5192 Год назад +1

    dude I can make the apk, but when I open it on the phone, it loads the kivy icon and closes. do you know what it could be?

    • @HaggaiOdanga
      @HaggaiOdanga  Год назад

      check your requirements on the buildozer spec file (number 40 or around there )
      make sure they are like this
      requirements = python3,kivy==2.1.0,kivymd,pillow

    • @leandronascimentoferreira5192
      @leandronascimentoferreira5192 Год назад +1

      yes i put the requirements, only thing that changes is the kivy version i'm using is 2.2.1@@HaggaiOdanga

    • @carlosboy3078
      @carlosboy3078 Год назад

      @@leandronascimentoferreira5192 mano, quais foram as mudanças que você fez pra o apk ser gerado?
      Porque eu já tentei várias formas, e sempre dá o mesmo erro, "Buildozer failed to execute the last command", só que tipo, até uns 4 meses atrás eu tava conseguindo converter, mas depois que apareceu esse erro, não consegui mais converter nada.
      (Edit) Eu consegui importar o apk, mas ele tá dando o mesmo erro que o seu. Acho que é alguma parte do buildozer.spec que tá dando essa falha.
      Se conseguir resolver, me diz aê man

    • @leandronascimentoferreira5192
      @leandronascimentoferreira5192 Год назад

      @@carlosboy3078 Cara, eu estava com esse problema aí
      Eu fiz esses comandos e resolveu
      !pip install cython==0.29.21
      !sudo apt-get install libtool

    • @ronny_gujjar
      @ronny_gujjar Год назад

      @@leandronascimentoferreira5192 bro tab apk chala ya nhi ya vo same problem dikha rha hai

  • @human-qo7xf2tk3i
    @human-qo7xf2tk3i 10 месяцев назад

    I got the same problem even though I !pip install cython==0.29.21. Is there any ways?

  • @m.dharun4759
    @m.dharun4759 Год назад

    Brother it Isn't working. I read your comments still same problem. The log says some error with pyjineus. Plz help. I'm stuck for 1 month. Plz

    • @HaggaiOdanga
      @HaggaiOdanga  Год назад

      okay ill try to compile an application and see

    • @ShashankDAV
      @ShashankDAV 3 месяца назад

      ​@@HaggaiOdangaI've been trying to make an apk for last few months but it always gives error
      "error: command '/root/.buildozer/android/ platform/android-ndk-r25b/toolchains/llvm/ prebuilt/linux-x86_64/bin/clang' failed with exit code 1" this is the error
      I have made some apks and when I paste exact same files and code of that apk in Google collab it gives error
      I'm not able to understand why is this happening? Could you please help me?

  • @squeakykleen2176
    @squeakykleen2176 Год назад

    Hi again, good news this time. I started with a small hello app in kivy and then kivymd. And used the same to build my app and it wasn't working. I started removing what I thought was a problem like the logo .png. No difference. Then I removed MDToolbar and it worked.

  • @squeakykleen2176
    @squeakykleen2176 Год назад +1

    Hi, @HaggaiOdanga thanks for the video. I was working on it for last 3 days. After sudo apt-get install libtool the apk was created. It does not run on my mobile yet. I will have to look into that. It took 40 minutes to build the apk.

    • @osamaabdelmohsen5729
      @osamaabdelmohsen5729 Год назад

      +1 😥😥

    • @osamaabdelmohsen5729
      @osamaabdelmohsen5729 Год назад

      stackoverflow.com/questions/72924774/why-my-kivymd-app-crashes-on-startup-after-converting-to-android try this

    • @squeakykleen2176
      @squeakykleen2176 Год назад

      Apk was made but it does not work. It shows loading and then shuts down.

    • @HaggaiOdanga
      @HaggaiOdanga  Год назад

      Try again... I tried twice and it worked the second time

    • @ronny_gujjar
      @ronny_gujjar Год назад

      @@squeakykleen2176 same issue bro if you find any solution then please tell me immediately

  • @ayushgupta750
    @ayushgupta750 9 месяцев назад +1

    sir my problem is not solved it is further gave error and this video not help me😭😭

    • @HaggaiOdanga
      @HaggaiOdanga  9 месяцев назад

      When i complile an app it works i don't know how it doesn't on your end. Send me an email so with your python and kivy code and ill combine it for you for a small fee

    • @ayushgupta750
      @ayushgupta750 9 месяцев назад

      @@HaggaiOdanga what's your email I'd

  • @aartimalvi943
    @aartimalvi943 2 месяца назад

    what about ubuntu commands

    • @HaggaiOdanga
      @HaggaiOdanga  2 месяца назад

      Those are ubuntu commands. Colab is a just a limux server

  • @h_t_t_p_s_g_h_o_s_t
    @h_t_t_p_s_g_h_o_s_t 4 месяца назад +1

    I did everything and I get the same error. Could Kivy not support the libraries I use?

    • @HaggaiOdanga
      @HaggaiOdanga  4 месяца назад

      check my other video on FIXING all buildozer errors 2024

  • @daylon907
    @daylon907 7 месяцев назад

    I tried but no good results, i will try your most recent tutorial tomorrow, hope i can do it, thanks for the vid though

    • @HaggaiOdanga
      @HaggaiOdanga  7 месяцев назад

      the newer will work for you

  • @leandronascimentoferreira5192
    @leandronascimentoferreira5192 Год назад

    hellow from BRASILLLL
    THANK YOUUUUUUU, YOU SAVE ME

  • @eyuelfisiha-pt2pc
    @eyuelfisiha-pt2pc 10 месяцев назад

    Thank you very much

    • @HaggaiOdanga
      @HaggaiOdanga  10 месяцев назад

      subscribe or super thanks 😉🙏

  • @rdxlakshgaming
    @rdxlakshgaming Год назад

    Not Working Bro

    • @HaggaiOdanga
      @HaggaiOdanga  Год назад +1

      Have you read the comments?, i offered a solution there, try compiling twice. i regularly compile apps and its fails first time

  • @sailakshmi7598
    @sailakshmi7598 9 месяцев назад

    i am still facing the same issue. Comments also didn't helped me.Help me anyone

    • @HaggaiOdanga
      @HaggaiOdanga  9 месяцев назад

      its working on my end ,,have you checked the reply on your pinned comment

  • @riccardozappitelli450
    @riccardozappitelli450 Год назад

    thank you, it works

  • @mateusbatista7768
    @mateusbatista7768 11 месяцев назад

    this error persists

    • @HaggaiOdanga
      @HaggaiOdanga  11 месяцев назад

      have you read all comments?

  • @rusensarac6217
    @rusensarac6217 Год назад +1

    Unknown command/target andorid

  • @akusins
    @akusins 10 месяцев назад

    I came with hope but unlucky, all steps in video and comments didn`t help me. 😪

  • @kimdamiTung
    @kimdamiTung 6 месяцев назад +1

    thanks bro, but had this error and wrote the same letter as you, but still got the error

    • @HaggaiOdanga
      @HaggaiOdanga  6 месяцев назад

      Check my latest video on fixing all buildozer errors 2024.. Check comments for link

  • @ronny_gujjar
    @ronny_gujjar Год назад

    Not working bro