We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Had this problem on my docker, when started:
2023-05-06 18:37:26 pyenv: version `3.6' is not installed (set by /home/indy/.python-version)
solved the problem by switching the ".python_version" file:
3.6
to
3.6.13
that solved the problem for me
I am using a Macos Ventura, intel processor, 2019 13ish macbook
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Had this problem on my docker, when started:
2023-05-06 18:37:26 pyenv: version `3.6' is not installed (set by /home/indy/.python-version)
solved the problem by switching the ".python_version" file:
3.6
to
3.6.13
that solved the problem for me
I am using a Macos Ventura, intel processor, 2019 13ish macbook
The text was updated successfully, but these errors were encountered: