djc / couchdb-python

Python library for working with CouchDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3 install failure

djc opened this issue · comments

From gourneau on May 07, 2014 20:17:37

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 "", line 17, in
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 "", line 17, in

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

Original issue: http://code.google.com/p/couchdb-python/issues/detail?id=236

From djc.ochtman on May 08, 2014 00:01:59

Thanks for the patch!!

Can I have your name and email address so I can properly credit you on the commit?

From gourneau on May 12, 2014 15:16:49

josh@gourneau.com thanks :)

From djc.ochtman on May 13, 2014 00:29:12

Pushed with modified user name, thanks!

From djc.ochtman on May 13, 2014 00:29:24

Status: Fixed