Join Slack
Powered by
Hey, is there a standard way to install a package ...
# dev-metaflow
c
careful-dress-39510
01/12/2022, 10:42 PM
Hey, is there a standard way to install a package that is not available in
conda
? and only available via pip ? Would I need to bake it into a custom image?
✅ 1
a
ancient-application-36103
01/12/2022, 11:05 PM
Another alternative is to install them on the fly with
os.system
ancient-application-36103
01/12/2022, 11:06 PM
Here is some syntactic sugar for that -
https://github.com/Netflix/metaflow/issues/24#issuecomment-571976372
Open in Slack
Previous
Next