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


Groups > comp.lang.python > #96900 > unrolled thread

Re: error while installing using pip.

Started byChris Angelico <rosuav@gmail.com>
First post2015-09-21 08:35 +1000
Last post2015-09-21 08:35 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#96900 — Re: error while installing using pip.

FromChris Angelico <rosuav@gmail.com>
Date2015-09-21 08:35 +1000
SubjectRe: error while installing using pip.
Message-ID<mailman.10.1442788514.28679.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web