Hi all. We use conda to create virtual environment...
# prefect-integrations
j
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
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:
Copy code
pip install prefect-aws
🙌 1