average-vr-56795
01/22/2019, 6:17 PMPANTS_DEV=0
I get told Could not satisfy all requirements for pantsbuild.pants.contrib.python.checks.checker==1.14.0.dev1:
and if I don’t, I get told “Path “contrib/python/src/python/pants/contrib/python/checks/checker” does not contain any BUILD files.” - any idea what I need to do about this?hundreds-father-404
01/22/2019, 6:18 PMenough-analyst-54434
01/22/2019, 6:18 PMPANTS_DEV=0 PANTS_PLUGINS="[]" \
PANTS_PYTHONPATH="+['/path/to/pants/repo/contrib/python/src/python']" \
PANTS_BACKEND_PACKAGES="+['pants.contrib.python.checks']" \
PANTS_VERSION=1.2.0-dev0 \
/path/to/pants/repo/pants compile ::
Kill the PANTS_BACKEND_PACKAGES]"+..." bit.average-vr-56795
01/22/2019, 6:21 PMenough-analyst-54434
01/27/2019, 2:57 AM