python-gdcm icon indicating copy to clipboard operation
python-gdcm copied to clipboard

GDCM Packaging

Results 7 python-gdcm issues
Sort by recently updated
recently updated
newest added

We are seeing the python_gdcm-3.0.23-cp310-cp310-win_amd64.whl install by pip get flagged as potentially malicious and quarantined. Reviewed the File Analysis from Cisco Secure Endpoint and believe this to be a false...

Hi, @tfmoraes , I'd like to report a vulnerability issue in **python-gdcm_3.0.12**. ### Issue Description **python-gdcm_3.0.12** directly or transitively depends on ***41*** C libraries (.so). However, I noticed that one...

Do you think you could add a feedstock to conda-forge under the `python-gdcm` package name? Or I could do it, if you'd prefer.

Could not find a version that satisfies the requirement python-gdcm (from versions: ) No matching distribution found for python-gdcm

Add `cmake` and `ninja` PyPI dependencies only if the respective programs are not found, and use system tools instead. This avoids unnecessary dependencies on third-party binary packages, and improves portability...

I downloaded the example ConvertMPL.py from [the example link](https://github.com/malaterre/GDCM/tree/master/Examples/Python) in the readme. This example appears to be Python 2 code so I first converted to Python 3 with these changes:...

I am getting this error ``` $ python gdcm_lut_problem.py Traceback (most recent call last): File "/Users/brett/Brett2025/Source/Python/dicom/gdcm_lut_problem.py", line 15, in lutDescRed = lut.GetLUTDescriptor(lut.RED, length, subscript, bitsize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/brett/Library/Python/3.12/lib/python/site-packages/_gdcm/gdcmswig.py", line 3537,...