Skip to content
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

Unable to install transifex-client 0.13.10 #333

Open
Jake-Mulhern opened this issue Nov 3, 2021 · 4 comments
Open

Unable to install transifex-client 0.13.10 #333

Jake-Mulhern opened this issue Nov 3, 2021 · 4 comments

Comments

@Jake-Mulhern
Copy link

Jake-Mulhern commented Nov 3, 2021

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
Copy link

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
Copy link
Author

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

@transifexGithub
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants