I have been trying to load Animation Nodes, but can't seem to get Numpy to work, and have no idea how to install. I have done a clean install on latest version (and other tower works fine) but this particular machine won't work. I have not had to install Numpy on the working machine. The Numpy folder has been installed, I even copied it to the Modules folder, and it still won't work.
I really need to use these nodes.
When I try import I get:
Traceback (most recent call last):
File "<blender_console>", line 1, in <module>
File "C:\Program Files\Blender Foundation\Blender\2.78\scripts\modules\numpy\__init__.py", line 180, in <module>
from . import add_newdocs
File "C:\Program Files\Blender Foundation\Blender\2.78\scripts\modules\numpy\add_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "C:\Program Files\Blender Foundation\Blender\2.78\scripts\modules\numpy\lib\__init__.py", line 8, in <module>
from .type_check import *
File "C:\Program Files\Blender Foundation\Blender\2.78\scripts\modules\numpy\lib\type_check.py", line 11, in <module>
import numpy.core.numeric as _nx
AttributeError: module 'numpy' has no attribute 'core'
