Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Issue with PyYAML 6 #65

@Warchant

Description

@Warchant

Current setup.py from master https://github.com/avirshup/DockerMake/blob/master/setup.py#L19 defines dependency: pyyaml >= 5. Which is now PyYAML 6.

Version 6 made breaking change in load function (added mandatory Loader argument), so this package does not work if you just install pip install dockermake.

Proposal to fix is to freeze versions in setup.py, and in requirements.txt to use .. Then, if you do pip install -r requirements.txt it will go to setup.py and will grab deps from there.
Or, simply upgrade to pyyaml 6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions