Skip to content

Upgrade dependency on sentencepiece - #489

Merged
PJ-Finlay merged 1 commit into
argosopentech:masterfrom
BLKSerene:upgrade_sentencepiece
Sep 7, 2025
Merged

Upgrade dependency on sentencepiece#489
PJ-Finlay merged 1 commit into
argosopentech:masterfrom
BLKSerene:upgrade_sentencepiece

Conversation

@BLKSerene

Copy link
Copy Markdown
Contributor

Hi, sentencepiece 0.2.1 has just been released, so this PR upgrades the dependency on sentencepiece.

And to simplify future maintenance work, this PR also makes the version pin less stricter.

@rltgjqmcpgjadyd

Copy link
Copy Markdown

This PR needs to be merged to resolve this issue. #493

@LiJT

LiJT commented Sep 7, 2025

Copy link
Copy Markdown

Yes please!!!! ComfyUI newest 3.13 python need this PR so bad!!!!!!!!

@PJ-Finlay
PJ-Finlay merged commit 5022ec1 into argosopentech:master Sep 7, 2025
1 check passed
@bytimer

bytimer commented Sep 15, 2025

Copy link
Copy Markdown

I do this to solve it:
Download argostranslate-1.9.6-py3-none-any.whl from https://pypi.org/project/argostranslate/#files

install wheel
.\python_embeded\python.exe -m pip install wheel

unpack the .whl
\python_embeded\Scripts\wheel.exe unpack argostranslate-1.9.6-py3-none-any.whl

Edit : argostranslate-1.9.6\argostranslate-1.9.6.dist-info\METADATA
find : Requires-Dist: sentencepiece (==0.2.0)
modify : Requires-Dist: sentencepiece (>=0.2.0)

repack to .whl
cd argostranslate-1.9.6
\python_embeded\Scripts\wheel.exe pack .

now pip install the new .whl
.\python_embeded\python.exe -m pip install "O:\argostranslate-1.9.6-py3-none-any.whl"

all OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants