Splunk Search

running a script saved in SPLUNK_Home/bin/scripts import issues

splunk_user4
Explorer

Trying to set up a script to add a users to an AD group, got the script working on my computer and when I try to add it into splunk in the script folder the imports aren't working.

 

file test.py line 21, in <module>
import pandas as pd
ImportError: No module named pandas

Keep getting this error and others for different modules but the modules are installed. same with LDAP3

Requirement already satisfied: pandas in /usr/local/lib64/python3.6/site-packages
Requirement already satisfied: numpy>=1.13.3 in /usr/local/lib64/python3.6/site-packages (from pandas)

Requirement already satisfied: ldap3 in /usr/local/lib/python3.6/site-packages
Requirement already satisfied: pyasn1>=0.1.8 in /usr/local/lib/python3.6/site-packages (from ldap3)

Tags (1)
0 Karma
1 Solution

splunk_user4
Explorer

Got it to work with pip3 install --target=$SPLUNK_HOME/lib/python3.7/site-packages ldap3

View solution in original post

0 Karma

splunk_user4
Explorer

Got it to work with pip3 install --target=$SPLUNK_HOME/lib/python3.7/site-packages ldap3

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Agent Mode Engaged! Enchaining Agentic Operations with Splunk AI Assistant 2.0

    Are you ready to transform how your team handles complex data requests? We invite you to our upcoming ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...