Clint Mod
Clint Mod
yep `pip install prefect` works fine
I'll mention that unlike the other ticket (#6310) I'm on an Intel mac
> Is cffi present in your lock file before the manual installation? No it isn't.
maybe this https://github.com/rcaloras/bash-preexec
I currently work around this problem with this function in my `~/.config/fish/config.fish` file ``` function direnv_reload --on-event fish_preexec if test -f .env || test -f .envrc direnv export fish |...
Similar to https://github.com/direnv/direnv/issues/907
Looks like this was implemented in https://github.com/hashicorp/terraform-provider-vault/pull/1395 and released in 3.8.0
@soerenschneider you're right my bad reopening
There's even a note on this page: https://learn.hashicorp.com/tutorials/vault/active-directory-mfa-login-totp?in=vault/secrets-management#prerequisites > NOTE: The Login MFA integration introduced in version 1.10.0 is a new solution, and should not be confused with the legacy...
I think I just ran in to this as well with Flask... here's my code: in base.py ```python import celery from config.celery import DefaultCeleryConfig from tasks.error_handling import RetryError # https://flask.palletsprojects.com/en/1.1.x/patterns/celery/...