Python 3.10 Build pipeline issues?

What I’m trying to do:
I just tried to add a python package to a test app of ours.
The package is pretty standard (tiktoken 4.0) - so to me it looks like the issue is somewhere in the build pipeline.

I have not more output than “Build failed” but let me know if more information is needed.

Mark

1 Like

Hi @mark.breuss (and others who have had this issue),

Sorry about this - it should now be fixed!

For those interested in the gory details: We’re still ironing out the wrinkles in the Custom Packages install process, and today we learned that Podman doesn’t fully clean up build containers when a build fails (and possibly even when it succeeds), leaking a small amount of storage every time until the disk space runs out. We also learned that we don’t have sufficient monitoring on that particular volume (which is special in several ways, including the fact that it is an XFS volume to allow us to enforce disk usage limits), so we didn’t catch this before it happened. I will make sure that we address both of these things!

10 Likes

Hi @daviesian,

thanks for the detailed answer!
Just retried it and looks good on our side👍

Mark

Thanks for answering!

I was working yesterday in my app and I had zero issues. Everything is working fine.

2 posts were merged into an existing topic: Langchain with anvil