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 #5

Open
pondito opened this issue Aug 12, 2020 · 5 comments
Open

RecursionError: maximum recursion depth exceeded #5

pondito opened this issue Aug 12, 2020 · 5 comments
Assignees

Comments

@pondito
Copy link

pondito commented Aug 12, 2020

Python 3.8.5 Fedora 32
While running ./install --user:
(couple of times the same:)
__File "./install", line 159, in init
self.parse_commands()
File "./install", line 166, in parse_commands
for i, x in enumerate(self[:]):
File "/usr/lib64/python3.8/collections/init.py", line 1079, in getitem
return self.class(self.data[i])

Solution from https://stackoverflow.com/questions/8177073/python-maximum-recursion-depth-exceeded doesnt seem to work, because fedora says "Memory protection violation".

@AGG2017
Copy link

AGG2017 commented Nov 9, 2020

I also have the same installation error, Python 3.8.5, Ubuntu 20.04 LTS. Increasing the max recursion depth doesn't help and produce a crash and memory dump. The only way to use this great tool is to start its GUI from the downloaded folder without installation: python3 glader.py. It also requires easysettings to be installed by pip3 in advance (never mentioned as dependency).

@cjwelborn
Copy link
Member

I haven't been updating python enough lately. A few of my projects seem to be experiencing problems with Python 3.8+. I'll see what I can do this week. Also, I always accept pull requests that don't break backwards compatibility.

@cjwelborn
Copy link
Member

Also, thank you for the report.

@cjwelborn cjwelborn self-assigned this Jan 24, 2021
@rinatzakirov
Copy link

The error is still there.

@cjwelborn
Copy link
Member

I worked on some of my project issues a few weeks ago, but I somehow missed this one. It will be my primary focus next time I get a chance.

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