douban / dpark

Python clone of Spark, a MapReduce alike framework in Python
BSD 3-Clause "New" or "Revised" License
2.69k stars 534 forks source link

dpark依赖安装失败 #51

Closed billowqiu closed 9 years ago

billowqiu commented 9 years ago

aws:redhat7.1

Installed /usr/lib64/python2.7/site-packages/mesos.interface-0.23.0-py2.7.egg error: Installed distribution mesos.interface 0.23.0 conflicts with requirement mesos.interface==0.22.0

不知道是不是pymesos依赖的问题: “install_requires=['mesos.interface>=0.22.0,<0.22.1.2'],”

windreamer commented 9 years ago

目前还不确定 pymesos 对 0.23.0的mesos支持没有问题 至少在我这里pip安装mesos.interface 0.23.0还有问题,这个依赖冲突可能需要自己解决一下

windreamer commented 9 years ago

如果有任何其它问题欢迎 reopen