Packages Not Building

What I’m trying to do:
I have a business plan and added the matplotlib custom package and it won’t build my packages and until this morning, my app tab was not rendering in the editor. Also, now when I try to call any of my server side from any of my client code, its attempting to build then timing out because its not building my packages.

What I’ve tried and what’s not working:
I am refreshed, removed packages, logged out and back in, tried different browsers, etc. and now the app tab is rendering but the packages are still not building.

Screenshot of Packages

Could this be relevant?

NumPy 2 Is Coming: Preventing Breakage, Updating Your Code

No, I do not think so. I imagine its anvil editor specific. I reached out to the support email who told me to ask here.
Here is the browser log of when I started having issues.

Its not the api call which was working until I installed the matplotlib, then I started getting the Waiting for server runtime build to complete.

NumPy is a multi-dimensional-array library used by many other Python libraries, directly or indirectly, including (IIRC) pandas and matplotlib.

Hi @gsultani,

I’ve taken a look and yep, something very strange is going on with your editor! It looks like it’s not correctly fetching the build status for your image. We’re looking into it…

2 Likes

same issue, posted it as a new issue (didn’t notice this already open)

What I’m trying to do:
add another library to requirements.txt, I am not able to see a new image building

The *build now* button does not seem to trigger a build, previously it used to show package-wise install logs

Hi folks,

We’ve identified the reason for this, and a fix is on the way. (In fact the packages are building, but you’re not seeing the output right now.) We’ll update this when a fix is deployed.

3 Likes

Update: This fix is now deployed! Please let us know if you’re still seeing the issue.

1 Like

Thank you both! Works for me

The packages are being built in the background, but I am not seeing the same build logs. Still the build now button is not responding

Did it ever start working for you?

Yes, just checked. I can see the build logs now.

1 Like

I am trying to add a new library (pandasai) and its not showing the output of it being built again. But I can delete the pandasai and it builds