facebookarchive / CommunityCellularManager

Tool for deploying, managing and controlling your Community Cellular Networks
Other
87 stars 36 forks source link

Installs with new versions of fabric fail #98

Closed matt9j closed 6 years ago

matt9j commented 6 years ago

It appears that fabric is moving on to a new API version, and new versions of fabric are now being deployed via pip. https://github.com/uw-ictd/CommunityCellularManager/issues/16

9muir commented 6 years ago

yeah, it looks Fabric 2.0, while being pretty cool in various ways, is not backwards compatible. Since it's unlikely that the fabfile will get updated in the near future, I think your proposed workaround is the best 'solution':

pip install "fabric<2.0.0"