<@U0T3V72C9>: yeah, so this is a problem with flas...
# general
r
@clever-ambulance-21321: yeah, so this is a problem with flask or w/e trying to load resources from the pex. it doesn’t understand how to load assets inside of a zip - so you can either write a loader that uses
pkg_resources.resource_stream
etc OR set
zip_safe=False
on your targets to make pex auto-explode the zip at runtime.