Go to your local python folder apart from Splunk and copy the scripts related to pip (e.g. pip-install, easy-pip etc.)
Paste all these scripts in Splunk site-packages “C:\Program Files\Splunk\Python-2.7\Lib\site-packages”
Then open command prompt as an administrator and cd to this location “C:\Program Files\Splunk\Python-2.7\Lib\site-packages” and run pip install module name -t ” C:\Program Files\Splunk\Python-2.7\Lib\site-packages”
Then the specified library/module will start working in the Splunk
... View more