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
When I try to package argostranslate in a package that also uses spacy and whisper, this causes certain dependency resolvers (uv) to fail to be able to find a compatible version of ctranslate2.
I've tracked this down to this line in the 1.9.6 requirements file:stanza==1.1.1
I see from looking through the commits that stanza 1.1.1 was originally required due to certain languages being broken but it seems to have been resolved a few months ago. Is there a possibility that a 1.9.7 build could be released based upon those commits or are there other issues that would block this?
My solution has been to build the git version and upload that to pypi to use as the dependency(argos-spacy-compatibility) but that's obviously not ideal!
Thanks for your work on this project, it's much appreciated :)
The text was updated successfully, but these errors were encountered:
When I try to package argostranslate in a package that also uses spacy and whisper, this causes certain dependency resolvers (uv) to fail to be able to find a compatible version of ctranslate2.
I've tracked this down to this line in the 1.9.6 requirements file:
stanza==1.1.1
I see from looking through the commits that stanza 1.1.1 was originally required due to certain languages being broken but it seems to have been resolved a few months ago. Is there a possibility that a 1.9.7 build could be released based upon those commits or are there other issues that would block this?
My solution has been to build the git version and upload that to pypi to use as the dependency(
argos-spacy-compatibility
) but that's obviously not ideal!Thanks for your work on this project, it's much appreciated :)
The text was updated successfully, but these errors were encountered: