https://prefect.io logo
Title
j

James Tisato

11/27/2022, 11:28 PM
Hi all. We use conda to create virtual environments for our Python code, and would like to do the same for running our flows. I noticed that the base
prefect
package is available on
conda-forge
but the integration packages are not. I raised https://github.com/conda-forge/prefect-feedstock/issues/179 about this but I wasn't sure if that was the right place for it so it would get noticed. Is there any guidance on whether you can make the Prefect-maintained integration packages available via conda as well as pip?
r

Rob Freedy

11/28/2022, 2:51 PM
Hey @James Tisato!! Appreciate you raising this issue, I will let our internal team know. In the meantime, For each of the integrations/collections, you can use pip to install the needed packages. For example, for the AWS collection found here you can use:
pip install prefect-aws
🙌 1