-
Notifications
You must be signed in to change notification settings - Fork 75
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
Invite user giving the API error - new to this library so its basic usage question #60
Comments
Time is a Python built-in package, you don't need to install it. From the the traceback I can tell the issue arise in the |
I'm having this issue right now code:
error:
|
The exception occurs in _submit_stats() method. Just turn off usage stats submission: |
Inputs in python code:
Output error
I tried doing
pip install time
/pip3 install time
but the module is not found in the pip command.The text was updated successfully, but these errors were encountered: