snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.88k stars 515 forks source link

Can't download resources (or how to install resources manually) #911

Open mj321 opened 1 year ago

mj321 commented 1 year ago
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?