how fix this problem in vscode, i can't run my program because is can't founding kivy module (Windows ) i installed kivy

Viewed 33
from kivy.app import app

class TheLabApp(App):
    pass


TheLabApp().run()

I get the error report:

ModuleNotFoundError: No module named 'kivy'

0 Answers
Related