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
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