Quiero usar la librería tkinter GUI con python3 y Catalina 10.15.1, pero me sale un aviso de deprecación.
% python3
Python 3.7.4 (default, Oct 26 2019, 09:13:24)
>>> import tkinter
>>> tkinter.Tk()
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
Miré esta respuesta pero brew install tcl-tk
y brew install python3
pero no ayudó.
¿Existe una forma sencilla de hacer que tkinter funcione, o se recomienda una biblioteca GUI diferente? (Me preocupa un poco que si empiezo a instalar nuevas versiones de Python, acabe rompiendo otras cosas).