Venv python 3.6 not found
Open
- Dominant language
- Python
- Stars
- 170
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Research direction
Start by reproducing the Docker startup on the reported macOS setup and inspect the .python-version file containing 3.6. Compare that setting with the available Python versions and the reported 3.6.13 workaround; clarify the expected supported version and confirm startup succeeds with the documented configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100