When I run my code from Pyinstaller the tiff reader works fine. After freezing using Pyinstaller I get the following warning:
UserWarning: ImportErr
Installation:
->If using conda, conda install tifffile -c conda-forge
-> Otherwise, pip install tifffile