Induane
Deploy issue with Python PIL/Pillow and libwebp.so.7 not found
I'm running into what seems like a fairly simple deploy issue:
In my earlier attempts, I simply couldn't get the package to build, so I updated the
railway.json
file to include the build dependencies.
Here is my railway.json
file:
The custom build command is:
This all works fine with the exception of the inability to import the image library. My best guess, because I'm only partway though a lot of the docs, is that perhaps the setup phase packages aren't included in the final image layer?
Does anyone have any ideas I could try?13 replies