-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
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>