-
Notifications
You must be signed in to change notification settings - Fork 50
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
RecursionError on segment call #33
Comments
Can you share more of the trace back? |
Trace back error : error.txt |
Works for me:
|
Weird, it doesn't work for me in Python 3.8. |
See the PR. If I set the CHUNK_SIZE to 200 then it works for me in 3.8 |
Thank you for the support :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm having trouble with following code:
It fails with a RecursionError.
RecursionError: maximum recursion depth exceeded while calling a Python object
I'm using python 3.8 on ubuntu 20.04.
The text was updated successfully, but these errors were encountered: