Hello I know this question has been asked multiple times , but I am still having problem , I have tried all the solution in the other threads but it isn't working for me.
I have error when I run my python file
"No module named Kivy "
I have also set the path of the kivy correctly . Still the error persist .
Things I have tried :
ModuleNotFoundError: No module named kivy.app in Python
Trying to run KIVY, for the first time
No module named 'Kivy' even though I installed it
My code:
from kivy.app import App
from kivy.uix.widget import Widget
from kivy.uix.button import Button
from kivy.graphics import Color, Ellipse, Line
from kivy.config import Config
from kivy.properties import NumericProperty, ReferenceListProperty, ObjectProperty
from kivy.vector import Vector
from kivy.clock import Clock