Kaggle / Kaggle/docker-python

add python3.11-venv package

Open Beginner friendly
#1,482 0 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
2.7k
Forks
1k
Avg merge
7d 14h
Merged PRs (30d)
2

Description

## 🚀 Feature

in the current up-to-date environment, python version is 3.11, but after testing, it was found that creating a virtual environment using python -m venv venv_name results in the loss of some modules (e.g., pip3)
although this issue can be solved by "apt install python3.11-venv" in notebook, it's not an efficient way to do it
so the request is to add this package directly to the docker image

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the Docker image's package-installation entry point and check how the Python 3.11 environment is provisioned. Build or inspect the resulting image, then verify that creating a virtual environment with `python -m venv` retains the expected modules, including pip, without a separate apt install.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, python
Domain
devops, infrastructure
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.