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@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/


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to