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


Groups > comp.lang.python > #93494

Re: installing libraries like numpy scipy matplotlib

From Terry Reedy <tjreedy@udel.edu>
Subject Re: installing libraries like numpy scipy matplotlib
Date 2015-07-04 16:29 -0400
References <44a89c97-38bb-4087-973a-0da56488b824@googlegroups.com> <cvqakgFlt3aU1@mid.uni-berlin.de>
Newsgroups comp.lang.python
Message-ID <mailman.293.1436041806.3674.python-list@python.org> (permalink)

Show all headers | View raw


On 7/4/2015 10: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.

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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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