Export to GitHub

couchdb-python - issue #236

Python 3 install failure


Posted on May 7, 2014 by Helpful Giraffe

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

https://code.google.com/r/gourneau-couchdb-python/source/detail?r=35bee77d55187d53787235296388c22ccf8152da

Comment #1

Posted on May 8, 2014 by Quick Rhino

Thanks 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 Giraffe

josh@gourneau.com thanks :)

Comment #3

Posted on May 13, 2014 by Quick Rhino

Pushed 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