I have a macbook running OS X 10.14.6, Python 3.7.3.
When I try run interactive installer from NLTK python package, following the steps from: http://www.nltk.org/data.html in my terminal, after
>> nltk.download()
Instead of opening NLTK Downloader in a new window, I get logged out (ok, i assume something related to GUI crashes at this point). There is a hack to run
nltk.download_shell()
instead, as it will not try to open GUI installer, but I still want to figure out why GUI won't work for me. Any suggestions would be appreciated!