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


Groups > comp.lang.python > #96900

Re: error while installing using pip.

Path csiph.com!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!feeder1.cambriumusenet.nl!feed.tweak.nl!194.109.133.81.MISMATCH!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; '21,': 0.07; 'pypi': 0.07; 'cc:addr:python-list': 0.09; 'subject:using': 0.09; 'subject:while': 0.09; 'zero.': 0.09; 'subject:error': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'install.': 0.16; 'repo': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sep': 0.22; 'am,': 0.23; 'matching': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'message-id:@mail.gmail.com': 0.27; 'version,': 0.30; 'option': 0.31; 'says': 0.32; 'url:python': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; "won't": 0.38; 'version': 0.38; 'url:0': 0.63; 'chrisa': 0.84; 'pip': 0.84; 'to:none': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=1a77iZeHaWY8v5EPzpJO3CtCFL0poJI0aBE+Krb/b38=; b=KHj82zw3a0fUHkYbKtc3PZ+59x1WZmWen9dgaAOijS8g5r5zG01LOZwwp5SjTpEuB/ AdmEWU9U+67wB0rGz1EiJeYce+dAKevEtnx7gv4fTEvxmC5F6JfW9t1SStS0Cv3K9vjT TD9qtbBASNEoJBonlPmIxaW021WcGUOxS1PpCn4hxqOy24ymR+W1ZYPgsI1x1JXFIn7w FtsmmlliI8MeQBT2MH9ARUbr9tnzGaP7ORbH4umyEEsUscDZVkwZsQEOE6lsVqhgFglx w55XkQ9x5UyZ1p0aYwfJ2S2K2yNpApwbzHKiwsTaU+hHUK5EyNJd9SPWcpxA3DluH37A KRlg==
MIME-Version 1.0
X-Received by 10.50.92.179 with SMTP id cn19mr311662igb.94.1442788506466; Sun, 20 Sep 2015 15:35:06 -0700 (PDT)
In-Reply-To <CAFo8oMCKYN6woHqv=6WW=dmAZ9rJ+nsyWEOG=jYDUwvdR9OwMA@mail.gmail.com>
References <CAFo8oMCKYN6woHqv=6WW=dmAZ9rJ+nsyWEOG=jYDUwvdR9OwMA@mail.gmail.com>
Date Mon, 21 Sep 2015 08:35:06 +1000
Subject Re: error while installing using pip.
From Chris Angelico <rosuav@gmail.com>
Cc python mail list <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.10.1442788514.28679.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1442788514 news.xs4all.nl 23737 [2001:888:2000:d::a6]:38074
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:96900

Show key headers only | 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