Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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
/pipPublic

pip wheel of editable requirements creates a .zip file in the wheel directory #9122

Closed
Labels
C: editableEditable installationsC: wheelThe wheel format and 'pip wheel' commandtype: bugA confirmed bug or unintended behavior
Milestone
@sbidoul

Description

@sbidoul

Environment

  • pip version: master branch, today
  • Python version: 3.8 (probably irrelevant)
  • OS: linux (probably irrelevant)

Description

Consider the followingrequirements.txt:

-e git+https://github.com/PyPA/packaging@master#egg=packaging

When we runpip wheel -r requirements.txt --wheel-dir=wheelhouse, we now obtainpackaging-20.5.dev0.zip in thewheelhouse directory, in addition to the expected whl files.

Expected behavior

Only wheels should be generated to the wheel-dir directory.

Analysis

This issue probably originates in#8843 aroundhere although I'm not entirely sure yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: editableEditable installationsC: wheelThe wheel format and 'pip wheel' commandtype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp