Pyinstaller .exe cannot find _tiffile module - Loading of some compressed images will be very slow

前端 未结 4 1729
面向向阳花
面向向阳花 2020-12-20 21:12

When I run my code from Pyinstaller the tiff reader works fine. After freezing using Pyinstaller I get the following warning:

UserWarning: ImportErr         


        
4条回答
  •  鱼传尺愫
    2020-12-20 21:47

    Installation:

    ->If using conda, conda install tifffile -c conda-forge

    -> Otherwise, pip install tifffile

提交回复
热议问题