question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dependence `pydicom` version too low

See original GitHub issue

Thanks for developing such great package!

I was experimenting with DICOM editing the other day. However, I encountered problem when converting DICOM from YBR_FULL_422 to RGB color space. This feature has been added to pydicom since version 1.4, but deid still requires pydicom=1.3.

I resolve the issue by forcing pip to install the newest version of pydicom. However, I still want to ask is there any reason not to bump the version requirement, like incompatibility issues?

Thanks 😃

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
vsochcommented, Jun 30, 2021

@dipterix this is merged into the master branch and will be available with the next release! 🥳 we have a few other bug fixes coming in soon.

0reactions
vsochcommented, Jun 30, 2021

Going to close here since it’s addressed - look out for a release in the next few days (or just use master!)

Read more comments on GitHub >

github_iconTop Results From Across the Web

pypi release with new package name · Issue #240 - GitHub
I am working with Python 3 (due to other dependencies) and so I believe require pydicom 1.0. ... Documentation can go some way...
Read more >
Release notes — pydicom 2.3.1 documentation - GitHub Pages
Saves a little time for small images, but could be quite helpful for very large images when the pixel data is not needed....
Read more >
pydicom - PyPI
pydicom is a pure Python package for working with DICOM files. It lets you read, modify and write DICOM data in an easy...
Read more >
Pip installing wrong version of a dependency - django
I am running an old RHEL5 server and would like to install a beta version of the python module openrem from pip. ......
Read more >
How to use the pydicom.uid function in pydicom - Snyk
To help you get started, we've selected a few pydicom.uid examples, based on popular ways it ... PixelSpacing = list(self.frameofreference.spacing[:2]) ds.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found