vanna icon indicating copy to clipboard operation
vanna copied to clipboard

Solution for vanna.ask() hanging on generating plotly figure.

Open Mpal7 opened this issue 1 year ago • 0 comments

Hello,
I'm running vanna-ai on microsoft windows 11 enterprise 10.0.22631 build 22631 with python 3.10.7.
Basically i've found that when running vanna.ask(visualize = True) it hangs at the following line startup_response_string = self._proc.stdout.readline().decode('utf-8') inside kaleido:scopes:base.py, having problems with Kailedo subproc.

I've found several people with different builds having this problem, everything seems to work by downgrading from kaleido==0.2.1 to kaleido==0.1.0post1.

Hope it can help other people, cheers!

Mpal7 avatar Jan 27 '24 15:01 Mpal7