我通过几个步骤下载并安装了transifex,但我总是得到Error cannot import name six
:
apt-get install python-dev
apt-get install gcc make
install python python-setuptools python-imaging
easy_install transifex
easy_install pip
pip install django-celery
如何在没有错误的情况下运行transifex?
答案 0 :(得分:1)
我遇到了同样的问题。在我的情况下,有一些不需要的库浮动,阻碍了它,并sudo apt autoremove
修复了它。我也错过了urllib3.exceptions
,我使用pip install urllib3
安装了该文件。