transifex / transifex-client

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

No module named 'txclib' #315

Open laoneo opened 3 years ago

laoneo commented 3 years ago

When installing tx client on Ubuntu 20.04 with pip3 install transifex-client and then run tx pull, I'm getting he following error: Traceback (most recent call last):

  File "/home/docker/.local/bin/tx", line 5, in <module>
    from txclib.cmdline import main
ModuleNotFoundError: No module named 'txclib'
TakuSemba commented 3 years ago

I'm getting the same.