I installed in Anaconda the tk package which is 8.6.10. I run Python 3.8.5 When I run within Spyder IDE the simple script
import tkinter as tk win = tk.Tk() <