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

Couldn't download the mesos.interface #64

Closed alidisi closed 8 years ago

alidisi commented 8 years ago

Couldn't find a setup script in /tmp/easy_install-QfQ_64/mesos.interface-1.0.1.linux-x86_64.tar.gz

windreamer commented 8 years ago

It seems an issue of Mesos. You may try pip install mesos.interface==0.27.1 first. And then install DPark again.

alidisi commented 8 years ago

it is the problem of the easy_install and i use pip install mesos.interface solve the problem by hand

windreamer commented 8 years ago

OK, close this issue then.