SilentGhost added the comment:
multiprocessing module that is available on PyPi is a backport of stdlib module
to python 2.4 and 2.5. multiprocessing module is available in stdlib for all
version after that, so you don't need to install it with pip.
--
nosy: +SilentGhost
resolution:
New submission from Frode Byrkjeland :
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 p