GRAAL-Research / deepparse

Deepparse is a state-of-the-art library for parsing multinational street addresses using deep learning

Home Page:https://deepparse.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Pip install fails : still try to install fasttext

HayatoSempai opened this issue · comments

Hello,

I am trying to install deepparse last version (0.9.7) but it still tries to install fasttext. The install fails because of this MR context : #195.
But when I launch pip install deepparse it fails because it installs fasttext.

I have seen that in https://github.com/GRAAL-Research/deepparse/blob/main/setup.py we can see that
install_requires=[ "numpy", "torch", "bpemb", "gensim>=4.0.0", "requests", "fasttext", "pymagnitude-light", "poutyne", "pandas", "urllib3", ],
Is it possible to replace fasttext with fasttext-wheel ?

Thanks

Desktop (please complete the following information):

  • OS: Mac
  • Version M1 Pro

Thank you for you interest in improving Deepparse.

You are right, I forgot to update the setup.py install_requirements.

Fixed in 0.9.8.