Cannot import pydicom

In the current nightly binary, neither import dicom nor import pydicom work. Is there a new way to import pydicom?

Same runtime issue for DICOMPatcher, so at least it’s not just me…

image

Thanks for reporting. There have been several commits lately moving to standardized upstream python sources (e.g. see this and this). I suspect it may take a few days for the packaging to settle out.

1 Like

The DICOM packages are missing even from the build tree.

I’ll take a look. Thanks for the report!

2 Likes

This issue was resolved by @jamesobutler in this PR, and confirmed working in today’s nightly.

Thank you James for the quick fix! :+1:

2 Likes

It has broken again. I’m taking a look at the project dependencies again…

OK. To fix the issue, I’ve reverted the latest python package related commit (https://github.com/Slicer/Slicer/commit/47a8e5b90fe7ca2ce2e3834a8f2b1019413907e5
).

Can anyone provide any sort of support for what I asked about in https://github.com/Slicer/Slicer/pull/1231#issue-328045247?

PR is up to fix the issue https://github.com/Slicer/Slicer/pull/1246

1 Like

1246 is merged.

Do you still need help with https://github.com/Slicer/Slicer/pull/1231#issue-328045247?

The python dependencies still don’t seem to be handled as I would expect. Most fixes have been trial and error so far.