-
Notifications
You must be signed in to change notification settings - Fork 14
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
ModuleNotFoundError: No module named 'exceptions' #1
Comments
Same problem:
|
After direct message to SendSay support they mentioned, that it's only python2 lib. It won't work with python3. |
Enough to fix the import of exceptions in from .exceptions import SendsayAPIError // add dot "." before "exceptions" |
same issue |
root@aeb4686b140b:/tmp# python3
same issue even i have |
oh god this is sad |
Full lib seems to be broken because of incorrect modules imports:
Tested with Python 3.7.5, Ubuntu 18.04.3 LTS.
The text was updated successfully, but these errors were encountered: