Hi, is there a documented way on using private pip...
# ask-metaflow
s
Hi, is there a documented way on using private pip packages (hosted on AWS CodeArtifact) inside the flows? I tried using the
metaflow-nflx-extensions
but facing some errors Added stack trace here: https://github.com/Netflix/metaflow-nflx-extensions/issues/13 Searched here in Slack as well, but couldn't really find a working solution
v
we are putting the final touches on an official
@pip
decorator, which should help here. It should be out by the end of this month. Meanwhile, you can use e.g. this custom
pip
decorator from the `YouDontNeedABiggerBoat` repo https://outerboundsco.slack.com/archives/C02116BBNTU/p1669280693707249?thread_ts=1668034009.541189&cid=C02116BBNTU
❤️ 1