Traceback (most recent call last):
File "/home/noahtreb/Programs/blender-2.78c-linux-glibc219-x86_64/MGLToolsPckgs/numpy/core/__init__.py", line 16, in <module>
from . import multiarray
ImportError: libmkl_intel_lp64.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/noahtreb/.config/blender/2.78/scripts/addons/epmv_blender_plugin.py", line 101, in execute
from ePMV import epmvGui
File "/home/noahtreb/Programs/blender-2.78c-linux-glibc219-x86_64/MGLToolsPckgs/ePMV/epmvGui.py", line 32, in <module>
from ePMV import comput_util as C
File "/home/noahtreb/Programs/blender-2.78c-linux-glibc219-x86_64/MGLToolsPckgs/ePMV/comput_util.py", line 33, in <module>
import numpy.oldnumeric as Numeric
File "/home/noahtreb/Programs/blender-2.78c-linux-glibc219-x86_64/MGLToolsPckgs/numpy/__init__.py", line 146, in <module>
from . import add_newdocs
File "/home/noahtreb/Programs/blender-2.78c-linux-glibc219-x86_64/MGLToolsPckgs/numpy/add_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "/home/noahtreb/Programs/blender-2.78c-linux-glibc219-x86_64/MGLToolsPckgs/numpy/lib/__init__.py", line 8, in <module>
from .type_check import *
File "/home/noahtreb/Programs/blender-2.78c-linux-glibc219-x86_64/MGLToolsPckgs/numpy/lib/type_check.py", line 11, in <module>
import numpy.core.numeric as _nx
File "/home/noahtreb/Programs/blender-2.78c-linux-glibc219-x86_64/MGLToolsPckgs/numpy/core/__init__.py", line 26, in <module>
raise ImportError(msg)
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control). Otherwise reinstall numpy.
Original error was: libmkl_intel_lp64.so: cannot open shared object file: No such file or directory
location: <unknown location>:-1
location: <unknown location>:-1