[pypy-issue] Issue #2863: failed to install multiprocessing (pypy/pypy)

SHENGNAN LI issues-reply at bitbucket.org
Fri Jul 20 10:44:59 EDT 2018


New issue 2863: failed to install multiprocessing
https://bitbucket.org/pypy/pypy/issues/2863/failed-to-install-multiprocessing

SHENGNAN LI:

I tried to install multiprocess like this and failed:

lsn at lsn-Super-Server:~/pypy3-v6.0.0-linux64/bin$ ./pip install multiprocessing
Collecting multiprocessing
  Using cached https://files.pythonhosted.org/packages/b8/8a/38187040f36cec8f98968502992dca9b00cc5e88553e01884ba29cbe6aac/multiprocessing-2.6.2.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-osxgr9vl/multiprocessing/setup.py", line 94
        print 'Macros:'
              ^
    SyntaxError: Missing parentheses in call to 'print'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-osxgr9vl/multiprocessing/




More information about the pypy-issue mailing list