when i changed `EXTRAS_PY` to start with: ``` try:...
# pex
a
when i changed
EXTRAS_PY
to start with:
Copy code
try:
  from pkg_resources import find_distributions
except ImportError:
  sys.exit(0)
and just directly called
find_distributions(item)
, everything worked suddenly