transifex / transifex-client

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

Install from source not installing the latest version in Python 3.9 #311

Closed boda-sh closed 2 years ago

boda-sh commented 3 years ago

When I did

git clone https://github.com/transifex/transifex-client.git
cd transifex-client
python setup.py install

The installed version is 0.12.5?

tx --version
# 0.12.5, py 3.9, x86_64

which tx
/Users/boda/.pyenv/shims/tx

macOS Catalina (10.15.7), Python 3.9 with pyenv

===

But if I switch to Python 3.8.6

pyenv global 3.8.6

python setup.py install

it works and installs the latest version

tx --version
# 0.14.2, py 3.8, x86_64
pankav commented 2 years ago

Hello,

I would like to follow up on our last email, and offer you an alternative solution to download our new Tx Client created with the Go Language. More information about this you can find here.

Hope you find this helpful.

Kind regards, Panagiotis

boda-sh commented 2 years ago

Thanks, will give the new CLI a try and raise any further issues separately