Open drs-m opened 3 years ago
hi @drs-m - that was a bug in neurodocker, which was fixed in https://github.com/ReproNim/neurodocker/pull/423/commits/a6631ba13fef7afbd8cffca488fa24be899f50e4. can you retry with the current master branch of neurodocker?
the error is that yaml.load
now requires a Loader
argument. that was not the case in earlier versions of pyyaml.
Hey there,
I tried to reproduce the steps described here in order to adapt it to my needs by adding a command I need in docker (dtifit) so that I can use it in one image together with mrtrix3.
Unfortunately just cloning and reproducing the steps described in the README gave me the following error:
It looks like something related to the specific python version (2 vs 3) or a deprecated method in the yaml package. Have you had this issue before or know any way to solve it?