cournape/Bento

Installing Bento from pip fails

thedrow opened this issue · 0 comments

sudo pip install Bento
Downloading/unpacking Bento
  Downloading bento-0.1.1.tar.gz (582kB): 582kB downloaded
  Running setup.py egg_info for package Bento
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/tmp/pip-build-root/Bento/setup.py", line 4, in <module>
        bento.distutils.monkey_patch()
      File "./bento/distutils/__init__.py", line 7, in monkey_patch
        import bento.distutils.dist
      File "./bento/distutils/dist.py", line 97, in <module>
        from bento.distutils.commands.egg_info \
      File "./bento/distutils/commands/egg_info.py", line 37
        except OSError, e:
                      ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "/tmp/pip-build-root/Bento/setup.py", line 4, in <module>

    bento.distutils.monkey_patch()

  File "./bento/distutils/__init__.py", line 7, in monkey_patch

    import bento.distutils.dist

  File "./bento/distutils/dist.py", line 97, in <module>

    from bento.distutils.commands.egg_info \

  File "./bento/distutils/commands/egg_info.py", line 37

    except OSError, e:

                  ^

SyntaxError: invalid syntax

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-root/Bento
Storing complete log in /home/omer/.pip/pip.log