question

saikrishna n avatar image
saikrishna n asked saikrishna n answered

Ringcentral import error in python

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'

python
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image
Phong Vu answered

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.

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered

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

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Tanja Hoefler avatar image
Tanja Hoefler answered

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

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

saikrishna n avatar image
saikrishna n answered

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.

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.