I'm not sure what happened, but I got it fixed up this morning.
On Thu, Sep 4, 2014 at 4:55 AM, Till Toenshoff <toensh...@me.com> wrote: >> Has someone been changing things relating to the new *mesos.interface* python >> egg on pypi? I don't seem to be able to install it anymore.. which is >> strange as it's listed as available on the pypi site. >> >> Here's some output: https://gist.github.com/tarnfeld/dcf936eb247c7bd5d2d1 > > I am getting the same results, the log-file shows: > > /usr/local/bin/pip run on Thu Sep 4 13:51:38 2014 > Downloading/unpacking mesos.interface > > Getting page https://pypi.python.org/simple/mesos.interface/ > URLs to search for versions for mesos.interface: > * https://pypi.python.org/simple/mesos.interface/ > Analyzing links from page https://pypi.python.org/simple/mesos.interface/ > Skipping link > https://pypi.python.org/packages/2.7/m/mesos.interface/mesos.interface-0.20.0-py2.7.egg#md5=21382705ad44629dc8e00cb3a7ba0407 > (from https://pypi.python.org/simple/mesos.interface/); unknown archive > format: .egg > Could not find any downloads that satisfy the requirement mesos.interface > > No distributions at all found for mesos.interface > > However, manually downloading that egg via the pypi website > https://pypi.python.org/pypi/mesos.interface/0.20.0 works fine. As mentioned > on IRC, people seemed to expect a source distribution instead of an egg - is > that the problem for pip as well?