pydicom / pylibjpeg

A Python framework for decoding JPEG images, with a focus on supporting pydicom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to convert the Pixel Data as the 'pylibjpeg-libjpeg' plugin is not installed

whl68 opened this issue · comments

commented

I am using Python 3.10 along with VS2019 . Script works fine but when I use pyinstaller I get the error Unable to convert the Pixel Data as the 'pylibjpeg-libjpeg' plugin is not installed. I created the exe with the following command line pyinstaller --hiddenimport=pydicom.encoders.gdcm --collect-all pydicom --onefile trypy.py. The versions of pylibjpeg pylibjpeg-openjpeg pylibjpeg-libjpeg have updated to the latest versions. Thank you in advance for your help.