-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
"RecursionError: maximum recursion depth exceeded" with pandas 1.1.5 #3977
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
Comments
Interesting that you say that with 1.1.4 the bug is not present. I tried with the python:3.8 docker image: and I get the same recursion error. Perhaps I'll try to find which pandas version will finally allow me to get it working.
|
pandas==1.0.5 finally runs to completion, with these (correct) python warnings:
Here's it's Dockerfile:
|
@bnsh it's because you are not at the latest version of astroid, i.e. master branch on GitHub. |
Thanks to @dbaty, 👍 i made three kind of tests (all with |
@hippo91 Instead of closing this issue, wouldn't it be better to find the underlying issue in astroid? It seems to me that there are a lot of bug reports with recursion errors in astroid and a new version of pandas does not solve the bug that will reappear in a future version or in other libraries. |
Uh oh!
There was an error while loading. Please reload this page.
As discussed in issue #3939.
Steps to reproduce
It seems that with the new version 1.1.5 of pandas, we get a recursion error when using pandas in a similar way to issue #3939. I use the same script as @arg-123 in issue #3939:
Here is the bash script I use to reproduce the bug:
where
test.py
is the Python script above.With pandas 1.1.4, the bug is not present.
Current behavior
Recursion error, see https://pastebin.com/EXJJSiqt
Expected behavior
No recursion error
pylint --version output
The text was updated successfully, but these errors were encountered: