```17:38:16 10:32 [pythonstyle] ...
# general
m
Copy code
17:38:16 10:32       [pythonstyle]
                     pex: PEX.run invoking /usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/bin/python2.7 /Users/seolh001/projects/de-monorepo/.pants.d/lint/pythonstyle/checker/ef7eaf0d6de3756b36baf85a347314e80acd4eef/CPython-2.7.14 --root-dir=/Users/seolh001/projects/de-monorepo --severity=COMMENT @/var/folders/7y/9l6fcjcn6pj__cgcnk3ggdxwzs6css/T/tmpW9R944
Failed to execute PEX file, missing macosx_10_13_x86_64-cp-27-cp27m compatible dependencies for:
                     future
                     pantsbuild.pants.contrib.python.checks.checker
                     six
                     pycodestyle
                     pyflakes

FAILURE: 1 Python Style issues found. You may try `./pants fmt <targets>`
is this the same as https://github.com/pantsbuild/pants/issues/6397 ? any workarounds?
w
which release is this?
m
1.11.0rc0
w
i do not think that that is the same as 6397. opening a new one would be helpful
and setting PEX_VERBOSE=9 would help get additional info, possibly
m
ok, will do so!