Today I installed pyenv on my local env and pants ...
# general
g
Today I installed pyenv on my local env and pants didn't like it,
generate-lockfiles
couldn't resolve versions anymore even though I didn't actually changed my default or my project's python interpreter (it failed with
No matching distribution found
). The same project runs ok if I execute it from a docker env, or from a different WSL installation. Quite confusing...