i had this problem aswell i found that if i used label.place(x,y,width,height) it places the label at the x y location at the size in pixels.
label.place(x = 20, y = 20, width = 100, height = 50)