a year ago
I have my flask api hosted on here for a while now, I just pushed a new update with barely anything changed apart from like 1 line of code related to the database commit, but my most recent update is getting this
10 Replies
I just tried redeploying the version currently working and it failed to build too
a year ago
cc @jr nixpacks v1.31.0 build failing, v1.29.1 works
a year ago
@nextplayerrr - you can unblock yourself for now by setting a service variable NIXPACKS_VERSION to 1.29.1
a year ago
awsome
a year ago
Can you please link the build that failed. There are multiple services in that project
a year ago
ah found it. It looks like it is trying to compile a dependency from source (likely because a prebuilt binary is not available for the updated python version) and is missing some build deps (zlib). You should be able to add these build deps, upgrade the dependency so there is a prebuilt binary…. or just set the NIXPACKS_VERSION flag 🙂