Remova o elemento do pacote tknter

root = Tk()

btn = Button(root, text='Forget Me!').pack()
btn.pack_forget()
Giamblers