You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How a specific Python interpreter is chosen at build time and at runtime is hard for users to reason about, and can interact poorly with local system conditions.
I hit a similar issue today when building a pex. The venv in which toolchain repo was running is 3.8.5 but pants/pex was choosing 3.8.2 for the pex and not finding it. Finally had to pyenv install 3.8.2 and make available with pyenv global to work around the problem.
How a specific Python interpreter is chosen at build time and at runtime is hard for users to reason about, and can interact poorly with local system conditions.
Related:
#7508
#10489
#10648
The text was updated successfully, but these errors were encountered: