Install & Setup Kivy + Create your first Kivy App with Python [for beginners]

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

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

  • @lefront4674
    @lefront4674 10 месяцев назад +26

    if "pip install kivy[full]" gives an error try "python -m pip install kivy[full]" instead. spent 5 hours fiending this out....

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

      your a life saver
      tysm for your sacrifices

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

      Yes i had spend 10 days figuring that out before seeing your comment

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

      @@EthanActs im glad it helped you. just remember, help others like you have been helped

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

      @@lefront4674 tysm bro

    • @pulkitdhingra6474
      @pulkitdhingra6474 Месяц назад

      try pip install "kivy[full]" (in quotes)

  • @english-voicelearn
    @english-voicelearn Год назад +10

    i watched many tutorials for installing Kivy, and also checked many articles, and to be honest, this is the best. you should never stop. 👍👍👍

  • @Aditya_xm3
    @Aditya_xm3 Месяц назад

    your videos are so simple to understand steps. thanks a lot

  • @3boss677
    @3boss677 8 месяцев назад +2

    أعجبني صوتك وشرحك وفقك الله يا أختي

  • @edvindrag5265
    @edvindrag5265 5 месяцев назад

    You're a godsend, couple of days searching how to get kivy on vscode and another how to run it. You managed it all in 8 minutes.

  • @bectaxigmbh1543
    @bectaxigmbh1543 11 месяцев назад +1

    Danke!

  • @SierraUtych-s4o
    @SierraUtych-s4o 3 месяца назад

    I have installed Kivy and KivyMD, on a Mac. I have App, Builder, ScreenManager, MDList, OneLineListItem, ThemableBehavior all greyed out (is not accessed Pylance) this is for my second project and I am desperate to get something to work, I purchased a new computer because my other one was too old and now I still can't get anything to work. Can you please tell me how I can import this stuff so this isn't wasted

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

    It show me in the end:
    error could not build wheels for kivy which is required to install pyproject.toml-based projects
    What should i do?

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

    surprise, surprise, i installed kivy on my raspberry pi, it all worked, very nice, i hope you continue creating kivy videos, it is very difficult to find a creator that explains concepts clearly

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

      nice to hear you have been learning kivy! Good look in your journey!

  • @tupletech9258
    @tupletech9258 Год назад +2

    Hi
    I have done all things as you explain but at last stage in vs code out screen is not showing only output showing runtime 1.704 sec.
    Can you please help and explain about problem??

    • @leg398
      @leg398 5 месяцев назад

      HI, did u solve the problem, i also follow the instruction but they show me no result, only show the run time :c I don't know what to do

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

    Hey Hala. Thank you for this amazing demonstration.
    Well, I tried executing a code but my terminal displays the following error:
    [CRITICAL] [App ] Unable to get a Window, abort.
    Could you please suggest any possible fixes?

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

    Hi, I got a problem that I try to install Kivy in Thonny, the IDE of python. After installed, and try to run you example program, but it doesn't work! Is there any wrong in installing Kivy on Thonny?

  • @Fuscia-o7l
    @Fuscia-o7l 4 месяца назад

    youtube tutorial if you are going to run a command that installs something, then please tell us what it is you have installed that lets that command run. im getting errors, and im pretty sure its bc i dont have something installed that you apparently have.

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

    Thank you for much, I have had a tough 1 hour trying to install kivy, all I had to is add 'full" haha! thanks alot

  • @ENGSajad-ze8gy
    @ENGSajad-ze8gy 2 года назад +7

    How can we install kivy in the new version of python 3.11 ??

    • @char7283
      @char7283 2 года назад +3

      It doesn't support it yet as of today. You can download 3.10 and it will download. Hope this helps. Im also on windows. I downloaded it with terminal by pressing windows key + r
      Type cmd
      Should pop up something like C:\Users\(the users name)>
      From here type pip install kivy[full]
      I hope this helps

    • @HURRY-UP-N-BUY
      @HURRY-UP-N-BUY Год назад +1

      @@char7283 big did this help,I'm having the same issue,I wonder if Developers are aware of this I'm using windows as well,did you fix your issue I need help asap,Thanks

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

      @@HURRY-UP-N-BUY yea I just downloaded the latest version that worked on windows. If you go to documentation on their website scroll down to installation. It will tell you what version works with it. I'll find and post the link here. One sec.

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

      @@HURRY-UP-N-BUY Installation for Kivy version 2.1.0. Read the changelog here. For other Kivy versions, select the documentation from the dropdown on the top left.
      Kivy 2.1.0 officially supports Python versions 3.7 - 3.10

    • @HURRY-UP-N-BUY
      @HURRY-UP-N-BUY Год назад

      @@char7283 yeah I'm having a major issue, first I was getting a pip error,I cleared cached,not I'm getting a error it won't even show the the libraries when I go to search and type in kivy in the search bar in python,I wa getting I needed to up grade to 23.1.0 or something ,IL give it a other shot n lost exa what the code is saying ,so you can help I appreciate it

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

    when i try and install it i get this message:
    The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program

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

    I'm a new beginner with Python and this is a great tutorial, but I get this error:
    NameError: name 'BasicApp' is not defined
    I entered the text just as you instructed, but I noticed "class" is blue and not magenta in VS.
    Any ideas?

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

    Awesome tutorial, thanks for your work and for making a tutorial for the kivy communidy!

  • @Fuscia-o7l
    @Fuscia-o7l 4 месяца назад

    i ran the command, and it says the term pip is not recognized, im using vs code, what do i do??

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

    Thanks for the video. I installed kivy[full] and the library is still not working

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

    pip install kivy[full] doesn't work on Mac
    What worked is: pip install kivymd

  • @Rohith-fy4zh
    @Rohith-fy4zh 11 месяцев назад

    Can help me to install kivy
    While install install kivy some error occurs

  • @AdriánAmador-k5f
    @AdriánAmador-k5f Год назад

    Your way of explaining things is very good, thank you very much.

  • @emmakafka7060
    @emmakafka7060 2 года назад +1

    I keep getting an eror that could not be resolved when trying to use kivy. Any ideas?

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

    Still it's shows problem while import

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

    I have finally been able to get this working thanks to this excellent video

  • @yesabellaapaza2466
    @yesabellaapaza2466 2 года назад +1

    What's your Python version? bc I got a lot of errors

    • @HURRY-UP-N-BUY
      @HURRY-UP-N-BUY Год назад

      Yes me too have you fixed it yet or figured it out yet? I need help

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

    you´ve helped me a lot, thanks so much!

  • @svgcrtns444
    @svgcrtns444 2 года назад

    Lovely, your English is stabable for every person from begginers to professionals

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

    i am getting below error.
    "[CRITICAL] [App ] Unable to get a Window, abort."

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

    Great video. Thank you very much

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

    Nice video but I can't import after Installed I don't know why, can you help me;

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

    Hi there, I finally fix the problem, 'Wrong typing'.
    Thank you!

  • @DennisandGlendaJohnson
    @DennisandGlendaJohnson Год назад +2

    NameError: name 'BasicApp' is not defined

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

    pip subprocess to install build dependencies did not run successfully

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

      Same, what is the solution ?

  • @aifalam8720
    @aifalam8720 2 года назад

    I have 3.7 version of pycharm and whenever i try to install kivy error occurred please help me

    • @HURRY-UP-N-BUY
      @HURRY-UP-N-BUY Год назад

      Hey have you fixed the error yet I keep getting the same issue,I'm. Thinking about screen Shotting my error and send it directly to Kivyemail and see if Deb can help me

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

    I have problem dear
    This is the error I got:
    From line 2:
    Kivy.uix.label import lable
    Not found

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

      same problem! please help me if you've figured it out. thank youuu

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

    thank you it was helpful to me

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

    Where are you new videos? Have you given up making RUclips videos?

  • @HURRY-UP-N-BUY
    @HURRY-UP-N-BUY Год назад

    Can anyone help me I keep getting this crazy error ,its telin me to upgrade to latest version in command but when I do it it's not working I have tried everything if any one had this issue before and fixed it please respond to me so you can help me out Please Please Thanks

    • @Eva-ye7dn
      @Eva-ye7dn Год назад +1

      Hello I'm not sure if it's the same but I had to uninstall python and reinstall a less recent version. Anything 3.10 and previous is supposed to be safe but I'm running it on 3.7.9 and it is working. Goodluck!

    • @HURRY-UP-N-BUY
      @HURRY-UP-N-BUY Год назад

      @@Eva-ye7dn thx for you reply I will try and use that version,please standby in the future for response also did you need to install kivyMD too or just regular kivy?

    • @HURRY-UP-N-BUY
      @HURRY-UP-N-BUY Год назад

      @@Eva-ye7dn nope they won't let you use any of the previous downloads

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

    Thanks for the easy and great Tut! so Good

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

    Is it work on pycharm 😏😏😏

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

    Girl, thank you so much!

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

    so good!

  • @lincolng650
    @lincolng650 2 года назад +1

    To the point and precise😍

  • @mando1570
    @mando1570 16 дней назад

    for whos who cant install it or they get error you should have python from 3.7 to 3.10 because kivy only supported on these version only until this comment date

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

    thank you so much you helped me

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

    Thank You For Help ❤

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

    You're the best!

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

    Thankyou very much

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

    next video ?????

  • @aldo_elysio1335
    @aldo_elysio1335 Год назад +2

    *seeing a woman doing a really GOOD installation tutorial that helped you install what you've been trying to install for days fills your determination!♥

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

    Thanks

  • @mohamedajmi8727
    @mohamedajmi8727 2 года назад

    keep going please

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

    thanks a million

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

    isn't working

  • @svgcrtns444
    @svgcrtns444 2 года назад

    Thanks, tech

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

    thanks

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

    thanks