Rishabh Kasat
04/27/2023, 2:08 PMkedro.framework.cli.utils.KedroCliError: No module named 'pyspark_llap'
Run with --verbose to see the full exception
Error: No module named 'pyspark_llap'
Sajid Alam
04/27/2023, 2:24 PMpyspark_llap
might be a custom module in your project. Make sure that it is in the correct directory and that the Python import paths are set up properly.
What is the output when you run it when you run kedro viz --verbose
?