Skip to content

Error when trying to download 'fr_dep_news_trf' #7361

Discussion options

You must be logged in to vote

Hi, this error is that it's failing to compile sentencepiece, because the sdist for the required version is broken (it doesn't include the necessary source code). The required version, v0.1.91, was released before python 3.9 came out, so it doesn't have precompiled binary wheels through pip. I think the easiest solution is use python 3.8 instead, where there should be a binary wheel available.

Alternatively, if you'd like to continue using python 3.9 and you're comfortable compiling things, you can clone the github repo (https://github.com/google/sentencepiece), check out v0.1.91 and follow the instructions in the README: https://github.com/google/sentencepiece/tree/v0.1.91#installation. …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ines
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
2 participants
Converted from issue

This discussion was converted from issue #6969 on March 09, 2021 13:21.