#23 1.450 + /usr/bin/python3 -m pip install --cache-dir=/output/wheels -r /output/requirements.txt
#23 1.881 Requirement already satisfied: requests in /usr/lib/python3.8/site-packages (from -r /output/requirements.txt (line 1)) (2.22.0)
#23 1.967 Collecting pysnow
#23 1.969 Using cached pysnow-0.7.17-py2.py3-none-any.whl (27 kB)
#23 2.008 Collecting netaddr
#23 2.017 Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
#23 2.033 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests->-r /output/requirements.txt (line 1)) (3.0.4)
#23 2.034 Requirement already satisfied: idna<2.9,>=2.5 in /usr/lib/python3.8/site-packages (from requests->-r /output/requirements.txt (line 1)) (2.8)
#23 2.034 Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/lib/python3.8/site-packages (from requests->-r /output/requirements.txt (line 1)) (1.25.7)
#23 2.082 Collecting python-magic<0.5.0,>=0.4.15
#23 2.084 Using cached python_magic-0.4.27-py2.py3-none-any.whl (13 kB)
#23 2.237 Collecting ijson<3.0.0,>=2.5.1
#23 2.239 Using cached ijson-2.6.1.tar.gz (29 kB)
#23 2.249 Preparing metadata (setup.py): started
#23 2.446 Preparing metadata (setup.py): finished with status 'done'
#23 2.482 Collecting requests-oauthlib<2.0.0,>=1.3.0
#23 2.484 Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
#23 2.486 Requirement already satisfied: pytz<2020.0,>=2019.3 in /usr/lib/python3.8/site-packages (from pysnow->-r /output/requirements.txt (line 2)) (2019.3)
#23 2.521 Collecting six<2.0.0,>=1.13.0
#23 2.522 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
#23 2.560 Collecting oauthlib<4.0.0,>=3.1.0
#23 2.562 Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
#23 2.593 Using legacy 'setup.py install' for ijson, since package 'wheel' is not installed.
#23 2.696 Installing collected packages: netaddr, ijson, six, python-magic, oauthlib, requests-oauthlib, pysnow
#23 2.795 Running setup.py install for ijson: started
#23 3.032 Running setup.py install for ijson: finished with status 'done'
#23 3.033 Attempting uninstall: six
#23 3.034 Found existing installation: six 1.12.0
#23 3.038 Uninstalling six-1.12.0:
#23 3.060 Successfully uninstalled six-1.12.0
#23 3.240 Successfully installed ijson-2.6.1 netaddr-0.8.0 oauthlib-3.2.2 pysnow-0.7.17 python-magic-0.4.27 requests-oauthlib-1.3.1 six-1.16.0
#23 3.241 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead:
https://pip.pypa.io/warnings/venv#23 3.244 WARNING: You are using pip version 22.0.4; however, version 23.2.1 is available.
#23 3.244 You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.