Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

YAMLLoadWarning #12

Description

@hrswearingen

Hi, I am trying to run bidsify and running into this error:

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/bidsify/main.py:371: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
cfg = yaml.load(config)
Converting data from sub-03 …

Going to the website for pyyaml says that the yaml loader is now deprecated.

I am using MacOS Catalina 10.15; Python Version 3.8.2. I used to install bidsify and all dependencies.

My command:

< bidsify -c /Volumes/EXTERNAL/BIDS/config.yml -d /Volumes/EXTERNAL/BIDS/dicoms -o /Volumes/EXTERNAL/BIDS/nifti >

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