numarray installation problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • learnerofpython
    New Member
    • Nov 2006
    • 14

    numarray installation problems

    hi!
    i am getting problems while installing the num array module.
    The setup file is a python script which has to be run.
    i tried running it through command prompt.still i couldnt install it.
    i am getting errors .wat else can be done???
    i downloaded it from SourcForge.net( the file numpy-1.0.1.tar.gz)
  • fuffens
    New Member
    • Oct 2006
    • 38

    #2
    If you don't want to build the package, download the exe file for Windows instead.

    BR
    /Fredrik

    Comment

    • fuffens
      New Member
      • Oct 2006
      • 38

      #3
      I was assuming you're using Windows from your other posts...

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by learnerofpython
        hi!
        i am getting problems while installing the num array module.
        The setup file is a python script which has to be run.
        i tried running it through command prompt.still i couldnt install it.
        i am getting errors .wat else can be done???
        i downloaded it from SourcForge.net( the file numpy-1.0.1.tar.gz)
        It will help if you include error messages. Thanks,
        Barton

        Comment

        • learnerofpython
          New Member
          • Nov 2006
          • 14

          #5
          The error which i am receiving while running the script(installa tion file) is:

          "Using EXTRA_COMPILE_A RGS = []
          Using builtin 'lite' BLAS and LAPACK
          running config
          error: Python was built with Visual Studio 2003;
          extensions must be built with a compiler than can generate compatible binaries.
          Visual Studio 2003 was not found on this system. If you have Cygwin installed,
          you can try compiling with MingW32, by passing "-c mingw32" to setup.py"

          Comment

          • bartonc
            Recognized Expert Expert
            • Sep 2006
            • 6478

            #6
            Originally posted by learnerofpython
            The error which i am receiving while running the script(installa tion file) is:

            "Using EXTRA_COMPILE_A RGS = []
            Using builtin 'lite' BLAS and LAPACK
            running config
            error: Python was built with Visual Studio 2003;
            extensions must be built with a compiler than can generate compatible binaries.
            Visual Studio 2003 was not found on this system. If you have Cygwin installed,
            you can try compiling with MingW32, by passing "-c mingw32" to setup.py"
            Fredrik is right. It looks like you are on windows so getting the msi is probably your best bet. If you don't know about compilers, this is the only thing to do!

            Comment

            Working...