Hi community, this is the problem I face when I use Flytekit ```cd flytekit-repo make setup pip ins...
d
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 .
r
because the code will take the code in the 0.0.0 default as the source
👍 1
d
Thanks a lot !