Re: numpy error



Juergen Kareta wrote:
Hello,

this is my first try to get wxmpl-1.2.8 running. Therefor I installed:

python 2.5
matplotlib-0.87.6.win32-py2.5.exe
numpy-1.0rc3.win32-py2.5.exe

on WinXP SP2

The result is a version mismatch (see below).

Numpy version 1000002 seems to be numpy-1.0b5 which is not downloadable anymore. Any hints ?


You need to re-compile matplotlib (or wait until they release a new binary that is compiled against numpy 1.0)

Or install the numpy-1.0rc2 binary which is now again available on sourceforge.

-Travis

.



Relevant Pages

  • Re: missing dependency is actually there
    ... It's failed depndency is python =>2.4, ... Find the yum repositories for your Centos version. ... As a newbie you tried to install a package without some background ... NumPy instead of Numeric for those numerical extensions for Python. ...
    (linux.redhat)
  • Re: Python on Leopard issues
    ... I am new to python, and, just ... Since scipy.org's install page is out-dated -- it ... Numpy: built, installed numpy as described on scipy.org. ... Matplotlib: Retrieved here: (http://sourceforge.net/projects/ ...
    (comp.lang.python)
  • Re: missing dependency is actually there
    ... It's failed depndency is python =>2.4, ... Find the yum repositories for your Centos version. ... As a newbie you tried to install a package without some background ... NumPy instead of Numeric for those numerical extensions for Python. ...
    (linux.redhat)
  • Atlas and NumPy Problems
    ... I am trying to install ... In installing NumPy, ... I ran into the following problems installing Atlas and NumPy, ... ../ATL_row2blkT.c:64: error: (Each undeclared identifier is reported only once ...
    (comp.lang.python)
  • Re: numpy or _numpy or Numeric?
    ... but I couldn't read space separated values with csv. ... You are reading old documentation for Numeric and so any installation description is how to install the Numeric module (not its newer replacement which is called NumPy). ... line at a time and using the split method of strings: ...
    (comp.lang.python)