-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Milestone
Description
Environment
- pip version: 19.0
- Python version: 3.6.7
- OS: Linux 50de819ca3ba 4.9.125-linuxkit No instructions for how to install pip #1 SMP Fri Sep 7 08:20:28 UTC 2018 x86_64 GNU/Linux
Running in a dockerfile.
Description
The following command works with pip 18.1 and fails with 19.0.
pip3 install --no-cache-dir --upgrade -r requirements.txt
With 19.0, it fails with the following exception:
Exception:
Traceback (most recent call last):
File "/Users/scotts/.virtualenvs/python3/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 176, in main
status = self.run(options, args)
File "/Users/scotts/.virtualenvs/python3/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 346, in run
session=session, autobuilding=True
File "/Users/scotts/.virtualenvs/python3/lib/python3.6/site-packages/pip/_internal/wheel.py", line 848, in build
assert building_is_possible
AssertionError
Removing the --no-cache-dir
flag causes the install to succeed.
requirements.txt
HeavenVolkoff, Mohitsharma44, simonft, juanlanuzag, hoelzro and 78 more
Metadata
Metadata
Assignees
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior