splunk / splunk-sdk-python

Splunk Software Development Kit for Python
http://dev.splunk.com
Apache License 2.0
698 stars 370 forks source link

Fix installation with Python 3.12 #549

Closed jfcherng closed 8 months ago

jfcherng commented 1 year ago

Fixes https://github.com/splunk/splunk-sdk-python/issues/548

Built Wheel

splunk_sdk-1.7.4-py3-none-any.whl.zip

References

tsnaketech commented 11 months ago

In 3.12 the installation is ok, but using import splunklib.searchcommands brings the error

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[8], line 1
----> 1 import splunklib.searchcommands

ModuleNotFoundError: No module named 'splunklib.searchcommands'
jfcherng commented 8 months ago

Closed as official 2.0.0 is released.