I can't reproduce myself. Is this your issue? https://github.com/PrefectHQ/prefect/issues/5338
Are you using Azure tasks from the task library?
You can always install the required dependencies manually e.g. instead of installing pip install "prefect[aws]", you can install prefect and boto3
k
Kevin Kho
02/20/2022, 4:07 PM
Maybe try lowering your pip version to a less aggressive dependency resolver. The azure packages are really hard to resolve
s
Samay Kapadia
02/21/2022, 9:06 AM
@Anna Geller Yup that’s the issue. What version of pip are you using? it fails for me with python 3.8.12 installed via pyenv and pip 22. Also fails with poetry. I am trying to use azure for flow storage
@Kevin Kho Would you have an example command for that?
a
Anna Geller
02/21/2022, 9:32 AM
So it looks like there is a single package you need to find the right version for which is "azure-storage-blob" - in master we have azure-storage-blob >= 12.1.0, perhaps you can start with 12.1.0 then?
I think an example of what Kevin meant is:
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.