Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install tkinter for Python on Mac? [duplicate]

Tags:

python

tkinter

So I posted this error on a Facebook group, they said I should get pip. I installed pip, when I am wanting to install tkinter it's giving me error:

I used this command first :

sudo pip install tkinter

.
.
.
error:

ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none)
ERROR: No matching distribution found for tkinter
like image 270
AndiiCodes Avatar asked Dec 02 '25 02:12

AndiiCodes


1 Answers

After a day of headache, this worked for me:

$ brew install python-tk
like image 166
subtleseeker Avatar answered Dec 03 '25 19:12

subtleseeker