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


Groups > comp.lang.python > #94262

Re: Is there a way to install ALL Python packages?

Return-Path <torriem+gmail@torriefamily.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.012
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'broken': 0.03; 'subject:Python': 0.05; 'desirable.': 0.07; 'before.': 0.09; 'typed': 0.09; 'python': 0.10; 'file,': 0.15; '"python': 0.16; 'figure,': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'install.': 0.16; 'numpy': 0.16; 'subject:install': 0.16; 'thread?': 0.16; 'wrote:': 0.16; 'install,': 0.22; 'seems': 0.23; 'import': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'figure': 0.27; 'followed': 0.27; 'idea': 0.28; "i'm": 0.30; 'too.': 0.30; "i'd": 0.31; "can't": 0.32; 'run': 0.33; 'directory,': 0.33; 'machine.': 0.33; 'option.': 0.33; 'open': 0.33; 'message- id:@gmail.com': 0.34; "isn't": 0.35; 'problem.': 0.35; 'but': 0.36; 'instead': 0.36; 'there': 0.36; 'possible': 0.36; 'to:addr :python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'operating': 0.37; 'received:org': 0.37; "won't": 0.38; 'sure': 0.39; 'takes': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'your': 0.60; 'telling': 0.61; 'charset:windows-1252': 0.62; 'linked': 0.63; 'grab': 0.64; 'between': 0.65; 'packages,': 0.66; 'subject:there': 0.66; 'prompt': 0.79; 'everything,': 0.84; 'window,': 0.84
X-Virus-Scanned amavisd-new at torriefamily.org
Date Mon, 20 Jul 2015 21:39:51 -0600
From Michael Torrie <torriem@gmail.com>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version 1.0
To python-list@python.org
Subject Re: Is there a way to install ALL Python packages?
References <3e71ac8f-7976-455a-8432-f3986b2f78b1@googlegroups.com>
In-Reply-To <3e71ac8f-7976-455a-8432-f3986b2f78b1@googlegroups.com>
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
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.800.1437449998.3674.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1437449998 news.xs4all.nl 2880 [2001:888:2000:d::a6]:57475
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 4246
X-Received-Body-CRC 2985228949
Path csiph.com!usenet.pasdenom.info!news.stben.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Xref csiph.com comp.lang.python:94262

Show key headers only | View raw


On 07/20/2015 08:57 PM, ryguy7272 wrote:
> I'd like to install ALL Python packages on my machine.  Even if it
> takes up 4-5GB, or more, I'd like to get everything, and then use it
> when I need it.  Now, I'd like to import packages, like numpy and
> pandas, but nothing will install.  I figure, if I can just install
> everything, I can simply use it when I need it, and if I don't need
> it, then I just won't use it.
> 
> I know R offers this as an option.  I figure Python must allow it
> too.
> 
> Any idea  how to grab everything?

Since I'm sure there are conflicts between some packages as well as
completely broken packages, I suspect this isn't really possible or
desirable.

And it won't solve your problem.  If you can't get numpy and pandas to
install, you may have troubles with "everything" also.

Are you sure you followed the instructions on the page you linked to in
your pandas install thread?  Seems like you typed "python get-pip.py" in
a python prompt instead of your operating system command prompt.  I
recall telling you about this before.  You download the get-pip.py file,
put it somewhere, like on your desktop, then open the command prompt
window, cd to that directory, and then run "python get-pip.py" from your
cmd.exe C: prompt.

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


Thread

Is there a way to install ALL Python packages? ryguy7272 <ryanshuell@gmail.com> - 2015-07-20 19:57 -0700
  Re: Is there a way to install ALL Python packages? Chris Angelico <rosuav@gmail.com> - 2015-07-21 13:17 +1000
    Re: Is there a way to install ALL Python packages? Rustom Mody <rustompmody@gmail.com> - 2015-07-20 20:24 -0700
      Re: Is there a way to install ALL Python packages? Chris Angelico <rosuav@gmail.com> - 2015-07-21 13:37 +1000
  Re: Is there a way to install ALL Python packages? Michael Torrie <torriem@gmail.com> - 2015-07-20 21:39 -0600
  Re: Is there a way to install ALL Python packages? Terry Reedy <tjreedy@udel.edu> - 2015-07-21 00:40 -0400
  Re: Is there a way to install ALL Python packages? Laura Creighton <lac@openend.se> - 2015-07-21 09:57 +0200
  Re: Is there a way to install ALL Python packages? tjohnson <tandrewjohnson@outlook.com> - 2015-07-21 08:10 -0400
  Re: Is there a way to install ALL Python packages? ryguy7272 <ryanshuell@gmail.com> - 2015-07-21 08:19 -0700
    Re: Is there a way to install ALL Python packages? tjohnson <tandrewjohnson@outlook.com> - 2015-07-21 17:53 -0400
  Re: Is there a way to install ALL Python packages? ryguy7272 <ryanshuell@gmail.com> - 2015-07-21 19:58 -0700
    Re: Is there a way to install ALL Python packages? Laura Creighton <lac@openend.se> - 2015-07-22 09:13 +0200

csiph-web