Any idea why pillow / PIL wouldn't be included in ...
# general
a
Any idea why pillow / PIL wouldn't be included in a PEX despite declaring a module_mapping of
"pillow": ["PIL"]
(like I had to with
"setuptools": ["pkg_resources"]
for runtime needs) and even explicitly declaring a file's dependency on it?
b
Sorry for the trouble. Any warnings? Can you create a reduced reproducer?
a
Sorry mobile atm - no evident warnings; I’ve reset the pants environment from scratch but no luck. Going to try to publish a minimal repro once home
I can't seem to reproduce it here https://github.com/gkze/pants-bs4. What's puzzling is that when I run
pants dependencies
on the file in question, it recognizes the dependency on
//:reqs0#beautifulsoup4