[Solved] ERROR: No matching distribution found for tkinter

problem:
	wk@ubuntu:~/pydir$ pip3 install tkinter
	ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none)
	ERROR: No matching distribution found for tkinter

solution:
	sudo apt-get install python3-tk

Read More: