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


Groups > comp.lang.python > #97143

Re: Failed to upgrade pip in fresh 2.7 install

Path csiph.com!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <zachary.ware@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'executable': 0.07; 'cc:addr:python-list': 0.09; 'fails.': 0.09; 'subject:2.7': 0.09; 'python': 0.10; '2.7': 0.13; 'instead.': 0.15; '"python': 0.16; '1:13': 0.16; '64-bit,': 0.16; 'command,': 0.16; 'subject:install': 0.16; 'windows:': 0.16; 'wrote:': 0.16; 'sender:addr:gmail.com': 0.18; 'pfxlen:0': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sep': 0.22; "python's": 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'installed': 0.26; 'message- id:@mail.gmail.com': 0.27; '32-bit': 0.29; 'running.': 0.29; 'subject:upgrade': 0.29; "can't": 0.32; 'received:google.com': 0.35; 'fresh': 0.35; 'replace': 0.35; 'limitation': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'doing': 0.38; 'sure': 0.39; '26,': 0.72; 'upgrading': 0.72; '(included': 0.84; 'pip': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=grLZOMyG3Bsqx4KOTOxkWRV7/a/KyhTmUKMBOk+uhIo=; b=P6DdnYdNvs5vuEG28aWqvlJrlko8fe7Ha1xgKtefeQB8ixQob9RInF/0dpp4Hlzbj4 Lc3aV0NYTQHh4e/JLLh6g8XOXkMQ0TC+XH2QaN50U8ApNU8jLd87LGnujHyfKmRBh/Gz gQeUgVP0J2YhnWI4qmnmL6fw6HsUnmMpVmB20SjDJ9QuUJjt+2fN7ihfAXy/BDvmrYcy TvM5FXczXiAUbUhFdjs4vIsTRIVlYkjGNmVnqrHEo1Pu3HbUtoVKM60SVOCxv6rHAmib /apfhJvK8PlfTmGiS+vWYzM1b55Z1VL2yWG8nODGGnb5rCelwbIcOdzHKzq7SSTL7yhc Bpew==
X-Received by 10.107.131.16 with SMTP id f16mr12073612iod.100.1443294016141; Sat, 26 Sep 2015 12:00:16 -0700 (PDT)
MIME-Version 1.0
Sender zachary.ware@gmail.com
In-Reply-To <CAJ4+4aoRPpr10CegRRS4DUuCoHHNtWyL5GdtpFGa0a2NxBuDeA@mail.gmail.com>
References <CAJ4+4aoRPpr10CegRRS4DUuCoHHNtWyL5GdtpFGa0a2NxBuDeA@mail.gmail.com>
From Zachary Ware <zachary.ware+pylist@gmail.com>
Date Sat, 26 Sep 2015 13:59:56 -0500
X-Google-Sender-Auth 8DMfuv7-jbdI8xnoN_BSVUAf8xU
Subject Re: Failed to upgrade pip in fresh 2.7 install
To paul.hermeneutic@gmail.com
Cc "python-list@python.org" <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.182.1443294025.28679.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1443294025 news.xs4all.nl 23853 [2001:888:2000:d::a6]:36148
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 3856
X-Received-Body-CRC 3963730492
Xref csiph.com comp.lang.python:97143

Show key headers only | View raw


On Sat, Sep 26, 2015 at 1:13 PM,  <paul.hermeneutic@gmail.com> wrote:
> After a fresh install of Python 2.7 32-bit and 64-bit, upgrading pip
> using pip fails. Am I doing this incorrectly? Any suggestions?

This is a limitation of Windows: you can't replace the executable that
you're currently running.  To work around this, do "python -m pip
install --upgrade pip" instead.  If you have the Python Launcher for
Windows installed (included with Python 3.3+), you can use in place of
'python' in that command, and be very sure about which python's pip is
being upgraded.

-- 
Zach

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


Thread

Re: Failed to upgrade pip in fresh 2.7 install Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-09-26 13:59 -0500

csiph-web