brunurd / imp

Image processing for command line interface.
1 stars 0 forks source link

pipenv + PyInstaller binary can't convert JPEG or TIFF #3

Open brunurd opened 4 years ago

brunurd commented 4 years ago

A binary builded with PyInstaller in a pipenv don't import the packages needed to convert images to JPEG and TIFF, this throws a error in the Pillow save method.

brunurd commented 4 years ago

A not tested work around using a old version of virtualenv: http://www.programmersought.com/article/38951100641/

brunurd commented 4 years ago

branch wip fixing: without-pipenv-issue-3

brunurd commented 4 years ago

Branch merged in master, but the issue is necessary for the pipenv approach work too