narrow-activity-17405
12/10/2020, 9:07 AMERROR: Could not find a version that satisfies the requirement pantsbuild.pants==2.2.0dev1
ERROR: No matching distribution found for pantsbuild.pants==2.2.0dev1
./pants: line 261: /home/zdenal/.cache/pants/setup/bootstrap-Linux-x86_64/2.2.0dev1_py36/bin/python: No such file or directory
Any idea what should I do in order to upgrade? 🙂fast-nail-55400
12/10/2020, 9:23 AMpy36
in the error output. Are you using Python 3.6? If so, Pants v2.2.x now requires 3.7+:
This is the first release to require having a Python 3.7 or 3.8 interpreter to run Pants. Run curl -L -o ./pants https://raw.githubusercontent.com/pantsbuild/setup/2f079cbe4fc6a1d9d87decba51f19d7689aee69e/pants to update your ./pants script to choose the correct interpreter.
narrow-activity-17405
12/10/2020, 9:40 AMhappy-kitchen-89482
12/10/2020, 7:25 PMCould not find a version that satisfies the requirement pantsbuild.pants==2.2.0dev1
2.2.0.dev1
2.2.0dev1
rc1
narrow-activity-17405
12/10/2020, 8:28 PMhappy-kitchen-89482
12/11/2020, 6:30 PM