vanna
vanna copied to clipboard
Solution for vanna.ask() hanging on generating plotly figure.
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!