transifex / transifex-client

The Transifex command-line tool.
https://www.transifex.com/
GNU General Public License v2.0
135 stars 75 forks source link

Unable to install transifex-client 0.13.10 #333

Open Jake-Mulhern opened 2 years ago

Jake-Mulhern commented 2 years ago

I am using python version 3.9.7 and attempting to install requirements for a project. However, when I attempt to install transifex-client==0.13.10 I get the following message.

ERROR: Could not find a version that satisfies the requirement transifex-client==0.13.10 (from versions: 0.1, 0.2, 0.2.1, 0.3, 0.4, 0.4.1, 0.5, 0.5.1, 0.5.2, 0.6, 0.6.1, 0.7, 0.7.2, 0.7.3, 0.8, 0.9, 0.9.1, 0.10, 0.11b0, 0.11b3, 0.11, 0.11.1b0, 0.12b0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.12.5, 0.14.0, 0.14.1, 0.14.2, 0.14.3)
ERROR: No matching distribution found for transifex-client==0.13.10

I get the same message whether running pip3 install -r requirements.txt or pip3 install transifex-client==0.13.10 Please assist.

transifexGithub commented 2 years ago

Hello @Jake-Mulhern,

Thank you for your comment, I apologize for the delay, Could you please try the following approach:?

Command 1 sudo pip3 install transifex-client Command 2 sudo pip3 install --upgrade transifex-client Command 3 tx --version 0.14.2, py 3.9, arm

Let me know if you encounter any issues:) Best Regards Cesar

Jake-Mulhern commented 2 years ago

Will this install version 0.13.10? I believe that I need that specific version for the project I am on.

transifexGithub commented 2 years ago

Hello @Jake-Mulhern ,

No, This will install our latest stable version, Is there any specific task you need to accomplish ? our latest versions should be able to perform the same actions then previous releases :)

Best Regards Cesar

Jake-Mulhern commented 2 years ago

I will check with the project manager and see! Thank you for the help!