gray-quill-76268
12/21/2023, 4:52 PMInterpreters were found but they all appear to be broken
.
I'm working on upgrading my project from python 3.7, which was x86_64
only, so haven't run into this before. Not sure if it's related or if I have some kind of other issue.happy-kitchen-89482
12/21/2023, 10:54 PMhappy-kitchen-89482
12/21/2023, 10:54 PMhappy-kitchen-89482
12/21/2023, 10:56 PMhappy-kitchen-89482
12/21/2023, 10:56 PM-ldebug
and see if we get more details on what made them appear to be broken?happy-kitchen-89482
12/21/2023, 10:56 PMhappy-kitchen-89482
12/21/2023, 10:57 PMgray-quill-76268
12/22/2023, 3:48 PMconda create -n myenv python=3.11
conda activate myenv
And conda adds its bin folder to PATH, which pants is able to find the interpreter in.
This is basically the extent of my conda use with pants, I just use it to manage different interpreter versions and switch between them.gray-quill-76268
12/22/2023, 3:49 PMhappy-kitchen-89482
12/22/2023, 10:24 PM