[17:26:38] <altendky> is checking sys.argv for 'egg_info' to disable ext_modules in setup.py a sensible thing to do if filling out ext_modules fails in some cases? specifically, i am running pip-compile on azure and the javabridge setup.py fails to find java. https://github.com/LeeKamentsky/python-javabridge/pull/162 i checked and the resulting .egg-info directories seem the same either way.