You are not logged in.
Pages: 1
Hello!
I cannot find a way to install tkinter. It should be easy but it's like it cannot be found with pacman
pacman -Ss tkinter
pacman -Ss Tkinter
pacman -Ss python-tk
pacman -Ss python-tkinter
pacman -S python3-tk
error: target not found: python3-tk
pip install tkinter
ERROR: No matching distribution found for tkinterAll of the commands I tried make me think that tkinter does not exist at all
What am I missing?
Thank you!
Last edited by archsavedme (2022-06-16 07:42:29)
Offline
tkinter is part of the base python package. Read the optional dependencies of python.
pacman -Qi python
pacman -Ql python | grep tkinterLast edited by V1del (2022-06-16 07:46:07)
Offline
There is nothing to install. Tkinter is a built-in module in Python.
Offline
Pages: 1