[issue33286] Conflict between tqdm and multiprocessing on windows

2018-04-16 Thread schwemro
schwemro <rschwem...@yahoo.de> added the comment: On macOS it works perfectly for me as well. The issue is about running it on windows 10... -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue33286] Conflict between tqdm and multiprocessing on windows

2018-04-16 Thread schwemro
schwemro <rschwem...@yahoo.de> added the comment: Here is the traceback: Python 3.6.5 | packaged by conda-forge | (default, Apr 6 2018, 16:13:55) [MSC v.1900 64 bit (AMD64)] Type "copyright", "credits" or "license" for more information. IPython 6.3

[issue33286] Conflict between tqdm and multiprocessing on windows

2018-04-16 Thread schwemro
New submission from schwemro <rschwem...@yahoo.de>: Apparently, there occurs a conflict between tqdm and multiprocessing. There is an AttributeError displayed. I provide here an minimal working example. It works on UNIX but unfortunately not on windows. -- components: Windows