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 builtin entity.
Unfortunately executing that command fails, because the SSL certificate for snips.ai has expired, and even when ignoring that, the installation fails.
I was able to download snips_nlu_en-0.2.3.tar.gz and snips_nlu_city_en-0.2.0.tar.gz manually, and installed them both with "pip install archivename.tar.gz"
But the above error message persists. What did i miss?
Unfortunately executing that command fails, because the SSL certificate for snips.ai has expired, and even when ignoring that, the installation fails.
I was able to download snips_nlu_en-0.2.3.tar.gz and snips_nlu_city_en-0.2.0.tar.gz manually, and installed them both with "pip install archivename.tar.gz"
But the above error message persists. What did i miss?