You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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):
The text was updated successfully, but these errors were encountered: