The Bug
I seem to be getting a bad handshake error while trying to download the built-in entities.
SLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)"),))
To Reproduce
The error comes up when trying to parse input, and then an error occurs saying
"FileNotFoundError: No data found for the 'snips/city' builtin entity in language 'en'. You must download the corresponding resources by running 'python -m snips_nlu download-entity snips/city en' before you can use this built-in entity."
Then when trying to download the SSL Bad Handshake error occurs
If successful, the command should download and link the built-in entities, but I see no documentation about it and very little help online.
Environment:
- OS: Mac OSX
- Python version: 3.6.10 :: Anaconda, Inc.
- snips-nlu version: 0.20.2