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
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
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??
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?
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?
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.
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
@@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
@@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.
@@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
@@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
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?
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
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
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!
@@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?
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
*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!♥
if "pip install kivy[full]" gives an error try "python -m pip install kivy[full]" instead. spent 5 hours fiending this out....
your a life saver
tysm for your sacrifices
Yes i had spend 10 days figuring that out before seeing your comment
@@EthanActs im glad it helped you. just remember, help others like you have been helped
@@lefront4674 tysm bro
try pip install "kivy[full]" (in quotes)
i watched many tutorials for installing Kivy, and also checked many articles, and to be honest, this is the best. you should never stop. 👍👍👍
she´s very good!!
your videos are so simple to understand steps. thanks a lot
أعجبني صوتك وشرحك وفقك الله يا أختي
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.
Danke!
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
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?
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
nice to hear you have been learning kivy! Good look in your journey!
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??
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
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?
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?
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.
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
How can we install kivy in the new version of python 3.11 ??
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
@@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
@@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.
@@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
@@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
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
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?
Awesome tutorial, thanks for your work and for making a tutorial for the kivy communidy!
i ran the command, and it says the term pip is not recognized, im using vs code, what do i do??
Thanks for the video. I installed kivy[full] and the library is still not working
pip install kivy[full] doesn't work on Mac
What worked is: pip install kivymd
Can help me to install kivy
While install install kivy some error occurs
Your way of explaining things is very good, thank you very much.
I keep getting an eror that could not be resolved when trying to use kivy. Any ideas?
do you still need help?
Still it's shows problem while import
I have finally been able to get this working thanks to this excellent video
What's your Python version? bc I got a lot of errors
Yes me too have you fixed it yet or figured it out yet? I need help
you´ve helped me a lot, thanks so much!
Lovely, your English is stabable for every person from begginers to professionals
i am getting below error.
"[CRITICAL] [App ] Unable to get a Window, abort."
Great video. Thank you very much
Nice video but I can't import after Installed I don't know why, can you help me;
Hi there, I finally fix the problem, 'Wrong typing'.
Thank you!
NameError: name 'BasicApp' is not defined
pip subprocess to install build dependencies did not run successfully
Same, what is the solution ?
I have 3.7 version of pycharm and whenever i try to install kivy error occurred please help me
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
I have problem dear
This is the error I got:
From line 2:
Kivy.uix.label import lable
Not found
same problem! please help me if you've figured it out. thank youuu
thank you it was helpful to me
Where are you new videos? Have you given up making RUclips videos?
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
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!
@@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?
@@Eva-ye7dn nope they won't let you use any of the previous downloads
Thanks for the easy and great Tut! so Good
Is it work on pycharm 😏😏😏
Girl, thank you so much!
so good!
To the point and precise😍
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
thank you so much you helped me
Thank You For Help ❤
You're the best!
Thankyou very much
next video ?????
*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!♥
Thanks
keep going please
thanks a million
isn't working
Thanks, tech
thanks
thanks