What steps will reproduce the problem? 1. try to install current default from source
This is the error
{code} synthego@minisynth101:~$ sudo pip3 install couchdb sudo: unable to resolve host minisynth101 [sudo] password for synthego: Downloading/unpacking couchdb Downloading CouchDB-0.9.tar.gz (55kB): 55kB downloaded Running setup.py (path:/tmp/pip_build_root/couchdb/setup.py) egg_info for package couchdb Traceback (most recent call last): File "<string>", line 17, in <module> File "/tmp/pip_build_root/couchdb/setup.py", line 64 print 'Pygments not installed, syntax highlighting disabled' ^ SyntaxError: invalid syntax Complete output from command python setup.py egg_info: Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/couchdb/setup.py", line 64
print 'Pygments not installed, syntax highlighting disabled'
^
SyntaxError: invalid syntax
Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/couchdb Storing debug log for failure in /home/synthego/.pip/pip.log {code}
Here is the simple fix to the setup.py script
Comment #1
Posted on May 8, 2014 by Quick RhinoThanks for the patch!!
Can I have your name and email address so I can properly credit you on the commit?
Comment #2
Posted on May 12, 2014 by Helpful Giraffejosh@gourneau.com thanks :)
Comment #3
Posted on May 13, 2014 by Quick RhinoPushed with modified user name, thanks!
Comment #4
Posted on May 13, 2014 by Quick Rhino(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Defect
Priority-Medium