https://pantsbuild.org/ logo
m

modern-wolf-36228

11/18/2021, 2:03 PM
I need to install MMDetection, and one of the ways implies on using the following pip command:
Copy code
pip install mmcv-full -f <https://download.openmmlab.com/mmcv/dist/cu110/torch1.7.0/index.html>
How can I map the
-f ...
? I'm building a pex file.
e

enough-analyst-54434

11/18/2021, 2:08 PM
You want to add that URL to this list`[python-repos] repos`: https://www.pantsbuild.org/docs/reference-python-repos#section-repos
m

modern-wolf-36228

11/18/2021, 2:09 PM
I see, thanks!
5 Views