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?

Date 2015-07-20 21:39 -0600
From Michael Torrie <torriem@gmail.com>
Subject Re: Is there a way to install ALL Python packages?
References <3e71ac8f-7976-455a-8432-f3986b2f78b1@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.800.1437449998.3674.python-list@python.org> (permalink)

Show all headers | 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