I have a program based on python 3 to read dicom images. it has GUI design by pyqt5 for users that open and select images. the program works perfectly fine but when I made onefile (.exe) through pyinstaller, it does not show the image and display this error : "Unable to convert the Pixel Data as the 'pylibjpeg-libjpeg' plugin is not installed"
pylibjpeg-libjpeg was installed and I imported to the program.