Zanie Blue
Zanie Blue
You need quotes on `prefect>=2.0` e.g. `"prefect>=2.0"` so that the shell doesn't treat the `>` as an instruction
@cicdw @peytonrunyan Is this still in progress? I'd love to get these changes in now and DRY the code in a follow-up as these are valuable improvements for user experience....
@peytonrunyan let's get this across the line
Can you examples of the final user experience this provides in the PR body?
Shouldn't we hit a signature mismatch error when the parameters are already determined, e.g. a flow run for a deployment?
Hi! Is this specific to poetry or do you have issues with `pip install prefect` as well?
Thanks! It looks like this is an issue with the installation of one of: libffi/cffi/cryptography. I've seen this before and it's always due to an obscure Python environment issue. It...
Please link to an upstream issue if you create one. Let me know if there's anything else we can do to help.
Hi! Thanks for the well written issue. We intentionally replace the `_` in function names with `-` when generating the flow name for display elsewhere. We may consider changing this...
Hi! Thanks for this well written issue. I think your suggestion has a lot of merit, but a change like this is something that we'll need to discuss as a...