Skip to content

Commit 701d773

Browse files
authored
Add note about --no-build-isolation flag in readme (#6427)
1 parent c3573c8 commit 701d773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ From source:
8989
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install
9090
9191
92+
We don't officially support building from source using ``pip``, but *if* you do,
93+
you'll need to use the ``--no-build-isolation`` flag.
9294
In case building TorchVision from source fails, install the nightly version of PyTorch following
9395
the linked guide on the `contributing page <https://github.com/pytorch/vision/blob/main/CONTRIBUTING.md#development-installation>`_ and retry the install.
9496

0 commit comments

Comments
 (0)