[TIP] ANN: nose-f7u12

Hugo Lopes Tavares hltbra at gmail.com
Mon Oct 24 03:09:08 PDT 2011


On Mon, Oct 24, 2011 at 6:54 AM, Chris Withers <chris at simplistix.co.uk> wrote:
> cwithers at cwlin:~/python> sudo easy_install nose-f7u12
> Searching for nose-f7u12
> Reading http://pypi.python.org/simple/nose-f7u12/
> Reading https://github.com/mpirnat/nose-f7u12
> Best match: nose-f7u12 [unknown version]
> Downloading git+git://github.com/mpirnat/nose-f7u12#egg=nose_f7u12
> error: Download error for git+git://github.com/mpirnat/nose-f7u12:
> unknown url type: git+git
>
> :-(
>
> How can I easy_install this?

Replace `easy_install` by `pip install` and it will work.


The reason is the download link is only installable by pip, because of
git support.



More information about the testing-in-python mailing list