Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
HayatoSempai opened this issue May 24, 2023 · 2 comments
Closed

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

HayatoSempai opened this issue May 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@HayatoSempai
Copy link
Contributor

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
@HayatoSempai HayatoSempai added the bug Something isn't working label May 24, 2023
@github-actions
Copy link

Thank you for you interest in improving Deepparse.

@davebulaval
Copy link
Collaborator

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

Fixed in 0.9.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants