https://flyte.org logo
#ask-the-community
Title
# ask-the-community
l

L godlike

08/08/2023, 1:17 AM
And this is the problem I face, my Flytekit version will not be overwritten!
s

Samhita Alla

08/08/2023, 5:27 AM
Are you unable to install flytekit in development mode?
l

L godlike

08/08/2023, 5:37 AM
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

Kevin Su

08/08/2023, 5:41 AM
you can use pip install --no-deps -e .
l

L godlike

08/08/2023, 5:59 AM
Thanks a lot Kevin
I solved it by using this,
Copy code
export PYTHONPATH=$PYTHONPATH:/mnt/c/code/dev/flytekit
weird, but work