library · inferred from evidence
splunk-sdk
A software development kit for interacting with Splunk, referenced as a package with versioning and file permissions.
- pip install splunk-sdk fails on Python 3.12: Getting requirements to build wheel did not run successfully
Upgrade the SDK. Splunk published v2.0.0 with official Python 3.7+ support, which fixes the 3.12 build failure, and then v2.0.1 to add a missing dependency (the deprecation package) that 2.0.0 forgot to declare. Run: pip install --upgrade s
- Incorrect permissions on event_writer.py in splunk-sdk 1.7.2 fail AppInspect
This was fixed in the SDK itself. Upgrade to splunk-sdk 1.7.3 or newer, where event_writer.py ships with the correct 644 permissions like the rest of the package. The fix came in via a community PR that the Splunk maintainers merged, and th