How to fix error in vscode of “kivy.uix.label” could not be resolved

This error can be overcome by selecting the right python environment by clicking next to Python in the status bar of vscode. The Python application was running the global python environment where kivy was not installed. After changing to pipenv of the project as per image below in vscode, it worked.

Leave a comment