Numpy that is compatible with Scipy windows installer version
I am a Linux user trying to install Numpy/Scipy on a Windows machine in my office. I went to the website and grabbed the two latest versions: scipy = scipy-0.5.0.win32-py2.4.exe numpy = numpy-1.0b5.win32-py2.4.exe Trying to import scipy I get: Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
import scipy Overwriting info=<function info at 0x00C974F0> from scipy.misc.helpmod (was <fun ction info at 0x00BF7030> from numpy.lib.utils) Overwriting who=<function who at 0x00C24830> from scipy.misc.common (was <functi on who at 0x00BEFF30> from numpy.lib.utils) Overwriting source=<function source at 0x00C9B670> from scipy.misc.helpmod (was <function source at 0x00BF7070> from numpy.lib.utils) RuntimeError: module compiled against version 1000000 of C-API but this version of numpy is 1000002 Fatal Python error: numpy.core.multiarray failed to import... exiting.
I read about this problem on the list and there was mention of needing a different Numpy version. With a slightly older Numpy I got (numpy-0.9.8.win32-py2.4.exe): Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
import scipy Traceback (most recent call last): File "<stdin>", line 1, in ? File "C:\Python24\Lib\site-packages\scipy\__init__.py", line 32, in ? from numpy import oldnumeric ImportError: cannot import name oldnumeric
Are there windows installers available for compatible versions of Scipy and Numpy? Thanks, Ryan
Ryan, Try installing the latest scipy version 0.51. There's a windows binary for it. Worked fine for me. Martin Ryan Krauss wrote:
I am a Linux user trying to install Numpy/Scipy on a Windows machine in my office.
I went to the website and grabbed the two latest versions: scipy = scipy-0.5.0.win32-py2.4.exe numpy = numpy-1.0b5.win32-py2.4.exe
I would be glad to try that. Where do I get the installer for scipy 0.51? Thanks, Ryan On 9/6/06, Martin Spacek <scipy@mspacek.mm.st> wrote:
Ryan,
Try installing the latest scipy version 0.51. There's a windows binary for it. Worked fine for me.
Martin
Ryan Krauss wrote:
I am a Linux user trying to install Numpy/Scipy on a Windows machine in my office.
I went to the website and grabbed the two latest versions: scipy = scipy-0.5.0.win32-py2.4.exe numpy = numpy-1.0b5.win32-py2.4.exe
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion
Ryan Krauss wrote:
I would be glad to try that. Where do I get the installer for scipy 0.51?
http://prdownloads.sourceforge.net/scipy/scipy-0.5.1.win32-py2.4.exe?downloa... The SciPy website needs to be updated. -- "Eternity's a terrible thought. I mean, where's it all going to end?" -- Tom Stoppard, Rosencrantz and Guildenstern are Dead
O.K. I think I am up and running. I actually installed Entought and Numpy and Scipy worked together there. I then upgraded the scipy and numpy packages. Is there a compatible matplotlib as well? I was o.k. with mpl from enthought until I switched numerix to numpy. That made mpl unhappy. I downloaded 0.87.5 but I broke something in the process because now even switching back to Numeric doesn't make mpl happy. I may switch to the mpl list if this keeps giving me problems. Ryan On 9/6/06, James Graham <jg307@cam.ac.uk> wrote:
Ryan Krauss wrote:
I would be glad to try that. Where do I get the installer for scipy 0.51?
http://prdownloads.sourceforge.net/scipy/scipy-0.5.1.win32-py2.4.exe?downloa...
The SciPy website needs to be updated.
-- "Eternity's a terrible thought. I mean, where's it all going to end?" -- Tom Stoppard, Rosencrantz and Guildenstern are Dead
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion
Ryan, The Enthought 1.0.0 release shipped a pre-release of matplotlib 0.87.3, svn revision 2478. If you update numpy, you have to update to matching versions of scipy and matplotlib. If you are using binary releases, guessing which version of each is needed is difficult unless builders of the binaries specify exactly which version of numpy was used. If you're comfortable building these packages yourself, the simple solution is to download the latest numpy, install it over the existing numpy, get the latest scipy & matplot lib sources, build them and install them over the existing packages. Bryce Ryan Krauss wrote:
O.K. I think I am up and running. I actually installed Entought and Numpy and Scipy worked together there. I then upgraded the scipy and numpy packages.
Is there a compatible matplotlib as well? I was o.k. with mpl from enthought until I switched numerix to numpy. That made mpl unhappy. I downloaded 0.87.5 but I broke something in the process because now even switching back to Numeric doesn't make mpl happy. I may switch to the mpl list if this keeps giving me problems.
Ryan
On 9/6/06, James Graham <jg307@cam.ac.uk> wrote:
Ryan Krauss wrote:
I would be glad to try that. Where do I get the installer for scipy 0.51?
http://prdownloads.sourceforge.net/scipy/scipy-0.5.1.win32-py2.4.exe?downloa...
The SciPy website needs to be updated.
-- "Eternity's a terrible thought. I mean, where's it all going to end?" -- Tom Stoppard, Rosencrantz and Guildenstern are Dead
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion
Ryan Krauss wrote:
Is there a compatible matplotlib as well? I was o.k. with mpl from enthought until I switched numerix to numpy. That made mpl unhappy. I downloaded 0.87.5 but I broke something in the process because now even switching back to Numeric doesn't make mpl happy.
There was an error with the first MPL 0.87.5 builds uploaded. See the MPL list for more info, but these builds should work: http://euclid.uits.iupui.edu/mplfiles/ -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chris.Barker@noaa.gov
Thanks Chris, that worked great. Ryan On 9/6/06, Christopher Barker <Chris.Barker@noaa.gov> wrote:
Ryan Krauss wrote:
Is there a compatible matplotlib as well? I was o.k. with mpl from enthought until I switched numerix to numpy. That made mpl unhappy. I downloaded 0.87.5 but I broke something in the process because now even switching back to Numeric doesn't make mpl happy.
There was an error with the first MPL 0.87.5 builds uploaded. See the MPL list for more info, but these builds should work:
http://euclid.uits.iupui.edu/mplfiles/
-Chris
-- Christopher Barker, Ph.D. Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion
participants (5)
-
bryce hendrix
-
Christopher Barker
-
James Graham
-
Martin Spacek
-
Ryan Krauss