Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPI package does not contain core #8

Closed
grokify opened this issue Mar 25, 2017 · 1 comment
Closed

PyPI package does not contain core #8

grokify opened this issue Mar 25, 2017 · 1 comment

Comments

@grokify
Copy link
Contributor

grokify commented Mar 25, 2017

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
Copy link
Contributor

Fixed in #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants