TASK_ALGO_DIR=./external/mmdetection/ david@AI01:~/Downloads/training_extensions$ bash $TASK_ALGO_DIR/init_venv.sh ./cur_task_venv python3.8 set -x work_dir=$(realpath "$(dirname $0)") +++ dirname ./external/mmdetection//init_venv.sh ++ realpath ./external/mmdetection + work_dir=/home/david/Downloads/training_extensions/external/mmdetection venv_dir=$1 + venv_dir=./cur_task_venv PYTHON_NAME=$2 + PYTHON_NAME=python3.8 if [ -z "$venv_dir" ]; then venv_dir=$(realpath -m ${work_dir}/venv) else venv_dir=$(realpath -m "$venv_dir") fi + '[' -z ./cur_task_venv ']' ++ realpath -m ./cur_task_venv + venv_dir=/home/david/Downloads/training_extensions/cur_task_venv if [[ -z $PYTHON_NAME ]]; then # the default option -- note that the minimal version of # python that is suitable for this repo is python3.7, # whereas the default python3 may point to python3.6 PYTHON_NAME=python3 fi + [[ -z python3.8 ]] PYTHON_VERSION=$($PYTHON_NAME --version | sed -e "s/^Python \([0-9]\.[0-9]\)\..*/\1/") || exit 1 ++ python3.8 --version ++ sed -e 's/^Python \([0-9]\.[0-9]\)\..*/\1/' + PYTHON_VERSION=3.8 if [[ $PYTHON_VERSION != "3.7" && $PYTHON_VERSION != "3.8" && $PYTHON_VERSION != "3.9" ]]; then echo "Wrong version of python: '$PYTHON_VERSION'" exit 1 fi + [[ 3.8 != \3\.\7 ]] + [[ 3.8 != \3\.\8 ]] cd ${work_dir} + cd /home/david/Downloads/training_extensions/external/mmdetection if [[ -e ${venv_dir} ]]; then echo echo "Virtualenv already exists. Use command to start working:" echo "$ . ${venv_dir}/bin/activate" exit fi + [[ -e /home/david/Downloads/training_extensions/cur_task_venv ]] # Create virtual environment $PYTHON_NAME -m venv ${venv_dir} --prompt="detection" + python3.8 -m venv /home/david/Downloads/training_extensions/cur_task_venv --prompt=detection if ! [ -e "${venv_dir}/bin/activate" ]; then echo "The virtual environment was not created." exit fi + '[' -e /home/david/Downloads/training_extensions/cur_task_venv/bin/activate ']' . ${venv_dir}/bin/activate + . /home/david/Downloads/training_extensions/cur_task_venv/bin/activate # This file must be used with "source bin/activate" *from bash* # you cannot run it directly deactivate () { # reset old environment variables if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then PATH="${_OLD_VIRTUAL_PATH:-}" export PATH unset _OLD_VIRTUAL_PATH fi if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" export PYTHONHOME unset _OLD_VIRTUAL_PYTHONHOME fi # This should detect bash and zsh, which have a hash command that must # be called to get it to forget past commands. Without forgetting # past commands the $PATH changes we made may not be respected if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then hash -r fi if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then PS1="${_OLD_VIRTUAL_PS1:-}" export PS1 unset _OLD_VIRTUAL_PS1 fi unset VIRTUAL_ENV if [ ! "${1:-}" = "nondestructive" ] ; then # Self destruct! unset -f deactivate fi } # unset irrelevant variables deactivate nondestructive ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ '[' -n /usr/bin/bash -o -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' VIRTUAL_ENV="/home/david/Downloads/training_extensions/cur_task_venv" ++ VIRTUAL_ENV=/home/david/Downloads/training_extensions/cur_task_venv export VIRTUAL_ENV ++ export VIRTUAL_ENV _OLD_VIRTUAL_PATH="$PATH" ++ _OLD_VIRTUAL_PATH=/usr/local/cuda/bin:/opt/ros/noetic/bin:/home/david/apriltag_ws/devel_isolated/apriltag/bin:/home/david/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PATH="$VIRTUAL_ENV/bin:$PATH" ++ PATH=/home/david/Downloads/training_extensions/cur_task_venv/bin:/usr/local/cuda/bin:/opt/ros/noetic/bin:/home/david/apriltag_ws/devel_isolated/apriltag/bin:/home/david/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin export PATH ++ export PATH # unset PYTHONHOME if set # this will fail if PYTHONHOME is set to the empty string (which is bad anyway) # could use `if (set -u; : $PYTHONHOME) ;` in bash if [ -n "${PYTHONHOME:-}" ] ; then _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" unset PYTHONHOME fi ++ '[' -n '' ']' if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then _OLD_VIRTUAL_PS1="${PS1:-}" if [ "x(detection) " != x ] ; then PS1="(detection) ${PS1:-}" else if [ "`basename \"$VIRTUAL_ENV\"`" = "__" ] ; then # special case for Aspen magic directories # see https://aspen.io/ PS1="[`basename \`dirname \"$VIRTUAL_ENV\"\``] $PS1" else PS1="(`basename \"$VIRTUAL_ENV\"`)$PS1" fi fi export PS1 fi ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ '[' 'x(detection) ' '!=' x ']' ++ PS1='(detection) ' ++ export PS1 # This should detect bash and zsh, which have a hash command that must # be called to get it to forget past commands. Without forgetting # past commands the $PATH changes we made may not be respected if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then hash -r fi ++ '[' -n /usr/bin/bash -o -n '' ']' ++ hash -r # Get CUDA version. CUDA_HOME_CANDIDATE=/usr/local/cuda + CUDA_HOME_CANDIDATE=/usr/local/cuda if [ -z "${CUDA_HOME}" ] && [ -d ${CUDA_HOME_CANDIDATE} ]; then echo "Exporting CUDA_HOME as ${CUDA_HOME_CANDIDATE}" export CUDA_HOME=${CUDA_HOME_CANDIDATE} fi + '[' -z '' ']' + '[' -d /usr/local/cuda ']' + echo 'Exporting CUDA_HOME as /usr/local/cuda' Exporting CUDA_HOME as /usr/local/cuda + export CUDA_HOME=/usr/local/cuda + CUDA_HOME=/usr/local/cuda if [ -e "$CUDA_HOME" ]; then if [ -e "$CUDA_HOME/version.txt" ]; then # Get CUDA version from version.txt file. CUDA_VERSION=$(cat $CUDA_HOME/version.txt | sed -e "s/^.*CUDA Version *//" -e "s/ .*//") else # Get CUDA version from directory name. CUDA_HOME_DIR=`readlink -f $CUDA_HOME` CUDA_HOME_DIR=`basename $CUDA_HOME_DIR` CUDA_VERSION=`echo $CUDA_HOME_DIR | cut -d "-" -f 2` fi fi + '[' -e /usr/local/cuda ']' + '[' -e /usr/local/cuda/version.txt ']' ++ readlink -f /usr/local/cuda + CUDA_HOME_DIR=/usr/local/cuda-11.6 ++ basename /usr/local/cuda-11.6 + CUDA_HOME_DIR=cuda-11.6 ++ echo cuda-11.6 ++ cut -d - -f 2 + CUDA_VERSION=11.6 # install PyTorch and MMCV. export TORCH_VERSION=1.8.2 + export TORCH_VERSION=1.8.2 + TORCH_VERSION=1.8.2 export TORCHVISION_VERSION=0.9.2 + export TORCHVISION_VERSION=0.9.2 + TORCHVISION_VERSION=0.9.2 export MMCV_VERSION=1.3.14 + export MMCV_VERSION=1.3.14 + MMCV_VERSION=1.3.14 if [[ -z ${CUDA_VERSION} ]]; then echo "CUDA was not found, installing dependencies in CPU-only mode. If you want to use CUDA, set CUDA_HOME and CUDA_VERSION beforehand." else # Remove dots from CUDA version string, if any. CUDA_VERSION_CODE=$(echo ${CUDA_VERSION} | sed -e "s/\.//" -e "s/\(...\).*/\1/") echo "Using CUDA_VERSION ${CUDA_VERSION}" if [[ "${CUDA_VERSION_CODE}" != "111" ]] && [[ "${CUDA_VERSION_CODE}" != "102" ]] ; then echo "CUDA version must be either 11.1 or 10.2" exit 1 fi echo "export CUDA_HOME=${CUDA_HOME}" >> ${venv_dir}/bin/activate fi + [[ -z 11.6 ]] ++ echo 11.6 ++ sed -e 's/\.//' -e 's/\(...\).*/\1/' + CUDA_VERSION_CODE=116 + echo 'Using CUDA_VERSION 11.6' Using CUDA_VERSION 11.6 + [[ 116 != \1\1\1 ]] + [[ 116 != \1\0\2 ]] + echo 'CUDA version must be either 11.1 or 10.2' CUDA version must be either 11.1 or 10.2 + exit 1 david@AI01:~/Downloads/training_extensions$ source ./cur_task_venv/bin/activate (detection) david@AI01:~/Downloads/training_extensions$ pip3 install wheel Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting wheel Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) Installing collected packages: wheel Successfully installed wheel-0.37.1 (detection) david@AI01:~/Downloads/training_extensions$ pip3 install -e ote_cli/ -c $TASK_ALGO_DIR/constraints.txt Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Obtaining file:///home/david/Downloads/training_extensions/ote_cli /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting numpy==1.19.5 Downloading numpy-1.19.5-cp38-cp38-manylinux2010_x86_64.whl (14.9 MB) |████████████████████████████████| 14.9 MB 922 kB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting opencv-python==4.5.3.56 Downloading opencv_python-4.5.3.56-cp38-cp38-manylinux2014_x86_64.whl (49.9 MB) |████████████████████████████████| 49.9 MB 52.9 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting pytest==6.2.5 Downloading pytest-6.2.5-py3-none-any.whl (280 kB) |████████████████████████████████| 280 kB 51.8 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting PyYAML==5.4.1 Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) |████████████████████████████████| 662 kB 51.4 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting toml==0.10.2 Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting hpopt@ git+https://github.com/openvinotoolkit/hyper_parameter_optimization@v0.1.0 Cloning https://github.com/openvinotoolkit/hyper_parameter_optimization (to revision v0.1.0) to /tmp/pip-install-95w1ntk7/hpopt Running command git clone -q https://github.com/openvinotoolkit/hyper_parameter_optimization /tmp/pip-install-95w1ntk7/hpopt Running command git checkout -q ae7144b241b8d43e78aac9042958bd4af6c2320d /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting nbmake Downloading nbmake-1.3.0-py3-none-any.whl (11 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting pytest-ordering Downloading pytest_ordering-0.6-py3-none-any.whl (4.6 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting py==1.10.0 Downloading py-1.10.0-py2.py3-none-any.whl (97 kB) |████████████████████████████████| 97 kB 50.0 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting packaging==21.0 Downloading packaging-21.0-py3-none-any.whl (40 kB) |████████████████████████████████| 40 kB 33.6 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting pluggy==1.0.0 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting iniconfig==1.1.1 Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting attrs==21.2.0 Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB) |████████████████████████████████| 53 kB 34.3 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting bayesian-optimization>=1.2.0 Downloading bayesian-optimization-1.2.0.tar.gz (14 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting pydantic<2.0.0,>=1.7.2 Downloading pydantic-1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB) |████████████████████████████████| 12.7 MB 42.2 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting ipykernel>=5.4.0 Downloading ipykernel-6.13.0-py3-none-any.whl (131 kB) |████████████████████████████████| 131 kB 58.7 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting nbformat<6.0.0,>=5.0.8 Downloading nbformat-5.4.0-py3-none-any.whl (73 kB) |████████████████████████████████| 73 kB 35.8 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting nbclient<0.6.0,>=0.5.13 Downloading nbclient-0.5.13-py3-none-any.whl (70 kB) |████████████████████████████████| 70 kB 51.5 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting Pygments<3.0.0,>=2.7.3 Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB) |████████████████████████████████| 1.1 MB 56.8 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting pyparsing==2.4.7 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) |████████████████████████████████| 67 kB 36.2 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting scikit-learn==0.24.2 Downloading scikit_learn-0.24.2-cp38-cp38-manylinux2010_x86_64.whl (24.9 MB) |████████████████████████████████| 24.9 MB 57.6 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting scipy==1.5.4 Downloading scipy-1.5.4-cp38-cp38-manylinux1_x86_64.whl (25.8 MB) |████████████████████████████████| 25.8 MB 57.6 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting typing-extensions==3.7.4.3 Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting ipython==7.31.1 Downloading ipython-7.31.1-py3-none-any.whl (792 kB) |████████████████████████████████| 792 kB 41.5 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting nest-asyncio Downloading nest_asyncio-1.5.5-py3-none-any.whl (5.2 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting tornado>=6.1 Downloading tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl (427 kB) |████████████████████████████████| 427 kB 55.7 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting matplotlib-inline>=0.1 Downloading matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting jupyter-client>=6.1.12 Downloading jupyter_client-7.3.1-py3-none-any.whl (130 kB) |████████████████████████████████| 130 kB 63.2 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting psutil Downloading psutil-5.9.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284 kB) |████████████████████████████████| 284 kB 55.5 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting debugpy>=1.0 Downloading debugpy-1.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.8 MB) |████████████████████████████████| 1.8 MB 54.3 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting traitlets>=5.1.0 Downloading traitlets-5.2.1.post0-py3-none-any.whl (106 kB) |████████████████████████████████| 106 kB 59.5 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting jupyter-core Downloading jupyter_core-4.10.0-py3-none-any.whl (87 kB) |████████████████████████████████| 87 kB 48.8 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting jsonschema==3.2.0 Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) |████████████████████████████████| 56 kB 44.0 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting fastjsonschema Downloading fastjsonschema-2.15.3-py3-none-any.whl (22 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting threadpoolctl==3.0.0 Downloading threadpoolctl-3.0.0-py3-none-any.whl (14 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting joblib==1.1.0 Downloading joblib-1.1.0-py2.py3-none-any.whl (306 kB) |████████████████████████████████| 306 kB 57.2 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting pickleshare Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting jedi>=0.16 Downloading jedi-0.18.1-py2.py3-none-any.whl (1.6 MB) |████████████████████████████████| 1.6 MB 50.8 MB/s Requirement already satisfied: setuptools>=18.5 in ./cur_task_venv/lib/python3.8/site-packages (from ipython==7.31.1->-c ./external/mmdetection//constraints.txt (line 119)) (44.0.0) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting pexpect>4.3; sys_platform != "win32" Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB) |████████████████████████████████| 59 kB 36.8 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting backcall Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting decorator==4.4.2 Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 Downloading prompt_toolkit-3.0.29-py3-none-any.whl (381 kB) |████████████████████████████████| 381 kB 55.0 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting python-dateutil==2.8.1 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) |████████████████████████████████| 227 kB 51.8 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting entrypoints Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting pyzmq>=22.3 Downloading pyzmq-23.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB) |████████████████████████████████| 1.1 MB 55.5 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting pyrsistent==0.18.0 Downloading pyrsistent-0.18.0-cp38-cp38-manylinux1_x86_64.whl (118 kB) |████████████████████████████████| 118 kB 64.5 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting six==1.15.0 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting parso<0.9.0,>=0.8.0 Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB) |████████████████████████████████| 100 kB 61.2 MB/s /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting ptyprocess>=0.5 Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Collecting wcwidth Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) Building wheels for collected packages: hpopt, bayesian-optimization Building wheel for hpopt (setup.py) ... done Created wheel for hpopt: filename=hpopt-0.1.0-py3-none-any.whl size=24962 sha256=df46fad1d407b234bc70b6bdad14e507822ba90c577b6cc0a3e5fdedfbe04b24 Stored in directory: /tmp/pip-ephem-wheel-cache-4zaft3hw/wheels/94/f1/2d/ae0792c3424cd25d7679e92104ed49f51f7762d46ceec2b0d6 Building wheel for bayesian-optimization (setup.py) ... done Created wheel for bayesian-optimization: filename=bayesian_optimization-1.2.0-py3-none-any.whl size=11686 sha256=24908f4a4859af3ea373322aa327083eaa21cd4858cae40d49f5f638824a7bb7 Stored in directory: /tmp/pip-ephem-wheel-cache-4zaft3hw/wheels/37/fa/19/f93e793d3944567a60b3ab93b446cf7370cc82c60c1d1c613f Successfully built hpopt bayesian-optimization ERROR: jupyter-client 7.3.1 has requirement python-dateutil>=2.8.2, but you'll have python-dateutil 2.8.1 which is incompatible. Installing collected packages: attrs, decorator, iniconfig, joblib, pyrsistent, six, jsonschema, numpy, opencv-python, pyparsing, packaging, pluggy, py, toml, pytest, python-dateutil, PyYAML, scipy, threadpoolctl, scikit-learn, typing-extensions, pickleshare, Pygments, traitlets, matplotlib-inline, parso, jedi, ptyprocess, pexpect, backcall, wcwidth, prompt-toolkit, ipython, bayesian-optimization, hpopt, pydantic, nest-asyncio, tornado, jupyter-core, entrypoints, pyzmq, jupyter-client, psutil, debugpy, ipykernel, fastjsonschema, nbformat, nbclient, nbmake, pytest-ordering, ote-cli Running setup.py develop for ote-cli Successfully installed PyYAML-5.4.1 Pygments-2.12.0 attrs-21.2.0 backcall-0.2.0 bayesian-optimization-1.2.0 debugpy-1.6.0 decorator-4.4.2 entrypoints-0.4 fastjsonschema-2.15.3 hpopt-0.1.0 iniconfig-1.1.1 ipykernel-6.13.0 ipython-7.31.1 jedi-0.18.1 joblib-1.1.0 jsonschema-3.2.0 jupyter-client-7.3.1 jupyter-core-4.10.0 matplotlib-inline-0.1.3 nbclient-0.5.13 nbformat-5.4.0 nbmake-1.3.0 nest-asyncio-1.5.5 numpy-1.19.5 opencv-python-4.5.3.56 ote-cli packaging-21.0 parso-0.8.3 pexpect-4.8.0 pickleshare-0.7.5 pluggy-1.0.0 prompt-toolkit-3.0.29 psutil-5.9.1 ptyprocess-0.7.0 py-1.10.0 pydantic-1.9.1 pyparsing-2.4.7 pyrsistent-0.18.0 pytest-6.2.5 pytest-ordering-0.6 python-dateutil-2.8.1 pyzmq-23.0.0 scikit-learn-0.24.2 scipy-1.5.4 six-1.15.0 threadpoolctl-3.0.0 toml-0.10.2 tornado-6.1 traitlets-5.2.1.post0 typing-extensions-3.7.4.3 wcwidth-0.2.5 chaged constraints.txt python-dateutil==2.8.2