You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: