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

L godlike

08/08/2023, 1:15 AM
Hi community, this is the problem I face when I use Flytekit
Copy code
cd flytekit-repo

make setup
pip install -e .

cd plugins
pip install -e .
h

Hank Huang

08/08/2023, 3:26 AM
because the code will take the code in the 0.0.0 default as the source
l

L godlike

08/08/2023, 9:28 AM
Thanks a lot !