mattmakai / fsp-deployment-guide

Companion code for the Full Stack Python Guide to Deployments book.
http://www.deploypython.com/
MIT License
122 stars 45 forks source link

Fabric 1.10.2 fails with Mac OSX and python 2.7 #14

Open audiolion opened 7 years ago

audiolion commented 7 years ago

Referencing https://github.com/fabric/fabric/issues/1477 , it installs the wrong version of paramiko and causes the running of the fabfile to crash. I just tested with fabric 1.13.1 and had no issues running the fab bootstrap command.

mattmakai commented 7 years ago

Hmm that's no good, thanks for raising this issue @audiolion ...what version of MacOS did it fail under?

audiolion commented 7 years ago

Mine is on El Capitan (10.11.6) - was following the FSP Deployment book that came with the FSP book and ran across issues with the fabfile, came here to check for updates and eventually found my way to the fabric issue referenced above.