lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

Python 3 install failure #236

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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=35bee77d55187d
53787235296388c22ccf8152da

Original issue reported on code.google.com by gourneau on 7 May 2014 at 6:17

GoogleCodeExporter commented 8 years ago
Thanks for the patch!!

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

Original comment by djc.ochtman on 8 May 2014 at 7:01

GoogleCodeExporter commented 8 years ago
josh@gourneau.com thanks :)

Original comment by gourneau on 12 May 2014 at 10:16

GoogleCodeExporter commented 8 years ago
Pushed with modified user name, thanks!

Original comment by djc.ochtman on 13 May 2014 at 7:29

GoogleCodeExporter commented 8 years ago

Original comment by djc.ochtman on 13 May 2014 at 7:29