This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fbyrkjeland
Recipients fbyrkjeland
Date 2019-05-18.09:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558173238.6.0.665065022806.issue36955@roundup.psfhosted.org>
In-reply-to
Content
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"
History
Date User Action Args
2019-05-18 09:53:58fbyrkjelandsetrecipients: + fbyrkjeland
2019-05-18 09:53:58fbyrkjelandsetmessageid: <1558173238.6.0.665065022806.issue36955@roundup.psfhosted.org>
2019-05-18 09:53:58fbyrkjelandlinkissue36955 messages
2019-05-18 09:53:58fbyrkjelandcreate