fbone icon indicating copy to clipboard operation
fbone copied to clipboard

Does this work with Python 3.5?

Open mrichman opened this issue 9 years ago • 2 comments

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.

mrichman avatar Jun 03 '16 00:06 mrichman

Fabric isn't supported in Python 3. The same author has released invoke, which is a nice alternative.

erip avatar Jun 16 '16 12:06 erip

fabric3 works with Python 3.5.

microdou avatar Dec 30 '16 20:12 microdou