[New-bugs-announce] [issue36955] Python3 - mulltiprocessing

Frode Byrkjeland report at bugs.python.org
Sat May 18 05:53:58 EDT 2019


New submission from Frode Byrkjeland <fbyrkjeland at 1337.no>:

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 <report at bugs.python.org>
<https://bugs.python.org/issue36955>
_______________________________________


More information about the New-bugs-announce mailing list