You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
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.
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 >
The text was updated successfully, but these errors were encountered: