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


Groups > comp.lang.python > #94287

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

From tjohnson <tandrewjohnson@outlook.com>
Subject Re: Is there a way to install ALL Python packages?
Date 2015-07-21 08:10 -0400
References <3e71ac8f-7976-455a-8432-f3986b2f78b1@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.813.1437480906.3674.python-list@python.org> (permalink)

Show all headers | View raw


On 7/20/2015 10: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?
>
> Thanks all.
>
As others have stated, this is not practical with Python. If you were to 
install every single package from PyPI, you'd end up with packages like 
funny 0.1 or Barun_Heehaw, which is described as "A sample junk 
project." (No, I'm not joking.)

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