-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fixed python3-venv into install.sh #15920
New issue
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
Conversation
Fix Installation aborted due to not being able to install an older version of python3.10-venv
|
There was some discussion about this not too long ago that I wanted to bring up here. For best compatibility, I think we should just use docker pull ubuntu
docker run -it ubuntu
apt-cache search python3 venvWhich returned: That way we don't have to worry about bumping this for a while. |
Ubuntu 23.04: |
Fixed Installation aborted due to not being able to install an older version of python3.10-venv
|
By the way, I'm not picking on you about this 🙂
Were you seeing the above when specifying just Just to be clear since it might be easy to misread- I tried it just now on |
Yes indeed, why not use |
|
This is a carryover that has been carried farther than it should have. Back in the 18.04 days, you really needed to be specific due to 18.04 defaulting to python 3.6: Since then, we probably have not needed to specify after 20.04. |
Fixed Installation aborted due to not being able to install an older version of python3.10-venv
hoffmang9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* Fix python3.11-venv into install.sh Fix Installation aborted due to not being able to install an older version of python3.10-venv * Fixed python3.11-venv into install.sh rev2 Fixed Installation aborted due to not being able to install an older version of python3.10-venv * Fixed python3.11-venv into install.sh rev3 Fixed Installation aborted due to not being able to install an older version of python3.10-venv
Ubuntu 23.04
Fixed Installation aborted due to not being able to install an older version of python3.10-venv