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


Groups > comp.lang.python > #94321

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

Path csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; '11:19': 0.16; 'bundles': 0.16; 'figure,': 0.16; 'install.': 0.16; 'numpy': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:install': 0.16; 'wrote:': 0.16; '2015': 0.20; 'am,': 0.23; 'forgot': 0.23; 'import': 0.24; 'header:In-Reply-To:1': 0.24; 'all.': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; 'figure': 0.27; 'idea': 0.28; 'too.': 0.30; 'mention': 0.30; "i'd": 0.31; 'post': 0.31; 'machine.': 0.33; 'option.': 0.33; 'received:comcast.net': 0.33; 'previous': 0.34; 'but': 0.36; 'there': 0.36; 'monday,': 0.36; 'to:addr :python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'received:org': 0.37; "won't": 0.38; 'takes': 0.39; 'to:addr:python.org': 0.40; 'charset:windows-1252': 0.62; 'grab': 0.64; '20,': 0.66; 'numerous': 0.66; 'packages,': 0.66; 'subject:there': 0.66; 'insight': 0.79; 'everything,': 0.84; 'from:addr:outlook.com': 0.84; 'utc-4,': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From tjohnson <tandrewjohnson@outlook.com>
Subject Re: Is there a way to install ALL Python packages?
Date Tue, 21 Jul 2015 17:53:18 -0400
References <3e71ac8f-7976-455a-8432-f3986b2f78b1@googlegroups.com> <c2c653e9-b81f-46b8-aced-eaf5c97c8c05@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host c-67-163-147-223.hsd1.pa.comcast.net
User-Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
In-Reply-To <c2c653e9-b81f-46b8-aced-eaf5c97c8c05@googlegroups.com>
X-Antivirus avast! (VPS 150721-1, 07/21/2015), Outbound message
X-Antivirus-Status Clean
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.835.1437515607.3674.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1437515607 news.xs4all.nl 2919 [2001:888:2000:d::a6]:33321
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:94321

Show key headers only | View raw


On 7/21/2015 11:19 AM, ryguy7272 wrote:
> On Monday, July 20, 2015 at 10:57:47 PM UTC-4, 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.
>
> Ok, this makes sense.  Thanks for the insight everyone!!
>
I forgot to mention in my previous post that there are Python bundles 
like Anaconda and Enthought available, which come with numerous packages 
preinstalled. You may want to check them out.

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