I'm following helloworld example using Guizero from https://lawsie.github.io/guizero/ Below codes
from guizero import App
app = App(title="Hello world")
app.display()
If I run from the terminal runs fine. But if I run from VSCode I'm getting below error:
tkinter did not import successfully. Please check your setup.