I believe the `pip` module itself depends on setuptools, so if that's the case upgrading would necessarily require two separate runs - `pip` can't still be running the outdated instance when it hits that requirement. I'd suggest changing the edit from `pip install --upgrade setuptools` to a more explicit `pip instatll --upgrade pip` and see if that helps anything
[ Full content available at: https://github.com/apache/trafficcontrol/pull/2892 ] This message was relayed via gitbox.apache.org for [email protected]
