question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display.

See original GitHub issue

RecursionError: maximum recursion depth exceeded while calling a Python object

import lux
import pandas as pd

# creating a Dataframe object 
df = pd.DataFrame(dict_country)
  
df

I am attaching the log messages; hopefully that might be helpful in following where the issue might be. error.log

lux version: 0.4.0 panda version: 1.2.5

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
tbnsilveiracommented, Apr 26, 2022

I faced the same problem today. Running lux.debug_info() showed versions lux 0.5.1 and pandas 1.2.5. Upgrading my pandas package to version 1.2.5 solved the issue.

1reaction
dani-lbnlcommented, Oct 15, 2021

I have noticed that a shutdown to the kernel and then restart handles the problem sometimes. Perhaps try running the example in https://github.com/lux-org/lux-binder/blob/master/tutorial/1-specifying-intent.ipynb and if it does’t render, then there might be some installation issue… my 2 cents…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unexpected error in rendering Lux widget and ...
Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display. Please report the following issue on Github: ...
Read more >
Source code for lux.core.frame
PandasExecutor import PandasExecutor lux.config.executor ... warnings.warn( "\nUnexpected error in rendering Lux widget and recommendations. " "Falling back ...
Read more >
Marvel Lux test
Time # Log Message 9.9s 2 /kaggle/input/comiccharacters/README.md 9.9s 3 /kaggle/input/comiccharacters/dc‑wikia‑data.csv 12.2s 4 Collecting lux‑api
Read more >
Untitled
On time in full otif, Directx error 15, Plat alsacien 3 viandes, Tenho pena das inimigas tonight, Cek nomor simpati via sms, 1992...
Read more >
Designing Automated Assistants for Visual Data ...
5.5 Examples of various recommendation categories implemented in Frontier. (A) ... and Lux displays visualizations that are related to the intent.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found