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

install的时候报错 #46

Closed jimenbian closed 9 years ago

jimenbian commented 9 years ago

Installed /Library/Python/2.7/site-packages/DPark-0.1-py2.7-macosx-10.8-intel.egg Processing dependencies for DPark==0.1 error: Installed distribution protobuf 3.0.0-alpha-1 conflicts with requirement protobuf>=2.5.0,<3

protobuf有版本限制,找了一下应该是文件要求安装protobuf3.0以上版本,但是系统要求只能是2.5.0到3之间的版本。不知道怎么修改这个限制。谢谢

windreamer commented 9 years ago

fixed in 7b580ea