ok i found a fix by comparing to a tiny repo that ...
# general
g
ok i found a fix by comparing to a tiny repo that didn’t have the failure. but I don’t understand why it works.
Copy code
pex_binary(
    name="service",
    entry_point="service.py",
    platforms=[
        "current",
        "manylinux2014-x86_64-cp-39-cp39",
    ],
    dependencies=["//:soda#modin", "ponder/redacted:redacted"],
)
when I comment out the platforms, I can get ipdb. when I add them, I can’t find it. @happy-kitchen-89482 what could be the problem?