import moose - numpy.core.multiarray import error
Created by: subhacom
I installed moose from the source tarball.I also made sure I did install all its dependencies before installation.I used the platform Ubuntu 12.04 64bit for the installation.I first did "make BUILD=release" followed by a clean make "make SVN=0". I then installed moose using "sudo make install" without any glitch.After a perfect install I opened up python command line from the terminal and just tried to import the moose library to check whether it is successfully running or not.I get the following error....
quinn@Medusa:~/setups/moose_2.0.0_kalakand$ python Python 2.7.3 (default, Aug 1 2012, 05:14:39) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import moose on node 0, numNodes = 1, numCores = 4, numComputeThreads = 4 ImportError: numpy.core.multiarray failed to import Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/moose/init.py", line 201, in from .moose import * File "/usr/lib/python2.7/dist-packages/moose/moose.py", line 40, in from . import _moose ImportError: numpy.core.multiarray failed to import
I did install numpy 1.7.0 before even attempting to install moose. The installtion was done from the source download I obtained from the numpy site.After getting this error I managed to install all the other dependencies too with no avail.
Reported by: *anonymous