jiesutd / YEDDA

YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.
Apache License 2.0
1.02k stars 297 forks source link

Unable to select config on m1 Mac #52

Open rxjx opened 2 years ago

rxjx commented 2 years ago
~/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?

rxjx commented 2 years ago

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.

rxjx commented 2 years ago

Verified that python-tk, tcl-tk and tkmacosx-1.0.5 are installed.

TianyiLu commented 11 months ago

+1. Meet the same issue.