When I try to install tinter from the command line with the command > pip install tkinter < I get always the error:
Could not find a version that satisfies the requirement tkinter (from versions: ) No matching distribution found for tkinter <
The same result with >pip3 install tkinter< I'm using Python 3.6 on Mac OS10.13.3
Any solutions? Thank you!