And this is the problem I face, my Flytekit versio...
# ask-the-community
l
And this is the problem I face, my Flytekit version will not be overwritten!
s
Are you unable to install flytekit in development mode?
l
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.
k
you can use pip install --no-deps -e .
l
Thanks a lot Kevin
I solved it by using this,
Copy code
export PYTHONPATH=$PYTHONPATH:/mnt/c/code/dev/flytekit
weird, but work