ringcentral / ringcentral-python

RingCentral Connect Platform Python SDK
MIT License
45 stars 35 forks source link

PyPI package does not contain `core` #8

Closed grokify closed 7 years ago

grokify commented 7 years ago

The PyPI ringcentral 0.7.5 package does not include the core folder.

This results in the following error:

File "/path/to/python3.6/site-packages/ringcentral/platform/platform.py", line 8, in <module>
    from ..core import base64encode
ModuleNotFoundError: No module named 'ringcentral.core'

A workaround is to download the files from the Github repo and save them into the site-packages/ringcentral directory manually.

kirill-konshin commented 7 years ago

Fixed in #7