You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: