Closed jakunico closed 4 years ago
Hello
I would recommend the following installation method outlined in our documentation: https://docs.transifex.com/client/installing-the-client#installing-the-client-from-source
If that does not work, I would install in a virtual environment using the following commands:
$mkdir virtu_env_new
$ cd virtu_env_new/
$virtualenv venv --distribute
$virtualenv venv --distribute --system-site-packages
$source venv/bin/activate
$pip install transifex-client==0.13.8
Finally, check if the correct TX client version has been installed:
$ tx --version
If neither of these work then please let us know.
Kind Regards,
Anthony
Thanks Anthony, I was finally able to make it work by running:
$ sudo pip uninstall transifex-client
$ sudo -H pip install transifex-client
Hey, I'm attempting to install the Transifex client without luck. Here is the output of installing with
pip
:Then I tried using the sources as explained in your installation guide:
Then I run
tx --version
:I'm on
macOS 10.14.16
. Please advice