Unverified Commit 701d7731 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Add note about --no-build-isolation flag in readme (#6427)

parent c3573c88
...@@ -89,6 +89,8 @@ From source: ...@@ -89,6 +89,8 @@ From source:
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install # MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install
We don't officially support building from source using ``pip``, but *if* you do,
you'll need to use the ``--no-build-isolation`` flag.
In case building TorchVision from source fails, install the nightly version of PyTorch following In case building TorchVision from source fails, install the nightly version of PyTorch following
the linked guide on the `contributing page <https://github.com/pytorch/vision/blob/main/CONTRIBUTING.md#development-installation>`_ and retry the install. the linked guide on the `contributing page <https://github.com/pytorch/vision/blob/main/CONTRIBUTING.md#development-installation>`_ and retry the install.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment