ocket8888 commented on issue #2892: [Docs] upgrade setuptools prior to installing sphinx URL: https://github.com/apache/trafficcontrol/pull/2892#issuecomment-426307030 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
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
