Hi everyone! I am trying to use Kedro Viz 7.1.0 ne...
# plugins-integrations
g
Hi everyone! I am trying to use Kedro Viz 7.1.0 new CLI command
kedro viz build
. I am running into an error in the regex matching process, any hints on where it could stem from or if anyone ran into the same prompt? Thanks!!
m
@Jitendra Gundaniya could you help here?
👍🏼 1
n
Are you running it with a tutorial project or your own? Can you also provide your Kedro/python/OS version?
Since it's complaining
filepath
, my guess would be something in
catalog.yml
and try to see if you have something that doesn't look like a filepath
Does it work if you just run
kedro viz run
?
g
• I'm running it on a personal project • Currently running Kedro 0.18.14
kedro viz run
works, and also
kedro run --save-file
• My
catalog.yml
file is empty
n
I am guessing it's any path like object in
settings.py
, but I will defer this to @Jitendra Gundaniya for more help.
j
@Nok Lam Chan Thanks. I am looking into this.
r
n
Nice! I am not aware of this PR and looks like my hunch is correct here 😄