Skip to content

Multiple .egg-info Directories in setup.py Script #8201

@antis81

Description

@antis81

Environment

  • pip version: 20.1
  • Python version: 3.7
  • OS: macos 10.15

Description
After upgrading to 20.1 pip errors out with developer installation in (venv setup).
Downgrading to 20.0.2 solves it immediately so I guess something is not right with the new version.

Expected behavior

How to Reproduce

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -e <my-source-directory>

Output

ERROR: More than one .egg-info directory found in <temp-path>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions