Install kivy on python 3.8. All Error. Choose Python 3.7 version for best experience
Today i have install kivy on my python 3.8.
Yeah really, as you know I Face with error Sit... And the Problem And Solution Is Link
Finally I have Solve This Problem And I Install Python Version 2.7. With kivy by simple using pip command.
but again middle of studding kivy I know about KivyMd yes it's new packages and it's again got error.
So Question is: How i have solve this problem.
simply by updating my python version 3.7 because in My laptop install with python 2.7 not support kivy
after install kivymd Successfully,
I created my first program with file name kivymd.py and write following code in my program.
Code: -->
from kivymd.app import MDApp
class MainApp(MDApp):
def build(self):
return
MainApp().run()
After runnig this code, i meet with error
ModuleNotFoundError: No Module Named 'kivymd.app'; 'kivymd' is not a package
Now I have solve this By renaming File Name kivymd.py To main.py, first.py or Example.py.
Note :-->
If You want to write error free with module error don't write file name as you package name in python like kivy is package so file name is kivy.py
Conclusion
Finally I Want to say to You.
Please, Install Python 3.7 for better experience. Because every package working perfectly with this.