Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96900

Re: error while installing using pip.

References <CAFo8oMCKYN6woHqv=6WW=dmAZ9rJ+nsyWEOG=jYDUwvdR9OwMA@mail.gmail.com>
Date 2015-09-21 08:35 +1000
Subject Re: error while installing using pip.
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.10.1442788514.28679.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Sep 21, 2015 at 5:30 AM, OmPs <torque.india@gmail.com> wrote:
> It says no matching distribution, but at pypi repo I am able to see it.
>
> https://pypi.python.org/pypi/atfork/0.1.2

That has a version number of zero. I think that might count as a
pre-release version, so you need the --pre option to pip or it won't
install.

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: error while installing using pip. Chris Angelico <rosuav@gmail.com> - 2015-09-21 08:35 +1000

csiph-web