Question

python package ringcentral uses outdated pubnub lib, so its impossible to use it

  • 6 February 2017
  • 1 reply
  • 484 views

I tried to install the ringcentral package for python from pip and it says it has pubnub as a dependency. It looks like it needs versions 3.* and those versions aren't supported anymore, I couldn't even install them from pip (only version 4.0.4 and ringcentral package doesn't work with it)


1 reply

Not a direct solution but a workaround here: https://github.com/tylerlong/ringcentral-python  It's a library maintained by me. It's NOT official but a community project. It has very good testing code coverage but it's not 1.0 yet.

Reply