Open cipheredyt opened 1 year ago
Came to comment a similar missing dependency issue. I'm using the eldar-extended
fork of this repo (link), but the issues tab is not activated for the fork, so I'm commenting here.
In addition to unidecode
, there are other dependencies missing, so I needed to run the following command before importing the library: pip install unidecode numpy spacy
You need to add unidecode to setup.py/add unidecode as a dependency so it installs when users install eldar. Right now it does not install and eldar throws a "missing dependency" error.