AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.7k stars 196 forks source link

UnboundLocalError: local variable 'hv_panel' referenced before assignment #89

Closed hhk123 closed 1 year ago

hhk123 commented 1 year ago

when i just run: Example 2: Visualize a Pandas DataFrame without a target variable... I have tried version of 0.1.601, 0.1.604, but :

 line 671, in draw_distplot_hv
    imgdata_list = append_panels(hv_panel, imgdata_list, chart_format)
UnboundLocalError: local variable 'hv_panel' referenced before assignment
AutoViML commented 1 year ago

try running "pip install holoviews --upgrade"

Also you need to install the exact version numbers in the requirements.txt file. That should fix it.