when I'm building the mmcv-full package with pip3 klueska commented on Apr 25, 2022 klueska on Apr 25, 2022 Contributor How does this relate to the original issue? In any case, it does not seem to be related to
I also reproduced this on the python:3.8-slim-buster Docker image. I first created this script: $HOME/pip-issue-8701.sh: #!/bin/bash python -m pip install -U "pip @ https://github.com/pypa/pip/archive/master.zip" pip install black pip config set --site global.use-feature "2020-...