witty-crayon-22786
04/10/2019, 10:53 PMaloof-angle-91616
04/10/2019, 10:54 PMpantsbuild.pants? guessingwitty-crayon-22786
04/10/2019, 10:56 PMwitty-crayon-22786
04/10/2019, 10:57 PM# The checker is already on sys.path, eg: embedded in pants.pex.... it could be the case that the module is in sys.path, but is not versioned.aloof-angle-91616
04/10/2019, 10:57 PMpython contrib module. if the python contrib module depends on the checker module, then maybe it's always going to be in scopewitty-crayon-22786
04/10/2019, 10:58 PMwitty-crayon-22786
04/10/2019, 10:58 PMwitty-crayon-22786
04/12/2019, 4:34 PMsys.path... had a polluted sys.path. it contained old/busted things from site-packages.enough-analyst-54434
04/13/2019, 12:42 AMPEX_INHERIT_PATH env var being turned on and that could be done via .pexrc. If it turns out this is not what was going on, the only sane answer is a bug in pex sys,path scrubbing; although that has been solid afacit for several years now. Definitely worth an issue file with PEX_VERBOSE=9 output and PEX-INFO contents if that last explanation resort is all we have left.witty-crayon-22786
04/13/2019, 2:20 AM