-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.10 support #332
Comments
Hello @m-aciek , Thank you for your comment. In order to understand better your case, could you please share with us more details because, I am not sure if I understood clear what do you mean. For example, You wrote "the latest releases of the project " and I believe you are referring to TX Client, but I am not sure where you are referring with the following one " Latest project version that claims to support it is 0.12.5, which has different API from current versions." ? Looking forward to your response. |
Hello @pankav, thank you for your response. In Python 3.10 environment, running Kind regards, |
Hello @m-aciek, Let me chime in here since @pankav is out of the office. Command 1 Let me know if you encounter any issues:) |
@transifexGithub the Python you are using is Python 3.9 as outputted by |
Hello @terencehonles, Thanks for your response, I. just upgraded my python version to 3.10 and installed CLI successfully, Am I missing something ?, Could you elaborate the scenario ? MacBook-Air-de-Cesar:~ cesargarcia$ tx --version Best Regards |
@transifexGithub you actually installed an old version of the transifex client before Python was restricted to a specific version. Currently (on the latest version 0.14.3) it's Python < 3.10 Line 27 in 6df9dce
python_requires Lines 14 to 43 in 5a0336e
The exact error others will be getting is:
|
@transifexGithub / @pankav any chance this can get looked at? |
@terencehonles, Perhaps this is related to your pip/python config as I just tried to install the same version through pip and it worked! |
@transifexGithub you are now using Python 3.9 again. You need to use Python 3.10 and check that you can install something newer than |
Any update from Python 3.10 support? |
@noliveleger might be worth to upgrade to the new client instead of waiting for this to get fixed (if it ever happens) |
Hi all, As it was officially announced (you can find more info here: https://community.transifex.com/t/postponing-api-2-0-2-5-and-transifex-client-sunset-date/2759), the sunset of the deprecated Transifex client has been scheduled for Nov 30, 2022. We are not planning any further improvements there so as @goapunk said above, upgrading to the new cli (https://developers.transifex.com/docs/cli) is what we also highly recommend. For any further assistance, feel free to reach out to us at [email protected]. |
The latest releases of the project don't support Python 3.10. Latest project version that claims to support it is 0.12.5, which has different API from current versions.
For me it breaks on
tx pull
with:https://github.com/python/python-docs-pl/runs/3990248624
The text was updated successfully, but these errors were encountered: