i installed python Splunk_SA_Scientific_Python_linux_x86_64 to import numpy module and follow the instruction in readme file but i got this error :
Traceback (most recent call last):
File "test.py", line 4, in
import numpy as np
File "/splunk/splunk/etc/apps/Splunk_SA_Scientific_Python_linux_x86_64/bin/linux_x86_64/lib/python2.7/site-packages/numpy/init.py", line 180, in
from . import add_newdocs
ImportError: cannot import name add_newdocs
... View more