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
The default python3 on my system is 3.11.2 for which sentencepiecedoes not install.
Where Python toolchains in general seem fragile to minor version differences, specifying the exact expected Python version for newcomers (like me) will reduce frustration and make this work more accessible.
Specifying python3.9 on CLI worked for me; unsure if this was the intended version.
The text was updated successfully, but these errors were encountered:
It's because the sentencepiece devs are stupid (Affectionate) and do not publish the needed build files to pypi. You have to use a version with a wheel, which for Windows on x86_64, is Python 3.10. You can see all the available wheels here, under "Built Distributions"
The default
python3
on my system is3.11.2
for whichsentencepiece
does not install.Where Python toolchains in general seem fragile to minor version differences, specifying the exact expected Python version for newcomers (like me) will reduce frustration and make this work more accessible.
Specifying
python3.9
on CLI worked for me; unsure if this was the intended version.The text was updated successfully, but these errors were encountered: