Skip to content

Commit 6d25e12

Browse files
committed
pip wheel warning when wheels are already available on pypi
1 parent 1055f42 commit 6d25e12

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/cookbook.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@ To build wheels for your requirements and all their dependencies to a local dire
124124
pip wheel --wheel-dir=/local/wheels -r requirements.txt
125125

126126

127+
.. warning::
128+
129+
Currently, when ``pip wheel`` finds a wheel for one of your requirements
130+
already on PyPI, it does not rebuild, and it does not place the file in your
131+
wheelhouse dir. There is an issue open to change this
132+
(https://github.com/pypa/pip/issues/1310)
133+
134+
135+
127136
And *then* to install those requirements just using your local directory of wheels (and not from PyPI):
128137

129138
::

docs/usage.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,14 @@ Description
382382

383383
.. pip-command-description:: wheel
384384

385+
.. warning::
386+
387+
Currently, when ``pip wheel`` finds a wheel for one of your requirements
388+
already on PyPI, it does not rebuild, and it does not place the file in your
389+
wheelhouse dir. There is an issue open to change this
390+
(https://github.com/pypa/pip/issues/1310)
391+
392+
385393
Options
386394
*******
387395

0 commit comments

Comments
 (0)