I'm getting an error using the Data Health in the Intelligence Suite:
"Unexpected error occurred in plugin please see log file"
Results do show on the scores output but nothing on the Report and Outliers.
I've check the log file and apparently I'm missing the kaleido library:
"The kaleido executable is required by the kaleido Python library, but it was not included
in the Python package and it could not be found on the system PATH."
I think I have a pretty vanilla out of the box install so am suprised anything is missing. I suspect the library is needed for the graphics shown on the report output.
How do I fix?
Root Cause
The Data Health is looking for a wrong folder. In the log, it says below, where the folder does not exist
Searched for included kaleido executable at:
C:\Program Files\Alteryx\bin\Miniconda3\envs\IntelligenceSuite_venv\Lib\site-packages\kaleido\executable\kaleido
Solution
Therefore, I went to the exectable folder, and make a copy of bin, and change name to kaleido. It solve the problem.