New submission from Frode Byrkjeland <[email protected]>:
multiprocessing-2.6.2.1.tar.gz contains setup.py with python2 print statement in stead of python3 print( ). This results in an error when trying to install. Found on Ubuntu 18.04 x86_64 running python3.6.7 error seems to be ok after doing changes on the print statements in that file. install cmd: "python3 -m pip install multiprocessing" ---------- messages: 342789 nosy: fbyrkjeland priority: normal severity: normal status: open title: Python3 - mulltiprocessing _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue36955> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
