Zanie Blue

Results 1223 comments of Zanie Blue

Is the scripting additional installed? See https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-release)#macos-big-sur-and-monterey---automatically-load-scripting-addition-on-startup You may want to follow some of the debug steps in https://github.com/koekeishiya/yabai/issues/1054 to obtain more information if the scripting addition is not installing...

I'm also encountering this issue with the SIP partially disabled per the current installation guide. Unlike some of the other issues that report SA loading issues, this one does not...

I'm not 100% sure on ECR, you can see some examples in the upstream issue https://github.com/docker/docker-py/issues/2256#issuecomment-887175827

We can add an `ElasticContainerRegistry` block that pulls the ECR token at runtime to the `prefect-aws` collection. cc @desertaxle

@anna-geller This was waiting for a few things still :) I'll open a follow-up.

@zangell44 Can we use labels since you're retrieving the pull request anyway?

Hey! Nice to see you :) There's another installation error with Poetry at https://github.com/PrefectHQ/prefect/issues/6278 — sounds like we need to dedicate some attention to compatibility with it.

Hm. Our published wheel explicitly includes the `[asyncio]` extra for sqlalchemy. Additionally, the extra is captured in my `poetry.lock` file (some content omitted) ```toml [[package]] name = "prefect" version =...

Yep, we're just ensuring we have a path to publishing 1.x versions still but once https://github.com/conda-forge/prefect-feedstock/pull/136 is merged we can start publishing 2.x versions.

`conda install -c conda-forge 'prefect>=2.0'` works for me on MacOS installing `conda-forge/noarch::prefect-2.0.2-pyhd8ed1ab_1` I believe your `pipenv` command is failing due to inclusion of the `--pre` flag which installs pre-releases of...