https://prefect.io logo
Title
b

badasstronaut

09/20/2022, 4:06 PM
Greetings friends; great product! I’m having a lot of fun diving in. I was looking into using an ECSTask infra block, and I observed that there’s no
conda
package for
prefect-aws
. I can just use
pip
to keep moving forward, but I was curious about the inconsistency. Other prefect packages are available.
1
👀 1
a

Andrew Huang

09/20/2022, 5:18 PM
Yup! We just started rolling out conda-forge packages for our Collecltions. prefect-ray + prefect-dask were the first ones because the dependencies for those are a tad more complex. I am not sure if we will be rolling out conda-forge packages for all Collections though because most Collections are relatively straightforward to install with pip
Did you run with
conda install -c conda-forge prefect-dask
?
b

badasstronaut

09/20/2022, 5:19 PM
I wasn’t able to get
prefect-dask
via
conda install
either, even though it’s listed. I’m using prefecthq/prefect:2.4.0-python3.9-conda
nope, i’ll try that thanks (I’m not super familar with the conda ecosystem)
👀 1
a

Andrew Huang

09/20/2022, 5:20 PM
Let me know if that works!
b

badasstronaut

09/20/2022, 5:27 PM
Yep, I was able to install
prefect-dask
specifying
conda-forge
as the channel.
🙌 1