worstcase / blockade

Docker-based utility for testing network failures and partitions in distributed applications

Home Page:http://blockade.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockade install via pip broken for mac users

n-hutton opened this issue · comments

Hi,

When I try to install blockade via pip it fails due to a quite old version of gevent (fails to build binary wheel). However, I can install it locally after checking the repo out. I see that the requirements have been updated in recent PRs - perhaps you could update pypi, even if it is just with a release candidate?

Fails for the same reason on ubuntu 20.04 based install too. Thanks for the heads up that install from a checkout would work. I was about to be real sad.

This still fails for me even doing a checkout of 2e9cd56 and running pip install ..