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
RuntimeError: Unable to convert the Pixel Data as the 'pylibjpeg-libjpeg' plugin is not installed when running the executable generated with PyInstaller (but not with the script.py)
#70
Open
Ashish161997 opened this issue
Apr 28, 2023
· 0 comments
I run into a similar probalem as related in #63: When I run the script (script.py), there is no problem and I can run it without any problem. However, I cannot run the executable that I created with PyInstaller because I get the message: 'RuntimeError: Unable to convert the Pixel Data as the 'pylibjpeg-libjpeg' plugin is not installed'. This executable strategy worked fine until I installed pylibjpeg. In the script.py I only import pydicom (and not pylibjpeg). Kindly, help in sorting this asap.
The text was updated successfully, but these errors were encountered:
I run into a similar probalem as related in #63: When I run the script (script.py), there is no problem and I can run it without any problem. However, I cannot run the executable that I created with PyInstaller because I get the message: 'RuntimeError: Unable to convert the Pixel Data as the 'pylibjpeg-libjpeg' plugin is not installed'. This executable strategy worked fine until I installed pylibjpeg. In the script.py I only import pydicom (and not pylibjpeg). Kindly, help in sorting this asap.
The text was updated successfully, but these errors were encountered: