Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'from:addr:yahoo.co.uk': 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; 'ignore': 0.14; 'binaries': 0.16; 'numpy': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'module,': 0.18; 'numerical': 0.18; 'language': 0.19; 'windows': 0.20; 'extension': 0.20; '64-bit': 0.22; 'lawrence': 0.22; 'subject:Questions': 0.22; 'url:edu': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "i've": 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints- To:1': 0.26; 'subject:2015': 0.27; "i'd": 0.31; "can't": 0.32; 'language.': 0.32; 'point': 0.33; 'file': 0.34; 'problem.': 0.35; 'should': 0.36; 'there': 0.36; 'possible.': 0.36; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'stuff': 0.38; 'to:addr:python.org': 0.40; 'mark': 0.40; 'your': 0.60; 'charset:windows-1252': 0.62; 'our': 0.64; 'pip': 0.84; 'pythonistas,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Python Questions - July 25, 2015 Date: Sun, 26 Jul 2015 14:19:19 +0100 References: <2adac4ce-976f-4a8a-849d-c76e484eba77@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-187-35.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437916769 news.xs4all.nl 2886 [2001:888:2000:d::a6]:49391 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94628 On 26/07/2015 13:49, BartC wrote: > On 25/07/2015 12:36, tandrewjohnson@outlook.com wrote: > >> For intensive numerical calculations, I'd recommend using the NumPy >> module, as well as the 64-bit version of Python is possible. > > How do you actually install Numpy in Windows? > http://www.lfd.uci.edu/~gohlke/pythonlibs/ You should be able to point pip there to get numpy. If you can't then download the whl file for your Python version and install from the local file name. Completely ignore the big title at the top of the site "Unofficial Windows Binaries for Python Extension Packages", I've been using stuff from there for years and never once had a problem. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence