On Mon, Jan 7, 2013 at 4:49 PM, Christian Tismer <tis...@stackless.com>wrote:

> Hi folks,
>
> I recognized a glitch with pip when using the --upgrade option.
> From the traceback:
>
>       File "./setuptools/dist.py", line 103
>         except ValueError, e:
>                          ^
>     SyntaxError: invalid syntax
>
> This seems to happen only if --upgrade is used, regardless whether
> a module was installed before or not.
> It is easy to circumvent by first uninstalling and then avoiding the
> option.
>
> Should I file an issue? Where? Or submit a patch?
>

It's a known bug: https://github.com/pypa/pip/issues/650
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to