Issue I have gotten but cant figure out how to get around.. I did pip install images2gif
gateway@gateway-evil:~/work/deepdreamer$ python2.7 deepdreamer.py --gif true image.jpg
Traceback (most recent call last):
File "deepdreamer.py", line 9, in <module>
from deepdreamer.deepdreamer import deepdream, deepdream_video, list_layers
File "/home/gateway/work/deepdreamer/deepdreamer/deepdreamer.py", line 12, in <module>
from deepdreamer.images2gif import writeGif
ImportError: No module named images2gif
Issue I have gotten but cant figure out how to get around.. I did pip install images2gif
Wanted to make sure I had the module.
notice u'images2gif is listed.
any suggestions?