-
Notifications
You must be signed in to change notification settings - Fork 407
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 with d = dtale.show(df) #202
Comments
@bastianpeter apologies for the error. Is there any chance you could send me the output of running “pip freeze” on your environment? Just want to try simulating your environment. Thanks |
@aschonfeld Please find the output of pip freeze in the attached file. |
Thanks I'll work on this later today |
@bastianpeter I was able to create a python 3.7.3 virtual environment with everything from your pip freeze (with the exception of your local code, |
Oh, I just noticed you said you were using the IDE pyzo. That has to be causing it. I'll try installing that. |
@bastianpeter this should be all set now. Pyzo had an issue with how our logging was setup. I've pushed a new version, [1.8.15] (https://pypi.org/project/dtale/), which should solve your problem. Apologies for the issue. 🙏 |
@aschonfeld Have a good day |
Hi,
Your library looks great, but when I follow the example given here https://pypi.org/project/dtale/:
import dtale
import pandas as pd
df = pd.DataFrame([dict(a=1,b=2,c=3)])
Assigning a reference to a running D-Tale process
d = dtale.show(df)
the last command generates a zillion warnings and errors (which are in the attached file). The last error statement is:
RecursionError: maximum recursion depth exceeded while calling a Python object
I use Python 3.7.3 on mac10.15.4, IDE = Pyzo
Many thanks in advance for your feedback.
Bastian
errors and warnings.txt
The text was updated successfully, but these errors were encountered: