Why is there no tkinter distribution found?

前端 未结 8 738
一个人的身影
一个人的身影 2020-12-30 19:17

I am having a problem during the installation of tkinter. I have version 2.7.11. I entered the pip install tkinter on dos but it shows the following message:

8条回答
  •  萌比男神i
    2020-12-30 19:59

    to find your package run:

    sudo yum search python|grep tk

    mine was:

    yum install python3-tkinter.x86_64

提交回复
热议问题