fbone
fbone copied to clipboard
Does this work with Python 3.5?
OS X + Python 3.5:
When invoking fab setup:
ImportError: cannot import name 'isMappingType'
It looks like Fabric isn't compatible with Python 3.5.
Fabric isn't supported in Python 3. The same author has released invoke, which is a nice alternative.
fabric3 works with Python 3.5.