-
Notifications
You must be signed in to change notification settings - Fork 278
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
Wrong blis version on Termux #924
Comments
|
Upon a forced reinstall, I have had a deja vu, so looked up my own solution. ;). This is what happens IRL, same Termux:
But:
Root cause the same as above. One needs to git clone yours and tinker with the blis versions. (It works fine with the newest here.)
|
A quick aide-memoire: |
Versions with updated pins have now been released. |
Uhm, works fine now via basic pip. |
When installing spacy on Termux, the dependencies chain kept failing with your thinc.
When looking closer :
i realzed that it is because of the too strict version of blis in your requirements.
This blis installs "natively" in Termux:
Advice: be less restrictive in these.
Ref.
The text was updated successfully, but these errors were encountered: