Closed airkid closed 8 years ago
That's a bug in your environment. You are using paver instead of the real pip and it is apparently not compatible with python 3.
Actually, I misread that. You're installing the prctl package, which is old and unrelated to this project, which isthe python-prctl package.
pip3 install prctl Downloading/unpacking prctl Downloading prctl-1.0.1.tar.gz Running setup.py (path:/tmp/pip_build_sduacm/prctl/setup.py) egg_info for package prctl Traceback (most recent call last): File "", line 17, in
File "/tmp/pip_build_sduacm/prctl/setup.py", line 6, in
import paver.tasks
File "", line 2237, in _find_and_load
File "", line 2222, in _find_and_load_unlocked
File "", line 2164, in _find_spec
File "", line 1940, in find_spec
File "", line 1916, in _get_spec
File "", line 1897, in _legacy_get_spec
File "", line 863, in spec_from_loader
File "", line 904, in spec_from_file_location
File "paver-minilib.zip/paver/tasks.py", line 68
print output
^
SyntaxError: Missing parentheses in call to 'print'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip_build_sduacm/prctl/setup.py", line 6, in
File "", line 2237, in _find_and_load
File "", line 2222, in _find_and_load_unlocked
File "", line 2164, in _find_spec
File "", line 1940, in find_spec
File "", line 1916, in _get_spec
File "", line 1897, in _legacy_get_spec
File "", line 863, in spec_from_loader
File "", line 904, in spec_from_file_location
File "paver-minilib.zip/paver/tasks.py", line 68
SyntaxError: Missing parentheses in call to 'print'
Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_sduacm/prctl Storing debug log for failure in /tmp/tmpy15to0et