matta
06/25/2021, 10:26 PMYou have no currently running Agents configured to pick up flow runs without labels
How do I set a Local Agent to pick up flow runs without labels? And/or see what labels my agents are looking for? I don't see where my Agent's labels are.Kevin Kho
prefect agent local start --no-hostname-label
. There is an Agent tab you can click in the UI to see your agents. The labels will be there.matta
06/25/2021, 11:06 PMmatta
06/25/2021, 11:06 PMImportError('Unable to import dulwich, please ensure you have installed the git extra')
matta
06/25/2021, 11:07 PMconda install -c conda-forge prefect[git] -y
thoughmatta
06/25/2021, 11:21 PMKevin Kho
matta
06/26/2021, 1:34 AMKevin Kho
matta
06/26/2021, 1:35 AMmatta
06/26/2021, 1:36 AMKevin Kho
conda install -c conda-forge prefect dulwich
i guess.