GRAAL-Research / deepparse

Deepparse is a state-of-the-art library for parsing multinational street addresses using deep learning
https://deepparse.org/
GNU Lesser General Public License v3.0
299 stars 30 forks source link

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

Closed HayatoSempai closed 1 year ago

HayatoSempai commented 1 year ago

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 : https://github.com/GRAAL-Research/deepparse/pull/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):

github-actions[bot] commented 1 year ago

Thank you for you interest in improving Deepparse.

davebulaval commented 1 year ago

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

Fixed in 0.9.8.