zhongbiaodev / py-mysql-elasticsearch-sync

MySQL to Elasticsearch sync tool, written in Python.
MIT License
178 stars 54 forks source link

can't install #9

Open dcboy opened 8 years ago

dcboy commented 8 years ago

pip -vv install py-mysql-elasticsearch-sync You are using pip version 7.1.0, however version 8.1.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Collecting py-mysql-elasticsearch-sync Getting page http://mirrors.aliyun.com/pypi/simple/py-mysql-elasticsearch-sync/ Starting new HTTP connection (1): mirrors.aliyun.com "GET /pypi/simple/py-mysql-elasticsearch-sync/ HTTP/1.1" 200 None 1 location(s) to search for versions of py-mysql-elasticsearch-sync:

zjutsuper commented 8 years ago

I have also the same problem with you !!

Collecting py-mysql-elasticsearch-sync Using cached py-mysql-elasticsearch-sync-0.3.4.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-iGRbYP/py-mysql-elasticsearch-sync/setup.py", line 2, in import es_sync File "/tmp/pip-build-iGRbYP/py-mysql-elasticsearch-sync/es_sync/init.py", line 2, in from future.builtins import str, range ImportError: No module named future.builtins

huangweicong112 commented 8 years ago

sorry for late reply.

Can you check where the package future is installed or not? It should be required.

dcboy commented 8 years ago

hi : what’s your python version,try to upgrade 3.x i have been solve that

原始邮件 发件人:zjutsupernotifications@github.com 收件人:zhongbiaodev/py-mysql-elasticsearch-syncpy-mysql-elasticsearch-sync@noreply.github.com 抄送:dcboyszdcboy@gmail.com; Authorauthor@noreply.github.com 发送时间:2016年7月12日(周二) 20:10 主题:Re: [zhongbiaodev/py-mysql-elasticsearch-sync] can't install (#9)

I have also the same problem with you !! Collecting py-mysql-elasticsearch-sync Using cached py-mysql-elasticsearch-sync-0.3.4.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-iGRbYP/py-mysql-elasticsearch-sync/setup.py", line 2, in import es_sync File "/tmp/pip-build-iGRbYP/py-mysql-elasticsearch-sync/es_sync/init.py", line 2, in from future.builtins import str, range ImportError: No module named future.builtins — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.