Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.mixmin.net!feeder1.xsusenet.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: 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; 'scipy': 0.05; 'instance.': 0.09; 'kumar': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python.': 0.11; 'jan': 0.11; 'packages.': 0.15; 'binaries': 0.16; 'life..': 0.16; 'numpy': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.16; 'windows': 0.20; '(see': 0.20; 'libraries': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'url:edu': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'installed': 0.26; 'header:X -Complaints-To:1': 0.26; 'linux': 0.26; 'subject:like': 0.29; 'terry': 0.29; 'third': 0.33; 'to:addr:python-list': 0.35; 'installing': 0.35; 'subject:: ': 0.37; 'received:org': 0.38; 'to:addr:python.org': 0.39; 'pip': 0.84; 'received:fios.verizon.net': 0.91; 'hundred': 0.96 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: installing libraries like numpy scipy matplotlib Date: Sat, 4 Jul 2015 16:29:22 -0400 References: <44a89c97-38bb-4087-973a-0da56488b824@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1436041806 news.xs4all.nl 2960 [2001:888:2000:d::a6]:33632 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93494 On 7/4/2015 10:58 AM, Jens Thoms Toerring wrote: > PIYUSH KUMAR wrote: >> I have never used linux in my life.. only windows based computing.. So I >> have problems in installing third party libraries in python. The numpy and scipy projects create Windows binararies for all recent releases that are available on pypi.python.org and installed with pip install scipy for instance. Many other ditto. http://www.lfd.uci.edu/~gohlke/pythonlibs/ provides binaries for about a hundred popular packages. pip can access these also (see page header). -- Terry Jan Reedy