solarwinds/orionsdk-python

the orionsdk pypi package is at version 0.0.6 and more than 1 year out of date on pypi.org

serbant opened this issue · 6 comments

... but the documentation on the github age applies to version 0.0.8. if one installs the sdk via pip (as documented) and then one tries to use the exposed session object, one gets an exception.

image

This is getting to be problematic. Please address soon, if possible.
Willing to help should you want it.

In the mean time, put the below line into your requirements.txt file and pip will install the most recent version. At least it did for me. I make no guarantees about this.

git+https://github.com/solarwinds/orionsdk-python

I got bit also by the pypi version being old and things not working because I was reading the docs from github. bump :)

Version 0.1.0 is now available at https://pypi.org/project/orionsdk/.

Thank you!