https://kedro.org/ logo
#questions
Title
# questions
r

Rishabh Kasat

04/27/2023, 2:08 PM
Hi, when I a trying to run the Kedro Viz command I am getting the below error. Any idea how to resolve it? there is no _*pyspark_llap*_ module in pip as well
Copy code
kedro.framework.cli.utils.KedroCliError: No module named 'pyspark_llap'
Run with --verbose to see the full exception
Error: No module named 'pyspark_llap'
s

Sajid Alam

04/27/2023, 2:24 PM
Hi Rishabh, Could you provide what version of Kedro, viz and Python you are using. It sounds to me like
pyspark_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
?
👍 1
2 Views