Failed to build pillow flask
andremaytorena
PROOP

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

andremaytorena
PROOP

a year ago

f96fc6d1-3b42-4079-bec9-6c8bbc962296


andremaytorena
PROOP

a year ago

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


andremaytorena
PROOP

a year ago

Ok thanks


andremaytorena
PROOP

a year ago

Will try now


andremaytorena
PROOP

a year ago

Yeah worked thank you


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 🙂


Loading...