argos-translate
argos-translate copied to clipboard
Python 3.11 - pip runs into an error
I've tried to install with "pip install argostranslate" unter Python 3.11. It runs into an error. Retried it with 3.10 -> everything works fine.
I've tried to install with "pip install argostranslate" unter Python 3.11. It runs into an error. Retried it with 3.10 -> everything works fine.
Thanks! Installing Python 3.10 solved the problem for me
The same happened for me with Python 3.12. The error occurred when collecting sentencepiece and it said "Getting requirements to build wheel did not run successfully".
With Python 3.9 the pip install worked fine.