cool-easter-32542
11/25/2024, 8:57 AMpants fix. I received the error No supported version of Pip is compatible with the given targets.
Pants version
2.22.0rc2
OS
MacOS Arm64
Additional info
`
❯ pants fix src/python/
195228.91 [ERROR] 1 Exception encountered:
Engine traceback:
in fix goal
ProcessExecutionFailure: Process 'Find interpreter for constraints: CPython<4,>=3.7' failed with exit code 1.
stdout:
stderr:
No supported version of Pip is compatible with the given targets:
cp310-cp310-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.10.12/bin/python3.10
cp310-cp310-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.10.13/bin/python3.10
cp310-cp310-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.10.14/bin/python3.10
cp310-cp310-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.10.9/bin/python3.10
cp310-cp310-macosx_14_0_arm64 interpreter at /opt/homebrew/Cellar/python@3.10/3.10.15/Frameworks/Python.framework/Versions/3.10/bin/python3.10
cp311-cp311-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.11.1/bin/python3.11
cp311-cp311-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.11.3/bin/python3.11
cp311-cp311-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.11.4/bin/python3.11
cp311-cp311-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.11.8/bin/python3.11
cp311-cp311-macosx_14_0_arm64 interpreter at /opt/homebrew/Cellar/python@3.11/3.11.10/Frameworks/Python.framework/Versions/3.11/bin/python3.11
cp312-cp312-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.12.4/bin/python3.12
cp312-cp312-macosx_14_0_arm64 interpreter at /opt/homebrew/Cellar/python@3.12/3.12.7_1/Frameworks/Python.framework/Versions/3.12/bin/python3.12
cp313-cp313-macosx_14_0_arm64 interpreter at /opt/homebrew/Cellar/python@3.13/3.13.0_1/Frameworks/Python.framework/Versions/3.13/bin/python3.13
cp37-cp37m-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.7.17/bin/python3.7
cp38-cp38-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.8.10/bin/python3.8
cp39-cp39-macosx_14_0_arm64 interpreter at /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/bin/python3.9
cp39-cp39-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.9.12/bin/python3.9
cp39-cp39-macosx_14_0_arm64 interpreter at /Users/vaughand/.pyenv/versions/3.9.13/bin/python3.9
`
I can execute pip in the above /bin folders without trouble.
pantsbuild/pantscool-easter-32542
11/27/2024, 2:14 AM