Beware of pydicom new version ¶
By: Zhack on Sept. 9, 2024, 1:51 p.m.
Hello everyone, hang in there we're almost there! In the meantime, if f you're using pydicom, or a library that is using it (nnunet uses dicom2nifti which uses pydicom, so that's likely), you may have a timeout in your container caused by the download of a test dicom file. This is caused by the release of the v3.0.0 of pydicom this morning.
An easy way to fix this issue is to set pydicom==2.4.4 in your requirements.txt file.
Regards
Zhack