Hello folks. I'm new to pants and have been tasked...
# general
a
Hello folks. I'm new to pants and have been tasked with upgrading our monorepo from 1.4.0.dev7 to 1.15.0. 🙂 I've read the tutorial and overview and have the goals/tasks documentation at the ready. I've encountered a couple of errors that neither google nor the docs seem to be able to help me with. Combing through changelogs and source code.
h
One other part of the upgrade that you don’t normally have to do. We changed recently Pants to support running the tool with Python 3. In version 1.17.0, we will no longer support running it with Python 2 (your code can still be python 2, this is just what’s used to run the tool) So, you’ll need to update your
./pants
script by running
curl -L -O <https://pantsbuild.github.io/setup/pants>