I installed Tribler from an AUR. Validate seems to be the problem.
pip install validate has the following output:
Using cached validate-1.0.1.tar.gz (32 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-izpoyjie/validate/setup.py’"’"’; file=’"’"’/tmp/pip-install-izpoyjie/validate/setup.py’"’"’;f=getattr(tokenize, ‘"’"‘open’"’"’, open)(file);code=f.read().replace(’"’"’\r\n’"’"’, ‘"’"’\n’"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ egg_info --egg-base /tmp/pip-pip-egg-info-b3qlenx5
cwd: /tmp/pip-install-izpoyjie/validate/
Complete output (8 lines):
Traceback (most recent call last):
File “”, line 1, in
File “/tmp/pip-install-izpoyjie/validate/setup.py”, line 13, in
from configobj import version as VERSION
File “/tmp/pip-install-izpoyjie/validate/configobj.py”, line 1632
except Exception, e:
^
SyntaxError: invalid syntax
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Any ideas?