Jack Sundberg

Results 88 comments of Jack Sundberg

@kenmatsu07 there hasn't been a >2.0 release to conda-forge yet, but you can track progress in prefect's feedstock repo [here](https://github.com/conda-forge/prefect-feedstock/pulls). Looks like they have two PRs open for a new...

> we're just ensuring we have a path to publishing 1.x versions still In case you're still looking into this, you can do this using branches in the feedstock repo....

This issue has been resolved for conda as of prefect v2.0.2 thanks to [prefect-feedstock:#146](https://github.com/conda-forge/prefect-feedstock/pull/146)

I don't have a mac, and can't reproduce this issue on linux + windows. Can you confirm you're using conda-forge when creating a new environment? ``` bash conda create -n...

I was also trying to find if Orion would bring back module storage and stumbled on this thread. It makes sense to avoid module storage when you're using containerization and...

Thanks for the quick reply! > you could add your custom modules to your PYTHONPATH Yep! If I'm understanding you correctly, I do this already. I pip install my package...

Awesome, thank you! And I'll test functionality again tomorrow and open an issue if it's needed -- maybe I made an error.

Just to add to this, the error occurs in my repo (issue [162](https://github.com/jacksund/simmate/issues/162)) even when conda is set up properly (not as a subfolder like @melund describes). My repo only...

lol good to know. I must have done some evil magic without realizing it :sweat_smile:

Is there any update on how use sqlalchemy+asyncpg+pgbouncer? I'm new to sqlalchemy's async engine and stumbled onto this issue while trying out [Prefect's v2 beta](https://github.com/PrefectHQ/prefect/tree/orion). Their package uses `create_async_engine` under...