【发布时间】:2020-06-18 19:52:51
【问题描述】:
我在自定义 conda 频道中有私有包。我想将依赖项与 Google Cloud Function 一起使用。 Google Cloud Function documentation 表示使用 pip install -t 安装您的私有依赖项。
是否有与-t 等效的conda install 选项?我一直无法通过搜索找到一个。是否有另一种或更好的方法可以在 Google Cloud Functions 中安装私有 conda 包?
【问题讨论】:
标签: python pip anaconda google-cloud-functions conda