Summary of what happened:
Even though dcm2bids
is at version 3.2.0, which is the latest version, I don’t understand why the following warning appears:
WARNING | Checking latest version of UNFmontreal/Dcm2Bids was not possible, the server couldn't fulfill the request.
The same warning also appears for dcm2niix
, even though it is also the latest version.
Command used (and if a helper script was used, a link to the helper script or the command generated):
dcm2bids_scaffold -o /mnt/d/yang_2
Version:
dcm2bids version: 3.2.0Chris Rorden’s dcm2niiX version v1.0.20241211 GCC13.3.0 x86-64 (64-bit Linux) v1.0.20241211
Python 3.13.1
Environment (Docker, Singularity / Apptainer, custom installation):
dcm2bids, dcm2niix: ubuntu - condaData formatted according to a validatable standard? Please provide the output of the validator:
validated
Relevant log outputs (up to 20 lines):
INFO | --- dcm2bids_scaffold start ---
INFO | Running the following command: /home/jh/anaconda3/envs/dcm2bids/bin/dcm2bids_scaffold -o /mnt/d/yang_2
INFO | OS version: Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.35
INFO | Python version: 3.13.1 | packaged by conda-forge | (main, Dec 5 2024, 21:23:54) [GCC 13.3.0]
INFO | dcm2bids version: 3.2.0
INFO | Checking for software update
WARNING | Checking latest version of UNFmontreal/Dcm2Bids was not possible, the server couldn't fulfill the request.
INFO | The files used to create your BIDS directory were taken from https://github.com/bids-standard/bids-starter-kit.
INFO | Tree representation of /mnt/d/yang_2/
INFO | /mnt/d/yang_2/
INFO | ├── code/
INFO | ├── derivatives/
INFO | ├── sourcedata/
INFO | ├── tmp_dcm2bids/
INFO | │ └── log/
INFO | │ └── scaffold_20241227-002021.log
INFO | ├── .bidsignore
INFO | ├── CHANGES
INFO | ├── dataset_description.json
INFO | ├── participants.json
INFO | ├── participants.tsv
INFO | └── README
INFO | Log file saved at /mnt/d/yang_2/tmp_dcm2bids/log/scaffold_20241227-002021.log
INFO | --- dcm2bids_scaffold end ---