kerighan / eldar

Boolean text search in Python
MIT License
44 stars 9 forks source link

Dependency unidecode missing from setup.py #25

Open cipheredyt opened 1 year ago

cipheredyt commented 1 year ago

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.

jangboolee commented 7 months 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