And this is the problem I face, my Flytekit versio...
# flyte-support
d
And this is the problem I face, my Flytekit version will not be overwritten!
t
Are you unable to install flytekit in development mode?
d
if I go to plugin directory under flytekit, and
Copy code
pip install -e .
I will make my flytekit version from develop mode to official mode.
g
you can use pip install --no-deps -e .
d
Thanks a lot Kevin
I solved it by using this,
Copy code
export PYTHONPATH=$PYTHONPATH:/mnt/c/code/dev/flytekit
weird, but work