python代码运行后出的结果,帮帮我

D:\python\python.exe C:\Users\86136\PycharmProjects\pythonProject\424.py
Traceback (most recent call last):
File "C:\Users\86136\PycharmProjects\pythonProject\424.py", line 3, in
from tkinter import *
File "D:\python\lib\tkinter_init_.py", line 36, in
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'

TK报错了,安装下就行。

用pip安装tkinter