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


Groups > comp.lang.python > #96045

Re: Need Help w. PIP!

Path csiph.com!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <eryksun@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'api.': 0.04; 'cc:addr :python-list': 0.09; 'subject:Help': 0.10; 'python': 0.10; 'buggy': 0.16; 'fyi,': 0.16; 'input.': 0.16; 'wrote:': 0.16; 'shell': 0.18; 'runs': 0.18; 'steve': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sep': 0.22; 'cc:no real name:2**0': 0.22; 'am,': 0.23; 'header:In-Reply- To:1': 0.24; 'url:bugs': 0.24; 'fri,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'fixed': 0.31; 'url:python': 0.33; 'gets': 0.35; 'received:google.com': 0.35; 'configured': 0.35; 'url:org': 0.36; 'subject:: ': 0.37; "didn't": 0.39; 'build': 0.40; 'subject:Need': 0.61; 'information': 0.63; 'subject:. ': 0.67; 'pip': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=QCp+y+X0EeFIZHqs9IKWpi7eifoRlP4TNsA9ipqG7Bo=; b=wDUEyieROidOMR3ZdaMLvmoIIA+JirzMiMBVXzNDEPNSunhFcI0rpo6NhpVwZxxFQB +UrTF9qIXwaa5hUzngxIPROoeikxaRkuLOMCGD3MiCQWMkcPm5l2GvJe219b9vnk4det CWd7TPcdD0Ucy829Kp8ELoD6OeeEguM5HlZt6obe8QGdodokErAILn++xFl0lvs3OFGf T3suOdpqN7gj64XUe/0sNuJaUcnj2oMvmziMChovaN/zPb0Ypw2z+s5pNXuEQ3mUB9Dq VlSkbWFcVGe4RBDv0q8Nd9InPNgT8lt52ILuhuXIUd3yqH/spUwUN6t1UaMvB0Jq4qR9 R5qg==
X-Received by 10.13.204.11 with SMTP id o11mr2384988ywd.139.1441403480743; Fri, 04 Sep 2015 14:51:20 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <7c793e45-3a4c-4b37-8111-ed16382e1551@googlegroups.com>
References <f0876c48-010e-4bf0-b687-dceefba97637@googlegroups.com> <mailman.106.1441325161.8327.python-list@python.org> <3b82cc84-d51b-4b62-bf84-47a06c585bc3@googlegroups.com> <mailman.120.1441336314.8327.python-list@python.org> <7c793e45-3a4c-4b37-8111-ed16382e1551@googlegroups.com>
From eryksun <eryksun@gmail.com>
Date Fri, 4 Sep 2015 16:50:41 -0500
Subject Re: Need Help w. PIP!
To Steve Burrus <steveburrus28@gmail.com>
Cc python-list@python.org
Content-Type text/plain; charset=UTF-8
X-Mailman-Approved-At Sat, 05 Sep 2015 08:04:25 +0200
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.158.1441433067.8327.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1441433067 news.xs4all.nl 23737 [2001:888:2000:d::a6]:46626
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:96045

Show key headers only | View raw


On Fri, Sep 4, 2015 at 11:35 AM, Steve Burrus <steveburrus28@gmail.com> wrote:
>
> "C:\Users\SteveB>py -m pip
> Job information querying failed

You're using build 10074, an old build of Windows 10 that had a buggy
Job object API. This was fixed in build 10159:

http://bugs.python.org/issue24127

FYI, the py launcher runs Python in a job that's configured to kill
Python if the the launcher gets killed. This is necessary if py.exe is
started by a console shell such as cmd.exe or powershell.exe. The
shell waits on py.exe, not python.exe. If the job didn't kill
python.exe, then Python would compete with the shell for console
input.

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


Thread

Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-03 15:20 -0700
  Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 01:05 +0100
    Re: Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-03 18:04 -0700
      Re: Need Help w. PIP! MRAB <python@mrabarnett.plus.com> - 2015-09-04 02:44 +0100
      Re: Need Help w. PIP! Chris Angelico <rosuav@gmail.com> - 2015-09-04 11:55 +1000
        Re: Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-03 20:07 -0700
          Re: Need Help w. PIP! Chris Angelico <rosuav@gmail.com> - 2015-09-04 13:16 +1000
      Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 04:04 +0100
      Re: Need Help w. PIP! Chris Angelico <rosuav@gmail.com> - 2015-09-04 13:08 +1000
      Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 04:11 +0100
        Re: Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-04 09:35 -0700
          Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 21:55 +0100
          Re: Need Help w. PIP! eryksun <eryksun@gmail.com> - 2015-09-04 17:48 -0500
          Re: Need Help w. PIP! eryksun <eryksun@gmail.com> - 2015-09-04 16:50 -0500
      Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 04:27 +0100
      Re: Need Help w. PIP! Chris Angelico <rosuav@gmail.com> - 2015-09-04 13:32 +1000
        Re: Need Help w. PIP! wxjmfauth@gmail.com - 2015-09-04 01:13 -0700
      Re: Need Help w. PIP! Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-09-04 09:14 -0400
      Re: Need Help w. PIP! Chris Warrick <kwpolska@gmail.com> - 2015-09-04 16:30 +0200
  Re: Need Help w. PIP! "ast" <nomail@invalid.com> - 2015-09-04 08:16 +0200
    Re: Need Help w. PIP! "ast" <nomail@invalid.com> - 2015-09-04 08:24 +0200
  Re: Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-04 09:04 -0700
    Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 21:46 +0100
    Re: Need Help w. PIP! MRAB <python@mrabarnett.plus.com> - 2015-09-05 01:55 +0100
    Re: Need Help w. PIP! Rob Hills <rhills@medimorphosis.com.au> - 2015-09-05 10:19 +0800
      Re: Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-04 20:07 -0700
        Re: Need Help w. PIP! eryksun <eryksun@gmail.com> - 2015-09-05 01:30 -0500
    Re: Need Help w. PIP! Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-09-05 10:14 +0200
      Re: Need Help w. PIP! Terry Reedy <tjreedy@udel.edu> - 2015-09-09 01:53 -0400
      Reply to author, reply to list, reply to all (was: Need Help w. PIP!) Ben Finney <ben+python@benfinney.id.au> - 2015-09-09 16:09 +1000
      Re: Reply to author, reply to list, reply to all Ben Finney <ben+python@benfinney.id.au> - 2015-09-09 17:20 +1000
      Re: Reply to author, reply to list, reply to all (was: Need Help w. PIP!) Chris Angelico <rosuav@gmail.com> - 2015-09-09 17:24 +1000
      Re: Reply to author, reply to list, reply to all Ben Finney <ben+python@benfinney.id.au> - 2015-09-09 17:38 +1000
      Re: Reply to author, reply to list, reply to all Terry Reedy <tjreedy@udel.edu> - 2015-09-09 04:16 -0400

csiph-web