Je veux utiliser la bibliothèque GUI tkinter avec python3 et Catalina 10.15.1, mais je reçois un avertissement de dépréciation.
% 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.
J'ai regardé cette réponse mais brew install tcl-tk
y brew install python3
mais cela n'a pas aidé.
Existe-t-il un moyen simple de faire fonctionner tkinter, ou est-il préférable d'utiliser une autre bibliothèque d'interface graphique ? (J'ai un peu peur que si je commence à installer de nouvelles versions de Python, je finisse par casser d'autres choses).