Tried in a blank conda env with pip install ela see if in installed dependencies correctly. Unfortunately not quite. from ela.visual import * trggers missing modle PIL. Seems to be if the module pillow is missing, but this is in the latest requirements.txt file on master, so likely I need to update the package on pipy.
Tried in a blank conda env with
pip install ela
see if in installed dependencies correctly. Unfortunately not quite.from ela.visual import *
trggers missing modle PIL. Seems to be if the modulepillow
is missing, but this is in the latest requirements.txt file on master, so likely I need to update the package on pipy.