Hi,
I am getting the following error when I try to import numpy package in the python node in dataverse:
"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. "
I have copied the following folders from my anaconda installation:
numpy
numpy-1.12.1-py3.6.egg-info
into:
C:\Program Files\Dataverse\platform\windows-x86-64\python\Lib\site-packages
Please let me know what could be the issue? I am able to import other packages like openpyxl etc.