jisungk / deepjazz

Deep learning driven jazz generation using Keras & Theano!
http://deepjazz.io
Apache License 2.0
2.88k stars 443 forks source link

cannot import name 'izip_longest' #23

Closed lishan5600 closed 5 years ago

lishan5600 commented 5 years ago

I use python3.5, but when I run generator.py , it appears ''cannot import name 'izip_longest' ''. What's wrong with it? I have installed all the required packages.

ambroisernd commented 5 years ago

it's zip not izip in python 3.x

lishan5600 commented 5 years ago

Thank you!