Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93505
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.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.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'installed.': 0.05; 'url:products': 0.07; '*is*': 0.09; 'guys.': 0.09; 'kumar': 0.09; 'lengths': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'wrong,': 0.09; 'python': 0.11; 'assume': 0.11; 'python.': 0.11; '(at)': 0.16; 'install.': 0.16; 'life..': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:enthought': 0.16; 'wrote:': 0.16; 'linux,': 0.18; 'library': 0.20; 'windows': 0.20; 'libraries': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'question': 0.26; 'header:X -Complaints-To:1': 0.26; 'linux': 0.26; 'subject:like': 0.29; 'option': 0.31; 'run': 0.32; 'getting': 0.33; 'point': 0.33; 'third': 0.33; "he's": 0.33; 'url:downloads': 0.33; 'another': 0.34; 'could': 0.35; 'to:addr:python-list': 0.35; 'next': 0.35; 'installing': 0.35; 'something': 0.35; 'but': 0.36; "let's": 0.36; 'subject:: ': 0.37; 'version': 0.38; 'received:org': 0.38; 'to:addr:python.org': 0.39; 'some': 0.40; 'address': 0.61; 'more': 0.62; 'reach': 0.62; 'charset:windows-1252': 0.65; 'pain': 0.84; 'received:myvzw.com': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | memilanuk <memilanuk@gmail.com> |
| Subject | Re: installing libraries like numpy scipy matplotlib |
| Date | Sun, 05 Jul 2015 04:26:21 -0700 |
| References | <44a89c97-38bb-4087-973a-0da56488b824@googlegroups.com> <cvqakgFlt3aU1@mid.uni-berlin.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 204.sub-70-199-166.myvzw.com |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
| In-Reply-To | <cvqakgFlt3aU1@mid.uni-berlin.de> |
| 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.303.1436095595.3674.python-list@python.org> (permalink) |
| Lines | 29 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1436095595 news.xs4all.nl 2962 [2001:888:2000:d::a6]:36312 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:93505 |
Show key headers only | View raw
On 07/04/2015 07:58 AM, Jens Thoms Toerring wrote: > PIYUSH KUMAR <okkpiyush@gmail.com> wrote: >> I have never used linux in my life.. only windows based computing.. So I >> have problems in installing third party libraries in python. > > It depends. One question is if there's already a ready-for-use > package for the third party library you want to install. If that > is the case then the next question is which distro you're using I could be wrong, but I think the point was that he's not using Linux, while the majority of instructions for getting and using various scientific libraries for Python assume that the user *is* using Linux. One option would be to run Linux from a VM... but another would be to use a 'packaged' version of Python such as Anaconda * or Enthought ** - they come ready to go with all the more popular scientific packages installed. They go to some lengths to address issues of package compatibility and dependencies - something that can be more of a pain on Windows than on Linux. * http://continuum.io/downloads ** https://www.enthought.com/products/epd/ -- Shiny! Let's be bad guys. Reach me @ memilanuk (at) gmail dot com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
installing libraries like numpy scipy matplotlib PIYUSH KUMAR <okkpiyush@gmail.com> - 2015-07-03 21:05 -0700
Re: installing libraries like numpy scipy matplotlib jt@toerring.de (Jens Thoms Toerring) - 2015-07-04 14:58 +0000
Re: installing libraries like numpy scipy matplotlib Terry Reedy <tjreedy@udel.edu> - 2015-07-04 16:29 -0400
Re: installing libraries like numpy scipy matplotlib memilanuk <memilanuk@gmail.com> - 2015-07-05 04:26 -0700
Re: installing libraries like numpy scipy matplotlib jt@toerring.de (Jens Thoms Toerring) - 2015-07-05 12:21 +0000
csiph-web