Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update bundled pip to 25.0.1 #129583

Closed
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directorytopic-ensurepiptype-featureA feature request or enhancement
@fedorkobak

Description

@fedorkobak

Feature

Description:

A new version of pip was recently released, butensurepip stilluses an older version. As a result, when creating a new virtual environment,ensurepip installs an outdated version of pip, leading to a warning whenever pip is used.

For example:

python3 -m venv venvsource venv/bin/activatepip install python-dotenv

Produces the following output:

Collecting python-dotenv  Using cached python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)Using cached python_dotenv-1.0.1-py3-none-any.whl (19 kB)Installing collected packages: python-dotenvSuccessfully installed python-dotenv-1.0.1[notice] A new release of pip is available: 24.3.1 -> 25.0[notice] To update, run: pip install --upgrade pip

This results in an unnecessary warning about an outdated pip version.

CPython versions tested on:

3.12

Operating systems tested on:

Linux

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytopic-ensurepiptype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp