Skip to content

Migrar de nou a fabric #255

Open
Open
@xavivars

Description

@xavivars

Fabric3 no funciona amb python 3.10.

Cal re-migrar a fabric (o cercar alternatives).

Fins a eixe moment, quan es crea un virtualenv nou i s'instal·la fabric3, cal modificar la llibreria "original", aplicant el pedaç https://github.com/mathiasertl/fabric/pull/57/files

- from collections import Mapping
+ try:
+     from collections import Mapping
+ except ImportError:
+     from collections.abc import Mapping

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions