Good morning, I get this when trying to `./pants f...
# general
f
Good morning, I get this when trying to
./pants fmt2
on master
Copy code
stderr:
            Failed to execute PEX file. Needed macosx_10_15_x86_64-cp-36-cp36m compatible dependencies for:
             1: docformatter==1.3.1
                But this pex only contains:
                  docformatter-1.3.1-py2-none-any.whl
             2: untokenize==0.1.1
                But this pex only contains:
                  untokenize-0.1.1-py2-none-any.whl
Has anyone seen this before? Could it be related to the pex upgrade? Any known steps to perform to get to a working state?
f
Thanks Daniel