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

RecursionError: maximum recursion depth exceeded in comparison #373

Open
rageshS opened this issue Sep 17, 2020 · 4 comments
Open

RecursionError: maximum recursion depth exceeded in comparison #373

rageshS opened this issue Sep 17, 2020 · 4 comments

Comments

@rageshS
Copy link

rageshS commented Sep 17, 2020

Hi All,

I have an android APK that developed by the React Native development environment. I am working on python 3.6.9. I ran the command qark --apk apks/my.apk. When I execute the command it starts to run but there is an error shows like RecursionError: maximum recursion depth exceeded in comparison

@rageshS
Copy link
Author

rageshS commented Sep 17, 2020

Is there any required python package missing? I am working on the elementary OS.

@prashant-1906
Copy link

do you know how to solve recursion error in python 3.8 in the between of the code ??

@joseph-acc
Copy link

Seeing this error as well. Has there been any updates?

@leeaustinadams
Copy link

I've had some luck by increasing python's recursion limit:

    os.setrecursionlimit(2000)

But I have not looked to see if there is an opportunity to replace recursion with iteration, or some other non-hack fix. This project seems to be inactive, unfortunately.

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

4 participants