When I try to use nltk.download(), I get a certificate error. SSL: CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate.
This problem can be solved by running
sudo /Applications/Python\ 3.7/Install\ Certificates.command
-- pip install --upgrade certifi
Best, Thomas