Python 3 support for fabric

前端 未结 7 1472
时光取名叫无心
时光取名叫无心 2020-12-25 09:28

Does fabric (http://docs.fabfile.org/en/1.7/) support Python 3 yet. As per Python 3 Wall of Superpowers it does not yet. If not what is the best alternative if using Django

7条回答
  •  抹茶落季
    2020-12-25 10:11

    For those looking for a supported version of Fabric 1.x, there's a fork which is maintained: https://github.com/ploxiln/fab-classic

    I recommend using it in case you don't want to rewrite all the existing code. And it works with Python 3.7.

    We've switched from fabric3==1.14.post1 to fab-classic==1.15.2 without any problems.

提交回复
热议问题