Skip to content

pyyaml 6.0 breaks xicam #90

@rohandhall

Description

@rohandhall

I get the error in gui/cammart/packagemanager.py, line 159:

self._store = yaml.load(f.read()) or {}
TypeError: load() missing 1 required positional argument: 'Loader'

pip install pyyaml==5.4.1 fixes the issue, but the new version of pyyaml has changed the load() function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions