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
fasttext is not installed correctly and errors out.
I tried installing it separately then running poetry with no luck.
After a bit of digging, it seems to be an issue linked directly to fasttext. (see poetry issue 6113)
I had remove poetry, reinstall it on version 1.1.14, then run poetry install. pip3 install -Iv poetry==1.1.14
Everything installs cleanly from that point on.
If you attempt to update poetry afterwards, you will not be able to run poetry install as it will again error out trying to update fasttext.
Suggestion (unless someone finds a fasttext fix):
Modify the README.md to say pip3 install -Iv poetry==1.1.14
The text was updated successfully, but these errors were encountered:
fasttext is not installed correctly and errors out.
I tried installing it separately then running poetry with no luck.
After a bit of digging, it seems to be an issue linked directly to fasttext. (see poetry issue 6113)
I had remove poetry, reinstall it on version 1.1.14, then run poetry install.
pip3 install -Iv poetry==1.1.14
Everything installs cleanly from that point on.
If you attempt to update poetry afterwards, you will not be able to run
poetry install
as it will again error out trying to update fasttext.Suggestion (unless someone finds a fasttext fix):
Modify the README.md to say
pip3 install -Iv poetry==1.1.14
The text was updated successfully, but these errors were encountered: