[issue34835] Multiprocessing module update fails with pip3

2018-09-30 Thread Dr_Zaszus
Dr_Zaszus added the comment: Thank you! It's clear now. -- ___ Python tracker <https://bugs.python.org/issue34835> ___ ___ Python-bugs-list mailing list

[issue34835] Multiprocessing module update fails with pip3

2018-09-28 Thread Dr_Zaszus
Dr_Zaszus added the comment: No, you are right, thank you. But just to be clear, how do I update multiprocessing in python3 then? -- ___ Python tracker <https://bugs.python.org/issue34

[issue34835] Multiprocessing module update fails with pip3

2018-09-28 Thread Dr_Zaszus
New submission from Dr_Zaszus : pip3 install --upgrade multiprocessing fails with a python2 error in 'setup.py': print 'Macros:' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Macros:')?