Question

Ringcentral import error in python

  • 26 July 2019
  • 4 replies
  • 2286 views

To call the sms api, i have followed the instructions to install the python. but getting the below error while importing the ringcentral.

from ringcentral import SDK

ModuleNotFoundError: No module named 'ringcentral'


4 replies

Userlevel 1

Can you double check if the RingCentral Python SDK was installed successfully? Based on the error, it is clear that the SDK is not found.

Did you able to configure python SDK? Have you able to install the required libs?.. it happens when it is unable to import the required modules..

Could you please check the following link sample demo for your reference

https://github.com/grokify/ringcentral-demos-oauth/tree/master/python-bottle

And

https://github.com/ringcentral/ringcentral-python

You can install a separate version of python to use locally to avoid using the system version. To do that, run "brew install python".

There was an OS Issue and Python version mismatch issue. Installed it in new redhat linux 6.5 with python 2.7 and it worked for me.

Thanks you all.

Reply