splunk / splunk-sdk-python

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

Issue while installing sdk using pip in windows envrionment #553

Open prasoons opened 10 months ago

prasoons commented 10 months ago

Hi, I am trying to install splunk-sdk for my AWS workspace. I am able to install splunklib but while installing SDK, getting below error

from splunklib.six.moves import map ModuleNotFoundError: No module named 'splunklib.six.moves'

please suggest where is the problem as not able to find suitable page to rectify this issue.

barakbs1 commented 10 months ago

I also have the same issue, any updates?

akaila-splunk commented 10 months ago

Hi all, the library currently supports Python 2 and Python 3 runtimes and contains certain dependencies which are not working well with Python 3.9+ versions. This quarter, we are planning on a new beta release for the Python SDK with updated support for Python 3.9 and hope to resolve these issues.

teleter commented 8 months ago

Is there a update on this?

ashah-splunk commented 6 months ago

Hi @prasoons , @teleter , @barakbs1 Sorry for the delay, we have published a new version of Python SDK v2.0.1 . Request you to use the latest SDK and let us know if the issue is resolved. Thanks