-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing dependency in v2.0.0 release #567
Comments
Since Python that is bundled with the Splunk Enterprise installation doesn't contain |
2.0.1 was released today with the update from the above PR. |
When I try to:
@yaleman 100% sure its fixed? Or do you think my error is unrelated? |
That sure does look like you're running an old version |
i know. That's why i think I'm missing sth "easy". But when I look into my changelog.md:
|
Try: import splunklib print(splunklib.version) sorry I'm on mobile. Maybe your code is using a cached version somewhere |
The only other thing I could really suggest is installing the missing package or commenting out the offending code. There's no easy wins when there's a missing dependency. (edit: removed some formatting) |
Describe the bug
The package depends on
deprecation
but doesn't specify it as a dependency.To Reproduce
Steps to reproduce the behaviour:
Expected behavior
Functional dependencies to be specified on install of the package.
Logs or Screenshots
Splunk (please complete the following information):
n/1
SDK (please complete the following information):
Additional context
The
tox
tests explicitly install the dependencies, but this shouldn't be required, as theinstall_requires
option should be used in setuptools.This is the only non-core-python dependency required by the package.
The text was updated successfully, but these errors were encountered: