Message from Python discussions

December 2018

— No i using mysql

— 

[root]# pip install tkinter
Collecting tkinter
Could not find a version that satisfies the requirement tkinter (from versions: )
No matching distribution found for tkinter
You are using pip version 18.0, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[root]#
should i use pip3 cause its tkinter of python3?
i dont have pip3..(should i install it how?)

— Tkinter (and, since Python 3.1, ttk) are included with all standard Python distributions

— Use c++

— ?

— What's OS you are using ?

— Linux

— Use package manager to install python3-tk package. then import them directly.

— Cmd?

— What's your Linux ? Ubuntu, Arch, Centos or something else ?

— Centos

— sudo yum install python3-tkinter