YEDDA
YEDDA copied to clipboard
Unable to select config on m1 Mac
~/src/YEDDA$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
~/src/YEDDA$ python --version
Python 3.8.10
~/src/YEDDA$ python YEDDA.py
YEDDA launched!
OS: Darwin
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.
I see a window with just 3 options: Recommend, Show Tags, and Colorful, of which the last one is unselected. I see no way to select a config or open a text file. Has the interface changed since Python 2.7? Is there a shortcut key to move past this screen?
Some random clicking on the window indicates that UI elements are there but just not visible. I tried switching to a light theme in the Mac settings but that didn't help.
Verified that python-tk, tcl-tk and tkmacosx-1.0.5 are installed.
+1. Meet the same issue.