FYI: with the progress option set to "msg" (and the import time fix), a new error occurs in the progress module.
File "/home/cokelaer/anaconda2/envs/py35/lib/python3.5/site-packages/atropos-1.0.14-py3.5-linux-x86_64.egg/atropos/serial.py", line 11, in run_serial
for batch_size, batch in reader:
File "/home/cokelaer/anaconda2/envs/py35/lib/python3.5/site-packages/atropos-1.0.14-py3.5-linux-x86_64.egg/atropos/progress.py", line 44, in __next__
value = self.iterable.next()
AttributeError: 'BatchIterator' object has no attribute 'next'
FYI: with the progress option set to "msg" (and the import time fix), a new error occurs in the progress module.