neurolibre / neurolibre-reviews

Where NeuroLibre reviews live.
https://neurolibre.org
3 stars 1 forks source link

[REVIEW]: Vendor-neutral sequences and its implications for the reproducibility of quantitative MRI #27

Open roboneuro opened 1 month ago

roboneuro commented 1 month ago

Submitting author: !--author-handle-->@agahkarakuzu<!--end-author-handle-- (Agah Karakuzu) Repository: https://github.com/qmrlab/VENUS Branch with paper.md (empty if default branch): Version: v1.0.0 Editor: !--editor-->@mathieuboudreau<!--end-editor-- Reviewers: !--reviewers-list-->@pbellec<!--end-reviewers-list-- Reproducible preprint: Pending Repository archive: Pending Data archive: Pending Book archive: Pending Docker archive: Pending

Status

status

Status badge code:

HTML: <a href="https://neurolibre.org/papers/b5f46fcc74266367b05c56515072a87d"><img src="https://neurolibre.org/papers/b5f46fcc74266367b05c56515072a87d/status.svg"></a>
Markdown: [![status](https://neurolibre.org/papers/b5f46fcc74266367b05c56515072a87d/status.svg)](https://neurolibre.org/papers/b5f46fcc74266367b05c56515072a87d)

Reviewers and authors:

Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)

Reviewer instructions & questions

@pbellec, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review. First of all you need to run this command in a separate comment to create the checklist:

@roboneuro generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @mathieuboudreau know.

Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest

Checklists

@pbellec, please create your checklist typing: @roboneuro generate my checklist

roboneuro commented 1 month ago

Hello humans, I'm @roboneuro, a robot that can help you with some common editorial tasks.

For a list of things I can do to help you, just type:

@roboneuro commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@roboneuro generate pdf
roboneuro commented 1 month ago

Checking the BibTeX entries failed with the following error:

No paper file path
roboneuro commented 1 month ago
Software report:

github.com/AlDanial/cloc v 1.88  T=0.02 s (683.1 files/s, 128430.6 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Jupyter Notebook                 3              0           1103            664
Markdown                         2             56              0            136
YAML                             3              7             15             65
R                                1              1              0             15
Bourne Shell                     1              0              0              3
JSON                             1              0              0              3
-------------------------------------------------------------------------------
SUM:                            11             64           1118            886
-------------------------------------------------------------------------------

gitinspector failed to run statistical information for the repository
roboneuro commented 1 month ago

Failed to discover a Statement of need section in paper

agahkarakuzu commented 1 month ago

@roboneuro build book

roboneuro commented 1 month ago

🔴 Binder build has failed 🥀


Status: Failed 3209c701 Last updated: 2024-07-17 01:53:14 PDT

:information_source: See details
The next comment will forward the logs
roboneuro commented 1 month ago

:warning: An error happened when generating the pdf. Paper file not found.

roboneuro commented 1 month ago

🥀 We ran into a problem building your book. Please see the log files below.

BinderHub build log
Waiting for build to start...
Picked Git content provider.
Cloning into '/tmp/repo2dockerrm0xahw_'...
HEAD is now at c7fea27 version
Building conda environment for python=3.6
Using CondaBuildPack builder
Building conda environment for python=3.6
Building conda environment for python=3.6
Step 1/53 : FROM buildpack-deps:bionic
 ---> 0f137f206fa8
Step 2/53 : ENV DEBIAN_FRONTEND=noninteractive
 ---> Using cache
 ---> bd0833b37efd
Step 3/53 : RUN apt-get -qq update &&     apt-get -qq install --yes --no-install-recommends locales > /dev/null &&     apt-get -qq purge &&     apt-get -qq clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> dd2dd66ff405
Step 4/53 : RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen &&     locale-gen
 ---> Using cache
 ---> a622a72e2cfa
Step 5/53 : ENV LC_ALL en_US.UTF-8
 ---> Using cache
 ---> 303b2556b974
Step 6/53 : ENV LANG en_US.UTF-8
 ---> Using cache
 ---> e2ab309fe198
Step 7/53 : ENV LANGUAGE en_US.UTF-8
 ---> Using cache
 ---> daa4a95ffa0c
Step 8/53 : ENV SHELL /bin/bash
 ---> Using cache
 ---> 102145dc1364
Step 9/53 : ARG NB_USER
 ---> Using cache
 ---> 777be57a446c
Step 10/53 : ARG NB_UID
 ---> Using cache
 ---> 282d4f32a014
Step 11/53 : ENV USER ${NB_USER}
 ---> Using cache
 ---> 4e3bc2b068fb
Step 12/53 : ENV HOME /home/${NB_USER}
 ---> Using cache
 ---> 2f5538e7fc28
Step 13/53 : RUN groupadd         --gid ${NB_UID}         ${NB_USER} &&     useradd         --comment "Default user"         --create-home         --gid ${NB_UID}         --no-log-init         --shell /bin/bash         --uid ${NB_UID}         ${NB_USER}
 ---> Using cache
 ---> 069f664d3277
Step 14/53 : RUN apt-get -qq update &&     apt-get -qq install --yes --no-install-recommends        less        unzip        > /dev/null &&     apt-get -qq purge &&     apt-get -qq clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> e56dfece4f66
Step 15/53 : EXPOSE 8888
 ---> Using cache
 ---> c9408d67a15a
Step 16/53 : ENV APP_BASE /srv
 ---> Using cache
 ---> d56b7d22f03a
Step 17/53 : ENV CONDA_DIR ${APP_BASE}/conda
 ---> Using cache
 ---> f1bc426b9478
Step 18/53 : ENV NB_PYTHON_PREFIX ${CONDA_DIR}/envs/notebook
 ---> Using cache
 ---> eadc2733e9ec
Step 19/53 : ENV NPM_DIR ${APP_BASE}/npm
 ---> Using cache
 ---> 7a77538748a2
Step 20/53 : ENV NPM_CONFIG_GLOBALCONFIG ${NPM_DIR}/npmrc
 ---> Using cache
 ---> 80f51cbb050b
Step 21/53 : ENV NB_ENVIRONMENT_FILE /tmp/env/environment.lock
 ---> Using cache
 ---> fea03edf90e7
Step 22/53 : ENV MAMBA_ROOT_PREFIX ${CONDA_DIR}
 ---> Using cache
 ---> f1a02e535144
Step 23/53 : ENV MAMBA_EXE ${CONDA_DIR}/bin/mamba
 ---> Using cache
 ---> d77deb10f743
Step 24/53 : ENV KERNEL_PYTHON_PREFIX ${NB_PYTHON_PREFIX}
 ---> Using cache
 ---> d44295ca2d43
Step 25/53 : ENV PATH ${NB_PYTHON_PREFIX}/bin:${CONDA_DIR}/bin:${NPM_DIR}/bin:${PATH}
 ---> Using cache
 ---> 8d724d047162
Step 26/53 : COPY --chown=1000:1000 build_script_files/-2fusr-2flib-2fpython3-2e9-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2factivate-2dconda-2esh-e9bee0 /etc/profile.d/activate-conda.sh
 ---> Using cache
 ---> cf5e5aed52c8
Step 27/53 : COPY --chown=1000:1000 build_script_files/-2fusr-2flib-2fpython3-2e9-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2fenvironment-2epy-2d3-2e6-2elock-e3153e /tmp/env/environment.lock
 ---> b4c3274d62ff
Step 28/53 : COPY --chown=1000:1000 build_script_files/-2fusr-2flib-2fpython3-2e9-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2finstall-2dbase-2denv-2ebash-41d468 /tmp/install-base-env.bash
 ---> c0d20ff15d92
Step 29/53 : RUN TIMEFORMAT='time: %3R' bash -c 'time /tmp/install-base-env.bash' && rm -rf /tmp/install-base-env.bash /tmp/env
 ---> Running in 4ee06f962a06
++ dirname /tmp/install-base-env.bash
+ cd /tmp
+ export MAMBA_VERSION=0.25.0
+ MAMBA_VERSION=0.25.0
+ export CONDA_VERSION=4.13.0
+ CONDA_VERSION=4.13.0
+ URL=https://anaconda.org/conda-forge/micromamba/0.25.0/download/linux-64/micromamba-0.25.0-0.tar.bz2
+ unset HOME
+ mkdir -p /srv/conda
+ export MICROMAMBA_EXE=/usr/local/bin/micromamba
+ MICROMAMBA_EXE=/usr/local/bin/micromamba
+ wget -qO- https://anaconda.org/conda-forge/micromamba/0.25.0/download/linux-64/micromamba-0.25.0-0.tar.bz2
+ tar -xvj bin/micromamba
bin/micromamba
time: 2.233
+ mv bin/micromamba /usr/local/bin/micromamba
+ chmod 0755 /usr/local/bin/micromamba
++ /usr/local/bin/micromamba shell hook -p /srv/conda -s posix
+ eval '
# Copyright (C) 2012 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause

__add_sys_prefix_to_path() {
    # In dev-mode MAMBA_EXE is python.exe and on Windows
    # it is in a different relative location to condabin.
    if [ -z "${MAMBA_ROOT_PREFIX}" ]; then
        return 0
    fi;

    if [ -n "${WINDIR+x}" ]; then
        PATH="${MAMBA_ROOT_PREFIX}/bin:${PATH}"
        PATH="${MAMBA_ROOT_PREFIX}/Scripts:${PATH}"
        PATH="${MAMBA_ROOT_PREFIX}/Library/bin:${PATH}"
        PATH="${MAMBA_ROOT_PREFIX}/Library/usr/bin:${PATH}"
        PATH="${MAMBA_ROOT_PREFIX}/Library/mingw-w64/bin:${PATH}"
        PATH="${MAMBA_ROOT_PREFIX}:${PATH}"
    else
        PATH="${MAMBA_ROOT_PREFIX}/bin:${PATH}"
    fi
    \export PATH
}

__conda_hashr() {
    if [ -n "${ZSH_VERSION:+x}" ]; then
        \rehash
    elif [ -n "${POSH_VERSION:+x}" ]; then
        :  # pass
    else
        \hash -r
    fi
}

__mamba_activate() {
    \local cmd="$1"
    shift
    \local ask_conda
    CONDA_INTERNAL_OLDPATH="${PATH}"
    __add_sys_prefix_to_path
    ask_conda="$(PS1="$PS1" "/usr/local/bin/micromamba" shell --shell bash "$cmd" "$@")" || \return $?
    rc=$?
    PATH="${CONDA_INTERNAL_OLDPATH}"
    \eval "$ask_conda"
    if [ $rc != 0 ]; then
        \export PATH
    fi
    __conda_hashr
}

__mamba_reactivate() {
    \local ask_conda
    CONDA_INTERNAL_OLDPATH="${PATH}"
    __add_sys_prefix_to_path
    ask_conda="$(PS1="$PS1" "/usr/local/bin/micromamba" shell --shell bash reactivate)" || \return $?
    PATH="${CONDA_INTERNAL_OLDPATH}"
    \eval "$ask_conda"
    __conda_hashr
}

micromamba() {
    if [ "$#" -lt 1 ]; then
        "/usr/local/bin/micromamba"
    else
        \local cmd="$1"
        shift
        case "$cmd" in
            activate|deactivate)
                __mamba_activate "$cmd" "$@"
                ;;
            install|update|upgrade|remove|uninstall)
                CONDA_INTERNAL_OLDPATH="${PATH}"
                __add_sys_prefix_to_path
                "/usr/local/bin/micromamba" "$cmd" "$@"
                \local t1=$?
                PATH="${CONDA_INTERNAL_OLDPATH}"
                if [ $t1 = 0 ]; then
                    __mamba_reactivate
                else
                    return $t1
                fi
                ;;
            *)
                CONDA_INTERNAL_OLDPATH="${PATH}"
                __add_sys_prefix_to_path
                "/usr/local/bin/micromamba" "$cmd" "$@"
                \local t1=$?
                PATH="${CONDA_INTERNAL_OLDPATH}"
                return $t1
                ;;
        esac
    fi
}

if [ -z "${CONDA_SHLVL+x}" ]; then
    \export CONDA_SHLVL=0
    # In dev-mode MAMBA_EXE is python.exe and on Windows
    # it is in a different relative location to condabin.
    if [ -n "${_CE_CONDA+x}" ] && [ -n "${WINDIR+x}" ]; then
        PATH="${MAMBA_ROOT_PREFIX}/condabin:${PATH}"
    else
        PATH="${MAMBA_ROOT_PREFIX}/condabin:${PATH}"
    fi
    \export PATH

    # We'\''re not allowing PS1 to be unbound. It must at least be set.
    # However, we'\''re not exporting it, which can cause problems when starting a second shell
    # via a first shell (i.e. starting zsh from bash).
    if [ -z "${PS1+x}" ]; then
        PS1=
    fi
fi

if [ -n "${ZSH_VERSION:+x}" ]; then
  autoload -U +X compinit && compinit
  autoload -U +X bashcompinit && bashcompinit

  _umamba_zsh_completions()
  {
    COMPREPLY=($($MAMBA_EXE completer "${(@s: :)${(@s: :)COMP_LINE}:1}"))
  }

  complete -o default -F _umamba_zsh_completions micromamba
fi
if [ -n "${BASH_VERSION:+x}" ]; then
  _umamba_bash_completions()
  {
    COMPREPLY=($($MAMBA_EXE completer "${COMP_WORDS[@]:1}"))
  }
  complete -o default -F _umamba_bash_completions micromamba
fi'
++ '[' -z '' ']'
++ export CONDA_SHLVL=0
++ CONDA_SHLVL=0
++ '[' -n '' ']'
++ PATH=/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ export PATH
++ '[' -z '' ']'
++ PS1=
++ '[' -n '' ']'
++ '[' -n x ']'
++ complete -o default -F _umamba_bash_completions micromamba
+ micromamba activate
+ '[' 1 -lt 1 ']'
+ local cmd=activate
+ shift
+ case "$cmd" in
+ __mamba_activate activate
+ local cmd=activate
+ shift
+ local ask_conda
+ CONDA_INTERNAL_OLDPATH=/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ __add_sys_prefix_to_path
+ '[' -z /srv/conda ']'
+ '[' -n '' ']'
+ PATH=/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH
++ PS1=
++ /usr/local/bin/micromamba shell --shell bash activate
+ ask_conda='PS1='\''(base) '\''
export PATH='\''/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''
export CONDA_PREFIX='\''/srv/conda'\''
export CONDA_SHLVL='\''1'\''
export CONDA_DEFAULT_ENV='\''base'\''
export CONDA_PROMPT_MODIFIER='\''(base) '\'''
+ rc=0
+ PATH=/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ eval 'PS1='\''(base) '\''
export PATH='\''/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''
export CONDA_PREFIX='\''/srv/conda'\''
export CONDA_SHLVL='\''1'\''
export CONDA_DEFAULT_ENV='\''base'\''
export CONDA_PROMPT_MODIFIER='\''(base) '\'''
++ PS1='(base) '
++ export PATH=/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ PATH=/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ export CONDA_PREFIX=/srv/conda
++ CONDA_PREFIX=/srv/conda
++ export CONDA_SHLVL=1
++ CONDA_SHLVL=1
++ export CONDA_DEFAULT_ENV=base
++ CONDA_DEFAULT_ENV=base
++ export 'CONDA_PROMPT_MODIFIER=(base) '
++ CONDA_PROMPT_MODIFIER='(base) '
+ '[' 0 '!=' 0 ']'
+ __conda_hashr
+ '[' -n '' ']'
+ '[' -n '' ']'
+ hash -r
+ export PATH=/tmp/bin:/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/tmp/bin:/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cat
+ micromamba install conda=4.13.0 mamba=0.25.0 -y
+ '[' 4 -lt 1 ']'
+ local cmd=install
+ shift
+ case "$cmd" in
+ CONDA_INTERNAL_OLDPATH=/tmp/bin:/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ __add_sys_prefix_to_path
+ '[' -z /srv/conda ']'
+ '[' -n '' ']'
+ PATH=/srv/conda/bin:/tmp/bin:/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH
+ /usr/local/bin/micromamba install conda=4.13.0 mamba=0.25.0 -y

                                           __
          __  ______ ___  ____ _____ ___  / /_  ____ _
         / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/
        / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /
       / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/
      /_/

Transaction

  Prefix: /srv/conda

  Updating specs:

   - conda=4.13.0
   - mamba=0.25.0

  Package                         Version  Build               Channel                   Size
───────────────────────────────────────────────────────────────────────────────────────────────
  Install:
───────────────────────────────────────────────────────────────────────────────────────────────

  + _libgcc_mutex                     0.1  conda_forge         conda-forge/linux-64       3kB
  + _openmp_mutex                     4.5  2_gnu               conda-forge/linux-64      24kB
  + brotli-python                   1.1.0  py310hc6cd4ac_1     conda-forge/linux-64     349kB
  + bzip2                           1.0.8  h4bc722e_7          conda-forge/linux-64     253kB
  + c-ares                         1.32.2  h4bc722e_0          conda-forge/linux-64     180kB
  + ca-certificates              2024.7.4  hbcca054_0          conda-forge/linux-64     155kB
  + certifi                      2024.7.4  pyhd8ed1ab_0        conda-forge/noarch       159kB
  + cffi                           1.16.0  py310h2fee648_0     conda-forge/linux-64     241kB
  + charset-normalizer              3.3.2  pyhd8ed1ab_0        conda-forge/noarch        47kB
  + conda                          4.13.0  py310hff52083_2     conda-forge/linux-64       1MB
  + conda-package-handling          2.3.0  pyh7900ff3_0        conda-forge/noarch       256kB
  + conda-package-streaming        0.10.0  pyhd8ed1ab_0        conda-forge/noarch        19kB
  + cryptography                   39.0.0  py310h65dfdc0_0     conda-forge/linux-64       1MB
  + h2                              4.1.0  pyhd8ed1ab_0        conda-forge/noarch        47kB
  + hpack                           4.0.0  pyh9f0ad1d_0        conda-forge/noarch        25kB
  + hyperframe                      6.0.1  pyhd8ed1ab_0        conda-forge/noarch        15kB
  + icu                              75.1  he02047a_0          conda-forge/linux-64      12MB
  + idna                              3.7  pyhd8ed1ab_0        conda-forge/noarch        53kB
  + keyutils                        1.6.1  h166bdaf_0          conda-forge/linux-64     118kB
  + krb5                           1.20.1  hf9c8cef_0          conda-forge/linux-64       1MB
  + ld_impl_linux-64                 2.40  hf3520f5_7          conda-forge/linux-64     708kB
  + libarchive                      3.5.2  hb890918_3          conda-forge/linux-64       2MB
  + libcurl                        7.87.0  h6312ad2_0          conda-forge/linux-64     347kB
  + libedit                  3.1.20191231  he28a2e2_2          conda-forge/linux-64     124kB
  + libev                            4.33  hd590300_2          conda-forge/linux-64     113kB
  + libffi                          3.4.2  h7f98852_5          conda-forge/linux-64      58kB
  + libgcc-ng                      14.1.0  h77fa898_0          conda-forge/linux-64     842kB
  + libgomp                        14.1.0  h77fa898_0          conda-forge/linux-64     457kB
  + libiconv                         1.17  hd590300_2          conda-forge/linux-64     706kB
  + libmamba                       0.25.0  hd8a31e3_2          conda-forge/linux-64       2MB
  + libmambapy                     0.25.0  py310hab0e683_2     conda-forge/linux-64     304kB
  + libnghttp2                     1.51.0  hdcd2b5c_0          conda-forge/linux-64     623kB
  + libnsl                          2.0.1  hd590300_0          conda-forge/linux-64      33kB
  + libsolv                        0.7.30  h3509ff9_0          conda-forge/linux-64     471kB
  + libsqlite                      3.46.0  hde9e2c9_0          conda-forge/linux-64     865kB
  + libssh2                        1.10.0  haa6b8db_3          conda-forge/linux-64     239kB
  + libstdcxx-ng                   14.1.0  hc0a3c3a_0          conda-forge/linux-64       4MB
  + libuuid                        2.38.1  h0b41bf4_0          conda-forge/linux-64      34kB
  + libxml2                        2.12.7  he7c6b58_4          conda-forge/linux-64     707kB
  + libzlib                         1.3.1  h4ab18f5_1          conda-forge/linux-64      62kB
  + lz4-c                           1.9.4  hcb278e6_0          conda-forge/linux-64     143kB
  + lzo                              2.10  hd590300_1001       conda-forge/linux-64     171kB
  + mamba                          0.25.0  py310hf87f941_2     conda-forge/linux-64      47kB
  + ncurses                           6.5  h59595ed_0          conda-forge/linux-64     887kB
  + openssl                        1.1.1w  hd590300_0          conda-forge/linux-64       2MB
  + pip                              24.0  pyhd8ed1ab_0        conda-forge/noarch         1MB
  + pybind11-abi                        4  hd8ed1ab_3          conda-forge/noarch        10kB
  + pycosat                         0.6.6  py310h2372a71_0     conda-forge/linux-64      87kB
  + pycparser                        2.22  pyhd8ed1ab_0        conda-forge/noarch       105kB
  + pyopenssl                      23.2.0  pyhd8ed1ab_1        conda-forge/noarch       129kB
  + pysocks                         1.7.1  pyha2e5f31_6        conda-forge/noarch        19kB
  + python                         3.10.8  h257c98d_0_cpython  conda-forge/linux-64      23MB
  + python_abi                       3.10  4_cp310             conda-forge/linux-64       6kB
  + readline                          8.2  h8228510_1          conda-forge/linux-64     281kB
  + reproc                   14.2.4.post0  hd590300_1          conda-forge/linux-64      34kB
  + reproc-cpp               14.2.4.post0  h59595ed_1          conda-forge/linux-64      25kB
  + requests                       2.32.3  pyhd8ed1ab_0        conda-forge/noarch        59kB
  + ruamel_yaml                   0.15.80  py310h2372a71_1009  conda-forge/linux-64     264kB
  + setuptools                     70.3.0  pyhd8ed1ab_0        conda-forge/noarch       496kB
  + tk                             8.6.13  noxft_h4845f30_101  conda-forge/linux-64       3MB
  + toolz                          0.12.1  pyhd8ed1ab_0        conda-forge/noarch        52kB
  + tzdata                          2024a  h0c530f3_0          conda-forge/noarch       120kB
  + urllib3                         2.2.2  pyhd8ed1ab_1        conda-forge/noarch        95kB
  + wheel                          0.43.0  pyhd8ed1ab_1        conda-forge/noarch        58kB
  + xz                              5.2.6  h166bdaf_0          conda-forge/linux-64     418kB
  + yaml                            0.2.5  h7f98852_2          conda-forge/linux-64      89kB
  + yaml-cpp                        0.7.0  h59595ed_3          conda-forge/linux-64     207kB
  + zstandard                      0.23.0  py310h64cae3c_0     conda-forge/linux-64     408kB
  + zstd                            1.5.6  ha6fb4c9_0          conda-forge/linux-64     555kB

  Summary:

  Install: 69 packages

  Total download: 66MB

───────────────────────────────────────────────────────────────────────────────────────────────

Transaction starting
Linking python_abi-3.10-4_cp310
Linking _libgcc_mutex-0.1-conda_forge
Linking ld_impl_linux-64-2.40-hf3520f5_7
Linking ca-certificates-2024.7.4-hbcca054_0
Linking libgomp-14.1.0-h77fa898_0
Linking _openmp_mutex-4.5-2_gnu
Linking libgcc-ng-14.1.0-h77fa898_0
Linking libev-4.33-hd590300_2
Linking c-ares-1.32.2-h4bc722e_0
Linking keyutils-1.6.1-h166bdaf_0
Linking ncurses-6.5-h59595ed_0
Linking libuuid-2.38.1-h0b41bf4_0
Linking libnsl-2.0.1-hd590300_0
Linking libffi-3.4.2-h7f98852_5
Linking yaml-0.2.5-h7f98852_2
Linking xz-5.2.6-h166bdaf_0
Linking lzo-2.10-hd590300_1001
Linking libzlib-1.3.1-h4ab18f5_1
Linking bzip2-1.0.8-h4bc722e_7
Linking reproc-14.2.4.post0-hd590300_1
Linking libiconv-1.17-hd590300_2
Linking libstdcxx-ng-14.1.0-hc0a3c3a_0
Linking openssl-1.1.1w-hd590300_0
Linking libedit-3.1.20191231-he28a2e2_2
Linking readline-8.2-h8228510_1
Linking tk-8.6.13-noxft_h4845f30_101
Linking libsqlite-3.46.0-hde9e2c9_0
Linking zstd-1.5.6-ha6fb4c9_0
Linking lz4-c-1.9.4-hcb278e6_0
Linking icu-75.1-he02047a_0
Linking reproc-cpp-14.2.4.post0-h59595ed_1
Linking libsolv-0.7.30-h3509ff9_0
Linking yaml-cpp-0.7.0-h59595ed_3
Linking libssh2-1.10.0-haa6b8db_3
Linking libnghttp2-1.51.0-hdcd2b5c_0
Linking krb5-1.20.1-hf9c8cef_0
Linking libxml2-2.12.7-he7c6b58_4
Linking libcurl-7.87.0-h6312ad2_0
Linking libarchive-3.5.2-hb890918_3
Linking libmamba-0.25.0-hd8a31e3_2
Linking pybind11-abi-4-hd8ed1ab_3
Linking tzdata-2024a-h0c530f3_0
Linking python-3.10.8-h257c98d_0_cpython
Linking wheel-0.43.0-pyhd8ed1ab_1
Linking setuptools-70.3.0-pyhd8ed1ab_0
Linking pip-24.0-pyhd8ed1ab_0
Linking hyperframe-6.0.1-pyhd8ed1ab_0
Linking hpack-4.0.0-pyh9f0ad1d_0
Linking pysocks-1.7.1-pyha2e5f31_6
Linking pycparser-2.22-pyhd8ed1ab_0
Linking charset-normalizer-3.3.2-pyhd8ed1ab_0
Linking idna-3.7-pyhd8ed1ab_0
Linking certifi-2024.7.4-pyhd8ed1ab_0
Linking toolz-0.12.1-pyhd8ed1ab_0
Linking h2-4.1.0-pyhd8ed1ab_0
Linking brotli-python-1.1.0-py310hc6cd4ac_1
Linking ruamel_yaml-0.15.80-py310h2372a71_1009
Linking pycosat-0.6.6-py310h2372a71_0
Linking libmambapy-0.25.0-py310hab0e683_2
Linking cffi-1.16.0-py310h2fee648_0
Linking zstandard-0.23.0-py310h64cae3c_0
Linking cryptography-39.0.0-py310h65dfdc0_0
Linking conda-package-streaming-0.10.0-pyhd8ed1ab_0
Linking urllib3-2.2.2-pyhd8ed1ab_1
Linking pyopenssl-23.2.0-pyhd8ed1ab_1
Linking conda-package-handling-2.3.0-pyh7900ff3_0
Linking requests-2.32.3-pyhd8ed1ab_0
Linking conda-4.13.0-py310hff52083_2
Linking mamba-0.25.0-py310hf87f941_2
Transaction finished
+ local t1=0
+ PATH=/tmp/bin:/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ '[' 0 = 0 ']'
+ __mamba_reactivate
+ local ask_conda
+ CONDA_INTERNAL_OLDPATH=/tmp/bin:/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ __add_sys_prefix_to_path
+ '[' -z /srv/conda ']'
+ '[' -n '' ']'
+ PATH=/srv/conda/bin:/tmp/bin:/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH
++ PS1='(base) '
++ /usr/local/bin/micromamba shell --shell bash reactivate
+ ask_conda='. "/srv/conda/etc/conda/deactivate.d/libxml2_deactivate.sh"
PS1='\''(base) '\''
export PATH='\''/srv/conda/bin:/tmp/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''
export CONDA_SHLVL='\''1'\''
export CONDA_PROMPT_MODIFIER='\''(base) '\''
. "/srv/conda/etc/conda/activate.d/libxml2_activate.sh"'
+ PATH=/tmp/bin:/srv/conda/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ eval '. "/srv/conda/etc/conda/deactivate.d/libxml2_deactivate.sh"
PS1='\''(base) '\''
export PATH='\''/srv/conda/bin:/tmp/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''
export CONDA_SHLVL='\''1'\''
export CONDA_PROMPT_MODIFIER='\''(base) '\''
. "/srv/conda/etc/conda/activate.d/libxml2_activate.sh"'
++ . /srv/conda/etc/conda/deactivate.d/libxml2_deactivate.sh
+++ test -n ''
+++ unset XML_CATALOG_FILES
+++ unset xml_catalog_files_libxml2
++ PS1='(base) '
++ export PATH=/srv/conda/bin:/tmp/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ PATH=/srv/conda/bin:/tmp/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ export CONDA_SHLVL=1
++ CONDA_SHLVL=1
++ export 'CONDA_PROMPT_MODIFIER=(base) '
++ CONDA_PROMPT_MODIFIER='(base) '
++ . /srv/conda/etc/conda/activate.d/libxml2_activate.sh
+++ test -n ''
+++ xml_catalog_files_libxml2=
+++ XML_CATALOG_FILES=
+++ conda_catalog_files=
+++ ifs_libxml2='   
'
+++ IFS=' '
+++ rem=/srv/conda
+++ for pre in ${rem}
+++ test '' = /srv/conda
+++ conda_catalog_files=/srv/conda
+++ rem=
+++ IFS='   
'
+++ conda_catalog_files='file:///srv/conda/etc/xml/catalog file:///etc/xml/catalog'
+++ export 'XML_CATALOG_FILES=file:///srv/conda/etc/xml/catalog file:///etc/xml/catalog'
+++ XML_CATALOG_FILES='file:///srv/conda/etc/xml/catalog file:///etc/xml/catalog'
+++ unset conda_catalog_files ifs_libxml2 rem
+ __conda_hashr
+ '[' -n '' ']'
+ '[' -n '' ']'
+ hash -r
+ echo 'installing notebook env:'
installing notebook env:
+ cat /tmp/env/environment.lock
# AUTO GENERATED FROM environment.py-3.6.yml, DO NOT MANUALLY MODIFY
# Frozen on 2022-04-08 20:38:59 UTC
# Generated by conda-lock.
# platform: linux-64
# input_hash: a380aced865172581392c0b25b78cfde69a59becdb41fef3ade37eae6b024aed
@EXPLICIT
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2021.10.8-ha878542_0.tar.bz2#575611b8a84f45960e87722eeb51fa26
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.36.1-hea4e1c9_2.tar.bz2#bd4f2e711b39af170e7ff15163fe87ee
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-11.2.0-he4da1e4_15.tar.bz2#4ffda9c4352880439042fbb8a9863e8c
https://conda.anaconda.org/conda-forge/linux-64/pandoc-2.17.1.1-ha770c72_0.tar.bz2#316431b0b4e25f384cfd3428a1a5dd8c
https://conda.anaconda.org/conda-forge/linux-64/libgomp-11.2.0-h1d223b6_15.tar.bz2#5b7bff215ad9f30325dbe86dd983cb49
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-1_gnu.tar.bz2#561e277319a41d4f24f5c05a9ef63c04
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-11.2.0-h1d223b6_15.tar.bz2#8041e476e66fcde71f0aa3d614e0efcf
https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.18.1-h7f98852_0.tar.bz2#f26ef8098fab1f719c91eb760d63381a
https://conda.anaconda.org/conda-forge/linux-64/icu-70.1-h27087fc_0.tar.bz2#87473a15119779e021c314249d4b4aed
https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2#30186d27e2c9fa62b45fb1476b7200e3
https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2#6f8720dff19e17ce5d48cfe7f3d2f0a3
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2#d645c6d2ac96843a2bfaccd2d62b3ac3
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.0-h7f98852_0.tar.bz2#39b1328babf85c7c3a61636d9cd50206
https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2#c3788462a6fbddafdb413a9f9053e58d
https://conda.anaconda.org/conda-forge/linux-64/libuv-1.43.0-h7f98852_0.tar.bz2#b34d856aa7e06ebd79bded72ef4afc16
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.11-h166bdaf_1014.tar.bz2#757138ba3ddc6777b82e91d9ff62e7b9
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.3-h27087fc_1.tar.bz2#4acfc691e64342b9dae57cf2adc63238
https://conda.anaconda.org/conda-forge/linux-64/openssl-1.1.1n-h166bdaf_0.tar.bz2#cf0ddbd911fa547e6bc4291ca5e17379
https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.5-h516909a_1.tar.bz2#33f601066901f3e1a85af3522a8113f9
https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2#4d331e44109e3f0e19b4cb8f9b82f3e1
https://conda.anaconda.org/conda-forge/linux-64/readline-8.1-h46c0cb4_0.tar.bz2#5788de3c8d7a7d64ac56c784c4ef48e6
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.12-h27826a3_0.tar.bz2#5b8c42eb62e9fc961af70bdd6a26e168
https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.4-h9c3ff4c_1.tar.bz2#21743a8d2ea0c8cfbbf8fe489b0347df
https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.11-h166bdaf_1014.tar.bz2#def3b82d1a03aa695bb38ac1dd072ff2
https://conda.anaconda.org/conda-forge/linux-64/krb5-1.19.3-h3790be6_0.tar.bz2#7d862b05445123144bec92cb1acc8ef8
https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.47.0-h727a467_0.tar.bz2#a22567abfea169ff8048506b1ca9b230
https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.10.0-ha56f1ee_2.tar.bz2#6ab4eaa11ff01801cffca0a27489dc04
https://conda.anaconda.org/conda-forge/linux-64/nodejs-14.18.3-h96d913c_3.tar.bz2#45c64ff49b9d353104b9a127869cd108
https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.37.1-h4ff8645_0.tar.bz2#8057ac02d6d10a162d7eb4b0ca7ed291
https://conda.anaconda.org/conda-forge/linux-64/libcurl-7.82.0-h7bff187_0.tar.bz2#fa26f833ca8796ad44f9561c5402013d
https://conda.anaconda.org/conda-forge/linux-64/python-3.6.15-hb7a2778_0_cpython.tar.bz2#2263dbd2d8116aa8dd974602faabb1a2
https://conda.anaconda.org/conda-forge/noarch/async_generator-1.10-py_0.tar.bz2#d56c596e61b1c4952acf0a9920856c12
https://conda.anaconda.org/conda-forge/noarch/attrs-21.4.0-pyhd8ed1ab_0.tar.bz2#f70280205d7044c8b8358c8de3190e5d
https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2#6006a6d08a3fa99268a2681c7fb55213
https://conda.anaconda.org/conda-forge/noarch/backports-1.0-py_2.tar.bz2#0da16b293affa6ac31812376f8eb79dd
https://conda.anaconda.org/conda-forge/noarch/blinker-1.4-py_1.tar.bz2#fa509a09190583f869ae442bf4d17f5f
https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-2.0.12-pyhd8ed1ab_0.tar.bz2#1f5b32dabae0f1893ae3283dac7f799e
https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyh787bdff_2.tar.bz2#ed959a4ba14e6ddfa898630a5474a601
https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2#43afe5ab04e35e17ba28649471dd7364
https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2
https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2#3cf04868fee0a029769bd41f4b2fbf2d
https://conda.anaconda.org/conda-forge/noarch/idna-3.3-pyhd8ed1ab_0.tar.bz2#40b50b8b030f5f2f22085c062ed013dd
https://conda.anaconda.org/conda-forge/noarch/ipython_genutils-0.2.0-py_1.tar.bz2#5071c982548b3a20caf70462f04f5287
https://conda.anaconda.org/conda-forge/noarch/json5-0.9.5-pyh9f0ad1d_0.tar.bz2#10759827a94e6b14996e81fb002c0bda
https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-1.1.0-pyhd8ed1ab_0.tar.bz2#e963a4a39cf442dbe5503f66edda083d
https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.5-pyhd8ed1ab_0.tar.bz2#dc36c992aec485c0efff619ed2e63957
https://conda.anaconda.org/conda-forge/noarch/pamela-1.0.0-py_0.tar.bz2#36f6f18d2f3ae0c93d77a9dbedad08c3
https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9
https://conda.anaconda.org/conda-forge/noarch/parso-0.7.1-pyh9f0ad1d_0.tar.bz2#f66647d1ec805566d72ac26f62b19c01
https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2#415f0ebb6198cc2801c73438a9fb5761
https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.14.0-pyhd8ed1ab_0.tar.bz2#6996536cbb531e722a452feebff019a3
https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2#359eeb6536da0e687af562ed265ec263
https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2#076becd9e05608f8dc72757d5f3a91ff
https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.3.0-pyhd8ed1ab_1.tar.bz2#b7bc0de380f114658af5fe57cebdcd9e
https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.0.7-pyhd8ed1ab_0.tar.bz2#727e2216d9c47455d8ddc060eb2caad9
https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.1-pyh9f0ad1d_0.tar.bz2#aed452f2f9f8bc8b2b0c412975051b5b
https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.6-2_cp36m.tar.bz2#6f5b92d833a339da29ad8578c2a648ad
https://conda.anaconda.org/conda-forge/noarch/pytz-2022.1-pyhd8ed1ab_0.tar.bz2#b87d66d6d3991d988fb31510c95a9267
https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.0-pyhd8ed1ab_0.tar.bz2#edab14119efe85c3bf131ad747e9005c
https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2#e5f25f8dbc060e9a8d912e432202afc2
https://conda.anaconda.org/conda-forge/noarch/testpath-0.6.0-pyhd8ed1ab_0.tar.bz2#196b1f0165dbc9ea6f03c3b3419323fd
https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.1.1-pyha770c72_0.tar.bz2#74761ba7bc682e9009520163a1031ace
https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-py_1.tar.bz2#3563be4c5611a44210d9ba0c16113136
https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.3.1-pyhd8ed1ab_0.tar.bz2#0fa7710a18a1fa033b8337f6515c9de1
https://conda.anaconda.org/conda-forge/noarch/wheel-0.37.1-pyhd8ed1ab_0.tar.bz2#1ca02aaf78d9c70d9a81a3bed5752022
https://conda.anaconda.org/conda-forge/noarch/zipp-3.6.0-pyhd8ed1ab_0.tar.bz2#855e2c4622f5eb50a4f6f7167b9ba17a
https://conda.anaconda.org/conda-forge/noarch/babel-2.9.1-pyh44b312d_0.tar.bz2#74136ed39bfea0832d338df1e58d013e
https://conda.anaconda.org/conda-forge/linux-64/certifi-2021.5.30-py36h5fab9bb_0.tar.bz2#500e3fb737f9d2023755f78f1f22ca69
https://conda.anaconda.org/conda-forge/linux-64/cffi-1.14.6-py36hd8eec40_1.tar.bz2#2e025dd15559c9882880f005e6c02018
https://conda.anaconda.org/conda-forge/linux-64/greenlet-1.1.1-py36hc4f0c31_0.tar.bz2#e0509bd49a3747b0442ecabae4a0df1b
https://conda.anaconda.org/conda-forge/linux-64/importlib-metadata-4.8.1-py36h5fab9bb_0.tar.bz2#ec50a4f999b407d69b3a433c1405f0ba
https://conda.anaconda.org/conda-forge/noarch/importlib_resources-5.6.0-pyhd8ed1ab_0.tar.bz2#ffee77eddb96c584ed417d2f72670a02
https://conda.anaconda.org/conda-forge/linux-64/jedi-0.17.2-py36h5fab9bb_1.tar.bz2#e761c2377eafa1268eda3dd192cb06cb
https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.0.1-py36h8f6f2f9_0.tar.bz2#e450eb239eb68d0467b1c6d0fef28ae9
https://conda.anaconda.org/conda-forge/linux-64/mistune-0.8.4-py36h8f6f2f9_1004.tar.bz2#a53a196c30fc83ee9f0a84711b8fa681
https://conda.anaconda.org/conda-forge/noarch/packaging-21.3-pyhd8ed1ab_0.tar.bz2#71f1ab2de48613876becddd496371c85
https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh9f0ad1d_2.tar.bz2#5909e7b978141dd80d28dbf9de627827
https://conda.anaconda.org/conda-forge/linux-64/psutil-5.8.0-py36h8f6f2f9_1.tar.bz2#ccecd9206d61f029549a81a980174ed8
https://conda.anaconda.org/conda-forge/linux-64/pycurl-7.44.1-py36h66a4f8d_0.tar.bz2#ab0c8b5ebc4924b67d1ee2b1444abf0b
https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.17.3-py36h8f6f2f9_2.tar.bz2#26db670368942d4a144cad213448496a
https://conda.anaconda.org/conda-forge/linux-64/pysocks-1.7.1-py36h5fab9bb_3.tar.bz2#4dfb9be0b2975bc7933f32c6db7af205
https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2#dd999d1cc9f79e67dbb855c8924c7984
https://conda.anaconda.org/conda-forge/linux-64/pyzmq-22.3.0-py36h7068817_0.tar.bz2#6bd5499ce1e61fde19e5ce8206569303
https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.2-py36h8f6f2f9_2.tar.bz2#20b17ae368cb09dd5609203ad3eaf122
https://conda.anaconda.org/conda-forge/linux-64/setuptools-58.0.4-py36h5fab9bb_2.tar.bz2#d584b24af029d1fc78b6a0d2cc294d40
https://conda.anaconda.org/conda-forge/linux-64/tornado-6.1-py36h8f6f2f9_1.tar.bz2#3d19680e14cb7cf6f383ba1fd3a72f2c
https://conda.anaconda.org/conda-forge/noarch/traitlets-4.3.3-pyhd8ed1ab_2.tar.bz2#dacad0ee02418407a5991b0b62dfdc18
https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.1.1-hd8ed1ab_0.tar.bz2#9d1b5bbaa13bca480c80893a87a52c4f
https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-21.1.0-py36h8f6f2f9_0.tar.bz2#c7ff3bb6bfd8cb82aefb8d960c439743
https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.4-pyhd8ed1ab_0.tar.bz2#c5b3edc62d6309088f4970b3eaaa65a6
https://conda.anaconda.org/conda-forge/noarch/bleach-5.0.0-pyhd8ed1ab_0.tar.bz2#2a2ae7c56b8f72caba261363407b484a
https://conda.anaconda.org/conda-forge/linux-64/brotlipy-0.7.0-py36h8f6f2f9_1001.tar.bz2#0f244e9624403e17430e9d959530b01c
https://conda.anaconda.org/conda-forge/linux-64/cryptography-35.0.0-py36hb60f036_0.tar.bz2#d7533bed1783b4abef7e598cee93347d
https://conda.anaconda.org/conda-forge/linux-64/immutables-0.16-py36h8f6f2f9_0.tar.bz2#e9abd4b9cee6d7dd062ca2b5f4e4c9f3
https://conda.anaconda.org/conda-forge/noarch/jinja2-3.0.3-pyhd8ed1ab_0.tar.bz2#036d872c653780cb26e797e2e2f61b4c
https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.1.2-pyhd8ed1ab_0.tar.bz2#94188756716d63117f09d546a30d43e7
https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-4.8.1-py36h5fab9bb_0.tar.bz2#a6fa892e9d37e4e299b426c8fdb6f1d6
https://conda.anaconda.org/conda-forge/noarch/mako-1.2.0-pyhd8ed1ab_1.tar.bz2#df0535cc0efcc9d418940fc689b1487c
https://conda.anaconda.org/conda-forge/noarch/pip-21.3.1-pyhd8ed1ab_0.tar.bz2#e4fe2a9af78ff11f1aced7e62128c6a8
https://conda.anaconda.org/conda-forge/noarch/pygments-2.11.2-pyhd8ed1ab_0.tar.bz2#caef60540e2239e27bf62569a5015e3b
https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.17.16-py36h8f6f2f9_0.tar.bz2#602e4a91b1df8519343e4a317a75fd5a
https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-1.4.25-py36h8f6f2f9_0.tar.bz2#fbe3f8667087f9c6dc0011df8c39f76b
https://conda.anaconda.org/conda-forge/linux-64/terminado-0.12.1-py36h5fab9bb_0.tar.bz2#292f1173e1c1b446dc5969444f619108
https://conda.anaconda.org/conda-forge/noarch/alembic-1.7.7-pyhd8ed1ab_0.tar.bz2#9637550104fade18bc6f91aef1f4f02c
https://conda.anaconda.org/conda-forge/noarch/contextvars-2.4-py_0.tar.bz2#295fe9300971a6bd1dc4b18ad6509be2
https://conda.anaconda.org/conda-forge/noarch/jupyter_client-7.1.2-pyhd8ed1ab_0.tar.bz2#9a332b6f8f05629435ce59032df8cfa9
https://conda.anaconda.org/conda-forge/noarch/jupyter_telemetry-0.1.0-pyhd8ed1ab_1.tar.bz2#bb9ebdb6d5aa2622484aff1faceee181
https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.1.2-pyh9f0ad1d_0.tar.bz2#2cbd910890bb328e8959246a1e16fac7
https://conda.anaconda.org/conda-forge/noarch/nbformat-5.1.3-pyhd8ed1ab_0.tar.bz2#bafa5df6d4f8db69a4d197b4657127e7
https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.2.0-pyhd8ed1ab_0.tar.bz2#ecc95c82c788737d6d33f5d564566d89
https://conda.anaconda.org/conda-forge/noarch/pyopenssl-22.0.0-pyhd8ed1ab_0.tar.bz2#1d7e241dfaf5475e893d4b824bb71b44
https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.5-pyh9f0ad1d_2.tar.bz2#5266fcd697043c59621fda522b3d78ee
https://conda.anaconda.org/conda-forge/noarch/certipy-0.1.3-py_0.tar.bz2#23486713ef5712923e7c57cae609b22e
https://conda.anaconda.org/conda-forge/noarch/nbclient-0.5.9-pyhd8ed1ab_0.tar.bz2#21554dd9bbabff27ae87f715fee4d56c
https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.29-pyha770c72_0.tar.bz2#9e720b57b22ef3032b4fb081697819dd
https://conda.anaconda.org/conda-forge/linux-64/sniffio-1.2.0-py36h5fab9bb_1.tar.bz2#43c550017bd3ffea3cbc9669617b71eb
https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.9-pyhd8ed1ab_0.tar.bz2#0ea179ee251aa7100807c35bc0252693
https://conda.anaconda.org/conda-forge/linux-64/anyio-3.3.2-py36h5fab9bb_0.tar.bz2#68e1135e2c76b473fc08831ba4b940c0
https://conda.anaconda.org/conda-forge/linux-64/ipython-7.16.1-py36he448a4c_2.tar.bz2#ac605247c1149f7b275a4bcf9fa0de41
https://conda.anaconda.org/conda-forge/linux-64/nbconvert-6.0.7-py36h5fab9bb_3.tar.bz2#30f571d5b9a389f49b1d54a0e38871bc
https://conda.anaconda.org/conda-forge/noarch/requests-2.27.1-pyhd8ed1ab_0.tar.bz2#7c1c427246b057b8fa97200ecdb2ed62
https://conda.anaconda.org/conda-forge/linux-64/ipykernel-5.5.5-py36hcb3619a_0.tar.bz2#595507013916992bbd551005bfa96bbf
https://conda.anaconda.org/conda-forge/noarch/jupyter_server-1.13.2-pyhd8ed1ab_0.tar.bz2#b6771ff740526a8a04853fda74dc03f3
https://conda.anaconda.org/conda-forge/linux-64/jupyterhub-base-1.4.2-py36h5fab9bb_0.tar.bz2#01e91ea234e632cf4ee3284a338a679d
https://conda.anaconda.org/conda-forge/noarch/jupyter-resource-usage-0.6.1-pyhd8ed1ab_0.tar.bz2#a35cb988cd5b9b9b2d1c6179a8a86974
https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.10.3-pyhd8ed1ab_0.tar.bz2#65d62a616bed5237b85b9e2a88378ec0
https://conda.anaconda.org/conda-forge/linux-64/notebook-6.3.0-py36h5fab9bb_0.tar.bz2#4b075f38968b16bb1be4d17d90cf7e38
https://conda.anaconda.org/conda-forge/noarch/jupyter-offlinenotebook-0.2.2-pyh1d7be83_0.tar.bz2#fe55056ce4bc4bd4953ba440270735fb
https://conda.anaconda.org/conda-forge/linux-64/jupyterhub-singleuser-1.4.2-py36h5fab9bb_0.tar.bz2#647d5e58896dda8405b124e4606a5314
https://conda.anaconda.org/conda-forge/noarch/nbclassic-0.3.5-pyhd8ed1ab_0.tar.bz2#e9e2281b7dc08d876fc789af0f571ade
https://conda.anaconda.org/conda-forge/noarch/nteract_on_jupyter-2.1.3-py_0.tar.bz2#1430ccd983ae6b161e2fbf4377965f7a
https://conda.anaconda.org/conda-forge/linux-64/widgetsnbextension-3.5.1-py36h5fab9bb_4.tar.bz2#6919ca2c4ddec0166a900910d54ded67
https://conda.anaconda.org/conda-forge/noarch/ipywidgets-7.6.5-pyhd8ed1ab_0.tar.bz2#6f2ee1ec157104df141e2e5afeba98d4
https://conda.anaconda.org/conda-forge/noarch/jupyterlab-3.2.8-pyhd8ed1ab_0.tar.bz2#e2cc0671571f14af58f832c912dee025
+ /srv/conda/bin/mamba create -p /srv/conda/envs/notebook --file /tmp/env/environment.lock

Downloading and Extracting Packages

ca-certificates-2021 |            |   0% 
ca-certificates-2021 | #1         |  12% 
ca-certificates-2021 | ########## | 100% 

ld_impl_linux-64-2.3 |            |   0% 
ld_impl_linux-64-2.3 | ##1        |  22% 
ld_impl_linux-64-2.3 | ########## | 100% 
ld_impl_linux-64-2.3 | ########## | 100% 

libstdcxx-ng-11.2.0  |            |   0% 
libstdcxx-ng-11.2.0  |            |   0% 
libstdcxx-ng-11.2.0  | ########5  |  86% 
libstdcxx-ng-11.2.0  | ########## | 100% 

pandoc-2.17.1.1      |            |   0% 
pandoc-2.17.1.1      |            |   0% 
pandoc-2.17.1.1      | #          |  10% 
pandoc-2.17.1.1      | ###6       |  36% 
pandoc-2.17.1.1      | ######5    |  66% 
pandoc-2.17.1.1      | #########3 |  94% 
pandoc-2.17.1.1      | ########## | 100% 

libgomp-11.2.0       |            |   0% 
libgomp-11.2.0       | 3          |   4% 
libgomp-11.2.0       | ########## | 100% 
libgomp-11.2.0       | ########## | 100% 

_openmp_mutex-4.5    |            |   0% 
_openmp_mutex-4.5    | #######3   |  73% 
_openmp_mutex-4.5    | ########## | 100% 

libgcc-ng-11.2.0     |            |   0% 
libgcc-ng-11.2.0     | 1          |   2% 
libgcc-ng-11.2.0     | ########## | 100% 
libgcc-ng-11.2.0     | ########## | 100% 

c-ares-1.18.1        |            |   0% 
c-ares-1.18.1        | ########## | 100% 
c-ares-1.18.1        | ########## | 100% 

icu-70.1             |            |   0% 
icu-70.1             | ###2       |  33% 
icu-70.1             | ######5    |  65% 
icu-70.1             | #########7 |  97% 
icu-70.1             | ########## | 100% 

libev-4.33           |            |   0% 
libev-4.33           | #5         |  15% 
libev-4.33           | ########## | 100% 

libnsl-2.0.0         |            |   0% 
libnsl-2.0.0         | #####2     |  52% 
libnsl-2.0.0         | ########## | 100% 

libsodium-1.0.18     |            |   0% 
libsodium-1.0.18     | ########## | 100% 
libsodium-1.0.18     | ########## | 100% 

libuv-1.43.0         |            |   0% 
libuv-1.43.0         | ########## | 100% 
libuv-1.43.0         | ########## | 100% 

libzlib-1.2.11       |            |   0% 
libzlib-1.2.11       | ########## | 100% 

ncurses-6.3          |            |   0% 
ncurses-6.3          | 6          |   6% 
ncurses-6.3          | ########## | 100% 
ncurses-6.3          | ########## | 100% 

openssl-1.1.1n       |            |   0% 
openssl-1.1.1n       |            |   1% 
openssl-1.1.1n       | ########## | 100% 
openssl-1.1.1n       | ########## | 100% 

xz-5.2.5             |            |   0% 
xz-5.2.5             | 4          |   5% 
xz-5.2.5             | ########## | 100% 
xz-5.2.5             | ########## | 100% 

readline-8.1         |            |   0% 
readline-8.1         | 5          |   5% 
readline-8.1         | ########## | 100% 

tk-8.6.12            |            |   0% 
tk-8.6.12            | #5         |  15% 
tk-8.6.12            | #####2     |  52% 
tk-8.6.12            | ########## | 100% 
tk-8.6.12            | ########## | 100% 

zeromq-4.3.4         |            |   0% 
zeromq-4.3.4         | ########## | 100% 
zeromq-4.3.4         | ########## | 100% 

zlib-1.2.11          |            |   0% 
zlib-1.2.11          | ########## | 100% 

krb5-1.19.3          |            |   0% 
krb5-1.19.3          | 1          |   1% 
krb5-1.19.3          | ########## | 100% 
krb5-1.19.3          | ########## | 100% 

libnghttp2-1.47.0    |            |   0% 
libnghttp2-1.47.0    | ########## | 100% 
libnghttp2-1.47.0    | ########## | 100% 

libssh2-1.10.0       |            |   0% 
libssh2-1.10.0       | ########## | 100% 
libssh2-1.10.0       | ########## | 100% 

nodejs-14.18.3       |            |   0% 
nodejs-14.18.3       |            |   0% 
nodejs-14.18.3       | ##7        |  28% 
nodejs-14.18.3       | ######     |  60% 
nodejs-14.18.3       | ########## | 100% 
nodejs-14.18.3       | ########## | 100% 

sqlite-3.37.1        |            |   0% 
sqlite-3.37.1        | 1          |   1% 
sqlite-3.37.1        | ########## | 100% 
sqlite-3.37.1        | ########## | 100% 

libcurl-7.82.0       |            |   0% 
libcurl-7.82.0       | 4          |   5% 
libcurl-7.82.0       | ########## | 100% 

python-3.6.15        |            |   0% 
python-3.6.15        | ##1        |  22% 
python-3.6.15        | #####7     |  57% 
python-3.6.15        | #########1 |  92% 
python-3.6.15        | ########## | 100% 

async_generator-1.10 |            |   0% 
async_generator-1.10 | #########  |  91% 
async_generator-1.10 | ########## | 100% 

attrs-21.4.0         |            |   0% 
attrs-21.4.0         | ###2       |  33% 
attrs-21.4.0         | ########## | 100% 

backcall-0.2.0       |            |   0% 
backcall-0.2.0       | ########## | 100% 

backports-1.0        |            |   0% 
backports-1.0        | ########## | 100% 

blinker-1.4          |            |   0% 
blinker-1.4          | ########## | 100% 
blinker-1.4          | ########## | 100% 

charset-normalizer-2 |            |   0% 
charset-normalizer-2 | ########## | 100% 

dataclasses-0.8      |            |   0% 
dataclasses-0.8      | ########## | 100% 
dataclasses-0.8      | ########## | 100% 

decorator-5.1.1      |            |   0% 
decorator-5.1.1      | ########## | 100% 

defusedxml-0.7.1     |            |   0% 
defusedxml-0.7.1     | ########## | 100% 

entrypoints-0.4      |            |   0% 
entrypoints-0.4      | ########## | 100% 

idna-3.3             |            |   0% 
idna-3.3             | ########## | 100% 

ipython_genutils-0.2 |            |   0% 
ipython_genutils-0.2 | #######5   |  76% 
ipython_genutils-0.2 | ########## | 100% 

json5-0.9.5          |            |   0% 
json5-0.9.5          | ########## | 100% 

jupyterlab_widgets-1 |            |   0% 
jupyterlab_widgets-1 | #2         |  12% 
jupyterlab_widgets-1 | ########## | 100% 

nest-asyncio-1.5.5   |            |   0% 
nest-asyncio-1.5.5   | ########## | 100% 

pamela-1.0.0         |            |   0% 
pamela-1.0.0         | ########## | 100% 

pandocfilters-1.5.0  |            |   0% 
pandocfilters-1.5.0  | ########## | 100% 

parso-0.7.1          |            |   0% 
parso-0.7.1          | ##2        |  23% 
parso-0.7.1          | ########## | 100% 

pickleshare-0.7.5    |            |   0% 
pickleshare-0.7.5    | ########## | 100% 

prometheus_client-0. |            |   0% 
prometheus_client-0. | ###2       |  33% 
prometheus_client-0. | ########## | 100% 

ptyprocess-0.7.0     |            |   0% 
ptyprocess-0.7.0     | ########## | 100% 

pycparser-2.21       |            |   0% 
pycparser-2.21       | ########## | 100% 
pycparser-2.21       | ########## | 100% 

pyjwt-2.3.0          |            |   0% 
pyjwt-2.3.0          | #########  |  90% 
pyjwt-2.3.0          | ########## | 100% 

pyparsing-3.0.7      |            |   0% 
pyparsing-3.0.7      | ##         |  20% 
pyparsing-3.0.7      | ########## | 100% 

python-json-logger-2 |            |   0% 
python-json-logger-2 | ########## | 100% 

python_abi-3.6       |            |   0% 
python_abi-3.6       | ########## | 100% 

pytz-2022.1          |            |   0% 
pytz-2022.1          | ##6        |  26% 
pytz-2022.1          | ########## | 100% 
pytz-2022.1          | ########## | 100% 

send2trash-1.8.0     |            |   0% 
send2trash-1.8.0     | ########## | 100% 

six-1.16.0           |            |   0% 
six-1.16.0           | ########## | 100% 

testpath-0.6.0       |            |   0% 
testpath-0.6.0       | #8         |  19% 
testpath-0.6.0       | ########## | 100% 

typing_extensions-4. |            |   0% 
typing_extensions-4. | ########## | 100% 

webencodings-0.5.1   |            |   0% 
webencodings-0.5.1   | ########## | 100% 
webencodings-0.5.1   | ########## | 100% 

websocket-client-1.3 |            |   0% 
websocket-client-1.3 | ########## | 100% 

wheel-0.37.1         |            |   0% 
wheel-0.37.1         | ########## | 100% 

zipp-3.6.0           |            |   0% 
zipp-3.6.0           | ########## | 100% 

babel-2.9.1          |            |   0% 
babel-2.9.1          |            |   0% 
babel-2.9.1          | #####4     |  54% 
babel-2.9.1          | ########## | 100% 
babel-2.9.1          | ########## | 100% 

certifi-2021.5.30    |            |   0% 
certifi-2021.5.30    | #1         |  11% 
certifi-2021.5.30    | ########## | 100% 

cffi-1.14.6          |            |   0% 
cffi-1.14.6          | ########## | 100% 
cffi-1.14.6          | ########## | 100% 

greenlet-1.1.1       |            |   0% 
greenlet-1.1.1       | #9         |  19% 
greenlet-1.1.1       | ########## | 100% 

importlib-metadata-4 |            |   0% 
importlib-metadata-4 | ########## | 100% 

importlib_resources- |            |   0% 
importlib_resources- | ########## | 100% 

jedi-0.17.2          |            |   0% 
jedi-0.17.2          | ###1       |  32% 
jedi-0.17.2          | ########## | 100% 
jedi-0.17.2          | ########## | 100% 

markupsafe-2.0.1     |            |   0% 
markupsafe-2.0.1     | ########## | 100% 

mistune-0.8.4        |            |   0% 
mistune-0.8.4        | ##9        |  30% 
mistune-0.8.4        | ########## | 100% 

packaging-21.3       |            |   0% 
packaging-21.3       | ########## | 100% 

pexpect-4.8.0        |            |   0% 
pexpect-4.8.0        | ########## | 100% 

psutil-5.8.0         |            |   0% 
psutil-5.8.0         | 4          |   5% 
psutil-5.8.0         | ########## | 100% 

pycurl-7.44.1        |            |   0% 
pycurl-7.44.1        | ##2        |  23% 
pycurl-7.44.1        | ########## | 100% 

pyrsistent-0.17.3    |            |   0% 
pyrsistent-0.17.3    | #7         |  18% 
pyrsistent-0.17.3    | ########## | 100% 

pysocks-1.7.1        |            |   0% 
pysocks-1.7.1        | ########## | 100% 

python-dateutil-2.8. |            |   0% 
python-dateutil-2.8. | 6          |   7% 
python-dateutil-2.8. | ########## | 100% 

pyzmq-22.3.0         |            |   0% 
pyzmq-22.3.0         | 3          |   3% 
pyzmq-22.3.0         | ########## | 100% 
pyzmq-22.3.0         | ########## | 100% 

ruamel.yaml.clib-0.2 |            |   0% 
ruamel.yaml.clib-0.2 | ########## | 100% 

setuptools-58.0.4    |            |   0% 
setuptools-58.0.4    | ########## | 100% 
setuptools-58.0.4    | ########## | 100% 

tornado-6.1          |            |   0% 
tornado-6.1          | ########## | 100% 
tornado-6.1          | ########## | 100% 

traitlets-4.3.3      |            |   0% 
traitlets-4.3.3      | ##5        |  26% 
traitlets-4.3.3      | ########## | 100% 

typing-extensions-4. |            |   0% 
typing-extensions-4. | ########## | 100% 
typing-extensions-4. | ########## | 100% 

argon2-cffi-21.1.0   |            |   0% 
argon2-cffi-21.1.0   | ###4       |  35% 
argon2-cffi-21.1.0   | ########## | 100% 

backports.functools_ |            |   0% 
backports.functools_ | ########## | 100% 

bleach-5.0.0         |            |   0% 
bleach-5.0.0         | ########## | 100% 
bleach-5.0.0         | ########## | 100% 

brotlipy-0.7.0       |            |   0% 
brotlipy-0.7.0       | 4          |   5% 
brotlipy-0.7.0       | ########## | 100% 
brotlipy-0.7.0       | ########## | 100% 

cryptography-35.0.0  |            |   0% 
cryptography-35.0.0  | ########## | 100% 
cryptography-35.0.0  | ########## | 100% 

immutables-0.16      |            |   0% 
immutables-0.16      | ########## | 100% 
immutables-0.16      | ########## | 100% 

jinja2-3.0.3         |            |   0% 
jinja2-3.0.3         | ########## | 100% 

jsonschema-4.1.2     |            |   0% 
jsonschema-4.1.2     | ########## | 100% 
jsonschema-4.1.2     | ########## | 100% 

jupyter_core-4.8.1   |            |   0% 
jupyter_core-4.8.1   | ##         |  20% 
jupyter_core-4.8.1   | ########## | 100% 

mako-1.2.0           |            |   0% 
mako-1.2.0           | ##6        |  26% 
mako-1.2.0           | ########## | 100% 

pip-21.3.1           |            |   0% 
pip-21.3.1           | ##4        |  25% 
pip-21.3.1           | ########## | 100% 
pip-21.3.1           | ########## | 100% 

pygments-2.11.2      |            |   0% 
pygments-2.11.2      | ########## | 100% 
pygments-2.11.2      | ########## | 100% 

ruamel.yaml-0.17.16  |            |   0% 
ruamel.yaml-0.17.16  | 9          |   9% 
ruamel.yaml-0.17.16  | ########## | 100% 

sqlalchemy-1.4.25    |            |   0% 
sqlalchemy-1.4.25    |            |   1% 
sqlalchemy-1.4.25    | #######6   |  77% 
sqlalchemy-1.4.25    | ########## | 100% 

terminado-0.12.1     |            |   0% 
terminado-0.12.1     | ########## | 100% 
terminado-0.12.1     | ########## | 100% 

alembic-1.7.7        |            |   0% 
alembic-1.7.7        | ########## | 100% 
alembic-1.7.7        | ########## | 100% 

contextvars-2.4      |            |   0% 
contextvars-2.4      | ########## | 100% 

jupyter_client-7.1.2 |            |   0% 
jupyter_client-7.1.2 | ########## | 100% 
jupyter_client-7.1.2 | ########## | 100% 

jupyter_telemetry-0. |            |   0% 
jupyter_telemetry-0. | ########## | 100% 

jupyterlab_pygments- |            |   0% 
jupyterlab_pygments- | ########## | 100% 
jupyterlab_pygments- | ########## | 100% 

nbformat-5.1.3       |            |   0% 
nbformat-5.1.3       | ########## | 100% 
nbformat-5.1.3       | ########## | 100% 

oauthlib-3.2.0       |            |   0% 
oauthlib-3.2.0       | #7         |  18% 
oauthlib-3.2.0       | ########## | 100% 
oauthlib-3.2.0       | ########## | 100% 

pyopenssl-22.0.0     |            |   0% 
pyopenssl-22.0.0     | ###2       |  33% 
pyopenssl-22.0.0     | ########## | 100% 

wcwidth-0.2.5        |            |   0% 
wcwidth-0.2.5        | ####8      |  48% 
wcwidth-0.2.5        | ########## | 100% 

certipy-0.1.3        |            |   0% 
certipy-0.1.3        | ########## | 100% 
certipy-0.1.3        | ########## | 100% 

nbclient-0.5.9       |            |   0% 
nbclient-0.5.9       | ########## | 100% 
nbclient-0.5.9       | ########## | 100% 

prompt-toolkit-3.0.2 |            |   0% 
prompt-toolkit-3.0.2 | 6          |   6% 
prompt-toolkit-3.0.2 | ########## | 100% 
prompt-toolkit-3.0.2 | ########## | 100% 

sniffio-1.2.0        |            |   0% 
sniffio-1.2.0        | ########## | 100% 
sniffio-1.2.0        | ########## | 100% 

urllib3-1.26.9       |            |   0% 
urllib3-1.26.9       | ########## | 100% 
urllib3-1.26.9       | ########## | 100% 

anyio-3.3.2          |            |   0% 
anyio-3.3.2          | #          |  11% 
anyio-3.3.2          | ########## | 100% 

ipython-7.16.1       |            |   0% 
ipython-7.16.1       | 1          |   1% 
ipython-7.16.1       | ########## | 100% 
ipython-7.16.1       | ########## | 100% 

nbconvert-6.0.7      |            |   0% 
nbconvert-6.0.7      | ########## | 100% 
nbconvert-6.0.7      | ########## | 100% 

requests-2.27.1      |            |   0% 
requests-2.27.1      | ###        |  30% 
requests-2.27.1      | ########## | 100% 

ipykernel-5.5.5      |            |   0% 
ipykernel-5.5.5      | ########## | 100% 
ipykernel-5.5.5      | ########## | 100% 

jupyter_server-1.13. |            |   0% 
jupyter_server-1.13. | 6          |   6% 
jupyter_server-1.13. | ########## | 100% 
jupyter_server-1.13. | ########## | 100% 

jupyterhub-base-1.4. |            |   0% 
jupyterhub-base-1.4. |            |   1% 
jupyterhub-base-1.4. | ########## | 100% 
jupyterhub-base-1.4. | ########## | 100% 

jupyter-resource-usa |            |   0% 
jupyter-resource-usa | #####2     |  52% 
jupyter-resource-usa | ########## | 100% 

jupyterlab_server-2. |            |   0% 
jupyterlab_server-2. | ########## | 100% 

notebook-6.3.0       |            |   0% 
notebook-6.3.0       | #          |  10% 
notebook-6.3.0       | ########## | 100% 
notebook-6.3.0       | ########## | 100% 

jupyter-offlinenoteb |            |   0% 
jupyter-offlinenoteb | 6          |   7% 
jupyter-offlinenoteb | ########## | 100% 

jupyterhub-singleuse |            |   0% 
jupyterhub-singleuse | ########## | 100% 
jupyterhub-singleuse | ########## | 100% 

nbclassic-0.3.5      |            |   0% 
nbclassic-0.3.5      | ########## | 100% 
nbclassic-0.3.5      | ########## | 100% 

nteract_on_jupyter-2 |            |   0% 
nteract_on_jupyter-2 |            |   0% 
nteract_on_jupyter-2 | #1         |  11% 
nteract_on_jupyter-2 | ##6        |  27% 
nteract_on_jupyter-2 | ###7       |  38% 
nteract_on_jupyter-2 | ####8      |  49% 
nteract_on_jupyter-2 | #####7     |  58% 
nteract_on_jupyter-2 | ######7    |  67% 
nteract_on_jupyter-2 | #######7   |  78% 
nteract_on_jupyter-2 | #########7 |  97% 
nteract_on_jupyter-2 | ########## | 100% 

widgetsnbextension-3 |            |   0% 
widgetsnbextension-3 |            |   1% 
widgetsnbextension-3 | ########## | 100% 
widgetsnbextension-3 | ########## | 100% 

ipywidgets-7.6.5     |            |   0% 
ipywidgets-7.6.5     | ########## | 100% 
ipywidgets-7.6.5     | ########## | 100% 

jupyterlab-3.2.8     |            |   0% 
jupyterlab-3.2.8     | 5          |   5% 
jupyterlab-3.2.8     | ###4       |  34% 
jupyterlab-3.2.8     | ########## | 100% 
jupyterlab-3.2.8     | ########## | 100% 
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... Enabling notebook extension jupyter-js-widgets/extension...
      - Validating: OK

done
time: 70.878
+ [[ ! -z '' ]]
+ echo ''
+ [[ ! -z '' ]]
+ /srv/conda/bin/mamba clean --all -f -y
Will remove 1 package cache(s).
time: 1.848
+ rm -rf /root/.cache
+ chown -R jovyan:jovyan /srv/conda
+ /srv/conda/bin/mamba list -p /srv/conda/envs/notebook
# packages in environment at /srv/conda/envs/notebook:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       1_gnu    conda-forge
alembic                   1.7.7              pyhd8ed1ab_0    conda-forge
anyio                     3.3.2            py36h5fab9bb_0    conda-forge
argon2-cffi               21.1.0           py36h8f6f2f9_0    conda-forge
async_generator           1.10                       py_0    conda-forge
attrs                     21.4.0             pyhd8ed1ab_0    conda-forge
babel                     2.9.1              pyh44b312d_0    conda-forge
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                        py_2    conda-forge
backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
bleach                    5.0.0              pyhd8ed1ab_0    conda-forge
blinker                   1.4                        py_1    conda-forge
brotlipy                  0.7.0           py36h8f6f2f9_1001    conda-forge
c-ares                    1.18.1               h7f98852_0    conda-forge
ca-certificates           2021.10.8            ha878542_0    conda-forge
certifi                   2021.5.30        py36h5fab9bb_0    conda-forge
certipy                   0.1.3                      py_0    conda-forge
cffi                      1.14.6           py36hd8eec40_1    conda-forge
charset-normalizer        2.0.12             pyhd8ed1ab_0    conda-forge
contextvars               2.4                        py_0    conda-forge
cryptography              35.0.0           py36hb60f036_0    conda-forge
dataclasses               0.8                pyh787bdff_2    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
greenlet                  1.1.1            py36hc4f0c31_0    conda-forge
icu                       70.1                 h27087fc_0    conda-forge
idna                      3.3                pyhd8ed1ab_0    conda-forge
immutables                0.16             py36h8f6f2f9_0    conda-forge
importlib-metadata        4.8.1            py36h5fab9bb_0    conda-forge
importlib_resources       5.6.0              pyhd8ed1ab_0    conda-forge
ipykernel                 5.5.5            py36hcb3619a_0    conda-forge
ipython                   7.16.1           py36he448a4c_2    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                7.6.5              pyhd8ed1ab_0    conda-forge
jedi                      0.17.2           py36h5fab9bb_1    conda-forge
jinja2                    3.0.3              pyhd8ed1ab_0    conda-forge
json5                     0.9.5              pyh9f0ad1d_0    conda-forge
jsonschema                4.1.2              pyhd8ed1ab_0    conda-forge
jupyter-offlinenotebook   0.2.2              pyh1d7be83_0    conda-forge
jupyter-resource-usage    0.6.1              pyhd8ed1ab_0    conda-forge
jupyter_client            7.1.2              pyhd8ed1ab_0    conda-forge
jupyter_core              4.8.1            py36h5fab9bb_0    conda-forge
jupyter_server            1.13.2             pyhd8ed1ab_0    conda-forge
jupyter_telemetry         0.1.0              pyhd8ed1ab_1    conda-forge
jupyterhub-base           1.4.2            py36h5fab9bb_0    conda-forge
jupyterhub-singleuser     1.4.2            py36h5fab9bb_0    conda-forge
jupyterlab                3.2.8              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.1.2              pyh9f0ad1d_0    conda-forge
jupyterlab_server         2.10.3             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        1.1.0              pyhd8ed1ab_0    conda-forge
keyutils                  1.6.1                h166bdaf_0    conda-forge
krb5                      1.19.3               h3790be6_0    conda-forge
ld_impl_linux-64          2.36.1               hea4e1c9_2    conda-forge
libcurl                   7.82.0               h7bff187_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 h516909a_1    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 11.2.0              h1d223b6_15    conda-forge
libgomp                   11.2.0              h1d223b6_15    conda-forge
libnghttp2                1.47.0               h727a467_0    conda-forge
libnsl                    2.0.0                h7f98852_0    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libssh2                   1.10.0               ha56f1ee_2    conda-forge
libstdcxx-ng              11.2.0              he4da1e4_15    conda-forge
libuv                     1.43.0               h7f98852_0    conda-forge
libzlib                   1.2.11            h166bdaf_1014    conda-forge
mako                      1.2.0              pyhd8ed1ab_1    conda-forge
markupsafe                2.0.1            py36h8f6f2f9_0    conda-forge
mistune                   0.8.4           py36h8f6f2f9_1004    conda-forge
nbclassic                 0.3.5              pyhd8ed1ab_0    conda-forge
nbclient                  0.5.9              pyhd8ed1ab_0    conda-forge
nbconvert                 6.0.7            py36h5fab9bb_3    conda-forge
nbformat                  5.1.3              pyhd8ed1ab_0    conda-forge
ncurses                   6.3                  h27087fc_1    conda-forge
nest-asyncio              1.5.5              pyhd8ed1ab_0    conda-forge
nodejs                    14.18.3              h96d913c_3    conda-forge
notebook                  6.3.0            py36h5fab9bb_0    conda-forge
nteract_on_jupyter        2.1.3                      py_0    conda-forge
oauthlib                  3.2.0              pyhd8ed1ab_0    conda-forge
openssl                   1.1.1n               h166bdaf_0    conda-forge
packaging                 21.3               pyhd8ed1ab_0    conda-forge
pamela                    1.0.0                      py_0    conda-forge
pandoc                    2.17.1.1             ha770c72_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
parso                     0.7.1              pyh9f0ad1d_0    conda-forge
pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pip                       21.3.1             pyhd8ed1ab_0    conda-forge
prometheus_client         0.14.0             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.29             pyha770c72_0    conda-forge
psutil                    5.8.0            py36h8f6f2f9_1    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pycurl                    7.44.1           py36h66a4f8d_0    conda-forge
pygments                  2.11.2             pyhd8ed1ab_0    conda-forge
pyjwt                     2.3.0              pyhd8ed1ab_1    conda-forge
pyopenssl                 22.0.0             pyhd8ed1ab_0    conda-forge
pyparsing                 3.0.7              pyhd8ed1ab_0    conda-forge
pyrsistent                0.17.3           py36h8f6f2f9_2    conda-forge
pysocks                   1.7.1            py36h5fab9bb_3    conda-forge
python                    3.6.15          hb7a2778_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-json-logger        2.0.1              pyh9f0ad1d_0    conda-forge
python_abi                3.6                     2_cp36m    conda-forge
pytz                      2022.1             pyhd8ed1ab_0    conda-forge
pyzmq                     22.3.0           py36h7068817_0    conda-forge
readline                  8.1                  h46c0cb4_0    conda-forge
requests                  2.27.1             pyhd8ed1ab_0    conda-forge
ruamel.yaml               0.17.16          py36h8f6f2f9_0    conda-forge
ruamel.yaml.clib          0.2.2            py36h8f6f2f9_2    conda-forge
send2trash                1.8.0              pyhd8ed1ab_0    conda-forge
setuptools                58.0.4           py36h5fab9bb_2    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
sniffio                   1.2.0            py36h5fab9bb_1    conda-forge
sqlalchemy                1.4.25           py36h8f6f2f9_0    conda-forge
sqlite                    3.37.1               h4ff8645_0    conda-forge
terminado                 0.12.1           py36h5fab9bb_0    conda-forge
testpath                  0.6.0              pyhd8ed1ab_0    conda-forge
tk                        8.6.12               h27826a3_0    conda-forge
tornado                   6.1              py36h8f6f2f9_1    conda-forge
traitlets                 4.3.3              pyhd8ed1ab_2    conda-forge
typing-extensions         4.1.1                hd8ed1ab_0    conda-forge
typing_extensions         4.1.1              pyha770c72_0    conda-forge
urllib3                   1.26.9             pyhd8ed1ab_0    conda-forge
wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
webencodings              0.5.1                      py_1    conda-forge
websocket-client          1.3.1              pyhd8ed1ab_0    conda-forge
wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
widgetsnbextension        3.5.1            py36h5fab9bb_4    conda-forge
xz                        5.2.5                h516909a_1    conda-forge
zeromq                    4.3.4                h9c3ff4c_1    conda-forge
zipp                      3.6.0              pyhd8ed1ab_0    conda-forge
zlib                      1.2.11            h166bdaf_1014    conda-forge
+ /srv/conda/envs/notebook/bin/npm config --global set prefix /srv/npm
time: 122.416
 ---> Removed intermediate container 4ee06f962a06
 ---> 8b8417c5cf43
Step 30/53 : RUN mkdir -p ${NPM_DIR} && chown -R ${NB_USER}:${NB_USER} ${NPM_DIR}
 ---> Running in 0e5eb65d0e66
 ---> Removed intermediate container 0e5eb65d0e66
 ---> ae8775273454
Step 31/53 : USER root
 ---> Running in 26f88c6a64d0
 ---> Removed intermediate container 26f88c6a64d0
 ---> c888b08d1e34
Step 32/53 : ARG REPO_DIR=${HOME}
 ---> Running in c0a0afa49e51
 ---> Removed intermediate container c0a0afa49e51
 ---> 17a02d5c8f99
Step 33/53 : ENV REPO_DIR ${REPO_DIR}
 ---> Running in ded023560a02
 ---> Removed intermediate container ded023560a02
 ---> 3bee9637f8f1
Step 34/53 : WORKDIR ${REPO_DIR}
 ---> Running in 57979e3187b5
 ---> Removed intermediate container 57979e3187b5
 ---> cc8c6bdda234
Step 35/53 : RUN chown ${NB_USER}:${NB_USER} ${REPO_DIR}
 ---> Running in 9c6d62f3e718
 ---> Removed intermediate container 9c6d62f3e718
 ---> 3dd188d71e28
Step 36/53 : ENV PATH ${HOME}/.local/bin:${REPO_DIR}/.local/bin:${PATH}
 ---> Running in d1999ffc5716
 ---> Removed intermediate container d1999ffc5716
 ---> b23a72c2283d
Step 37/53 : ENV CONDA_DEFAULT_ENV ${KERNEL_PYTHON_PREFIX}
 ---> Running in 93e9283be870
 ---> Removed intermediate container 93e9283be870
 ---> efe9d051f09c
Step 38/53 : COPY --chown=1000:1000 src/binder/environment.yml ${REPO_DIR}/binder/environment.yml
 ---> cbcafa65ad95
Step 39/53 : USER ${NB_USER}
 ---> Running in 13dc2b34a6a8
 ---> Removed intermediate container 13dc2b34a6a8
 ---> 98698a8678be
Step 40/53 : RUN TIMEFORMAT='time: %3R' bash -c 'time ${MAMBA_EXE} env update -p ${NB_PYTHON_PREFIX} --file "binder/environment.yml" && time ${MAMBA_EXE} clean --all -f -y && ${MAMBA_EXE} list -p ${NB_PYTHON_PREFIX} '
 ---> Running in 3ec3413f4387
Transaction

  Prefix: /srv/conda/envs/notebook

  Updating specs:

   - python=3.6
   - jupyter_client=7.1.0
   - jupyter_server=1.13.1
   - pip

  Package           Version  Build         Channel                 Size
─────────────────────────────────────────────────────────────────────────
  Downgrade:
─────────────────────────────────────────────────────────────────────────

  - jupyter_client    7.1.2  pyhd8ed1ab_0  conda-forge                 
  + jupyter_client    7.1.0  pyhd8ed1ab_0  conda-forge/noarch      92kB
  - jupyter_server   1.13.2  pyhd8ed1ab_0  conda-forge                 
  + jupyter_server   1.13.1  pyhd8ed1ab_0  conda-forge/noarch     272kB

  Summary:

  Downgrade: 2 packages

  Total download: 364kB

─────────────────────────────────────────────────────────────────────────

Looking for: ['python=3.6', 'jupyter_client=7.1.0', 'jupyter_server=1.13.1', 'pip']

Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Installing pip dependencies: ...working... Ran pip subprocess with arguments:
['/srv/conda/envs/notebook/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/jovyan/binder/condaenv.l43rtxs8.requirements.txt']
Pip subprocess output:
Collecting matplotlib==3.1.1
  Downloading matplotlib-3.1.1-cp36-cp36m-manylinux1_x86_64.whl (13.1 MB)
Collecting pandas==0.25.3
  Downloading pandas-0.25.3-cp36-cp36m-manylinux1_x86_64.whl (10.4 MB)
Collecting numpy==1.16.5
  Downloading numpy-1.16.5-cp36-cp36m-manylinux1_x86_64.whl (17.4 MB)
Collecting plotly==4.14.0
  Downloading plotly-4.14.0-py2.py3-none-any.whl (13.2 MB)
Collecting scipy==1.3.1
  Downloading scipy-1.3.1-cp36-cp36m-manylinux1_x86_64.whl (25.2 MB)
Collecting tables==3.5.2
  Downloading tables-3.5.2-cp36-cp36m-manylinux1_x86_64.whl (4.3 MB)
Collecting urllib3==1.24.2
  Downloading urllib3-1.24.2-py2.py3-none-any.whl (131 kB)
Collecting repo2data
  Downloading repo2data-2.9.1-py3-none-any.whl (7.6 kB)
Collecting jupyter-book==0.12.1
  Downloading jupyter_book-0.12.1-py3-none-any.whl (43 kB)
Collecting cycler>=0.10
  Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
Requirement already satisfied: python-dateutil>=2.1 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from matplotlib==3.1.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 1)) (2.8.2)
Collecting kiwisolver>=1.0.1
  Downloading kiwisolver-1.3.1-cp36-cp36m-manylinux1_x86_64.whl (1.1 MB)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from matplotlib==3.1.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 1)) (3.0.7)
Requirement already satisfied: pytz>=2017.2 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from pandas==0.25.3->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 2)) (2022.1)
Collecting retrying>=1.3.3
  Downloading retrying-1.3.4-py3-none-any.whl (11 kB)
Requirement already satisfied: six in /srv/conda/envs/notebook/lib/python3.6/site-packages (from plotly==4.14.0->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 4)) (1.16.0)
Collecting numexpr>=2.6.2
  Downloading numexpr-2.8.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378 kB)
Collecting mock>=2.0
  Downloading mock-5.1.0-py3-none-any.whl (30 kB)
Collecting sphinx-external-toc~=0.2.3
  Downloading sphinx_external_toc-0.2.4-py3-none-any.whl (25 kB)
Collecting sphinx-book-theme~=0.1.4
  Downloading sphinx_book_theme-0.1.10-py3-none-any.whl (94 kB)
Collecting pyyaml
  Downloading PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (677 kB)
Collecting linkify-it-py~=1.0.1
  Downloading linkify_it_py-1.0.3-py3-none-any.whl (19 kB)
Collecting sphinx-jupyterbook-latex~=0.4.6
  Downloading sphinx_jupyterbook_latex-0.4.7-py3-none-any.whl (13 kB)
Collecting myst-nb~=0.13.1
  Downloading myst_nb-0.13.2-py3-none-any.whl (41 kB)
Collecting jsonschema<4
  Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
Collecting sphinx-comments
  Downloading sphinx_comments-0.0.3-py3-none-any.whl (4.6 kB)
Collecting sphinx-thebe~=0.0.10
  Downloading sphinx_thebe-0.0.10-py3-none-any.whl (7.7 kB)
Collecting sphinx-togglebutton
  Downloading sphinx_togglebutton-0.3.2-py3-none-any.whl (8.2 kB)
Collecting sphinx-panels~=0.6.0
  Downloading sphinx_panels-0.6.0-py3-none-any.whl (87 kB)
Collecting sphinx-copybutton
  Downloading sphinx_copybutton-0.5.0-py3-none-any.whl (12 kB)
Collecting sphinx-multitoc-numbering~=0.1.3
  Downloading sphinx_multitoc_numbering-0.1.3-py3-none-any.whl (4.6 kB)
Requirement already satisfied: importlib-metadata in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (4.8.1)
Collecting sphinx<5,>=3
  Downloading Sphinx-4.5.0-py3-none-any.whl (3.1 MB)
Collecting click~=7.1
  Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
Collecting sphinxcontrib-bibtex~=2.2.0
  Downloading sphinxcontrib_bibtex-2.2.1-py3-none-any.whl (31 kB)
Collecting jupytext<1.12,>=1.11.2
  Downloading jupytext-1.11.5-py3-none-any.whl (292 kB)
Collecting docutils<0.18,>=0.15
  Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB)
Collecting zenodo-get
  Downloading zenodo_get-1.3.4-py2.py3-none-any.whl (17 kB)
Collecting osfclient
  Downloading osfclient-0.0.5-py2.py3-none-any.whl (39 kB)
Requirement already satisfied: requests in /srv/conda/envs/notebook/lib/python3.6/site-packages (from repo2data->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 8)) (2.27.1)
Collecting datalad
  Downloading datalad-0.15.6-py3-none-any.whl (1.3 MB)
Collecting patool
  Downloading patool-1.12-py2.py3-none-any.whl (77 kB)
Collecting gdown
  Downloading gdown-4.7.3-py3-none-any.whl (16 kB)
Collecting awscli
  Downloading awscli-1.24.10-py3-none-any.whl (3.9 MB)
Requirement already satisfied: setuptools in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jsonschema<4->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (58.0.4)
Requirement already satisfied: attrs>=17.4.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jsonschema<4->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (21.4.0)
Requirement already satisfied: pyrsistent>=0.14.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jsonschema<4->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.17.3)
Requirement already satisfied: nbformat in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupytext<1.12,>=1.11.2->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (5.1.3)
Collecting toml
  Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting markdown-it-py~=1.0
  Downloading markdown_it_py-1.1.0-py3-none-any.whl (83 kB)
Collecting mdit-py-plugins
  Downloading mdit_py_plugins-0.3.0-py3-none-any.whl (43 kB)
Collecting uc-micro-py
  Downloading uc_micro_py-1.0.1-py3-none-any.whl (6.2 kB)
Collecting jupyter-sphinx~=0.3.2
  Downloading jupyter_sphinx-0.3.2-py3-none-any.whl (20 kB)
Collecting myst-parser~=0.15.2
  Downloading myst_parser-0.15.2-py3-none-any.whl (46 kB)
Requirement already satisfied: nbconvert<7,>=5.6 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (6.0.7)
Requirement already satisfied: ipython in /srv/conda/envs/notebook/lib/python3.6/site-packages (from myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (7.16.1)
Requirement already satisfied: ipywidgets<8,>=7.0.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (7.6.5)
Collecting jupyter-cache~=0.4.1
  Downloading jupyter_cache-0.4.3-py3-none-any.whl (31 kB)
Requirement already satisfied: packaging in /srv/conda/envs/notebook/lib/python3.6/site-packages (from numexpr>=2.6.2->tables==3.5.2->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 6)) (21.3)
Collecting sphinxcontrib-htmlhelp>=2.0.0
  Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
Collecting sphinxcontrib-qthelp
  Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
Collecting imagesize
  Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
Collecting alabaster<0.8,>=0.7
  Downloading alabaster-0.7.13-py3-none-any.whl (13 kB)
Collecting sphinxcontrib-devhelp
  Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
Collecting sphinxcontrib-jsmath
  Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
Requirement already satisfied: Pygments>=2.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from sphinx<5,>=3->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (2.11.2)
Collecting snowballstemmer>=1.1
  Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
Collecting sphinxcontrib-applehelp
  Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
Requirement already satisfied: Jinja2>=2.3 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from sphinx<5,>=3->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (3.0.3)
Requirement already satisfied: babel>=1.3 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from sphinx<5,>=3->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (2.9.1)
Collecting sphinxcontrib-serializinghtml>=1.1.5
  Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
Requirement already satisfied: zipp>=0.5 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from importlib-metadata->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (3.6.0)
Requirement already satisfied: typing-extensions>=3.6.4 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from importlib-metadata->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (4.1.1)
Requirement already satisfied: charset-normalizer~=2.0.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from requests->repo2data->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 8)) (2.0.12)
Requirement already satisfied: idna<4,>=2.5 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from requests->repo2data->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 8)) (3.3)
Requirement already satisfied: certifi>=2017.4.17 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from requests->repo2data->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 8)) (2021.5.30)
Collecting beautifulsoup4<5,>=4.6.1
  Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Collecting docutils<0.18,>=0.15
  Downloading docutils-0.16-py2.py3-none-any.whl (548 kB)
Collecting pydata-sphinx-theme~=0.7.2
  Downloading pydata_sphinx_theme-0.7.2-py3-none-any.whl (1.4 MB)
Collecting importlib-resources<3.5,>=3.0
  Downloading importlib_resources-3.3.1-py2.py3-none-any.whl (26 kB)
  Downloading importlib_resources-3.0.0-py2.py3-none-any.whl (23 kB)
Requirement already satisfied: wheel in /srv/conda/envs/notebook/lib/python3.6/site-packages (from sphinx-togglebutton->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.37.1)
Requirement already satisfied: dataclasses in /srv/conda/envs/notebook/lib/python3.6/site-packages (from sphinxcontrib-bibtex~=2.2.0->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.8)
Collecting pybtex>=0.20
  Downloading pybtex-0.24.0-py2.py3-none-any.whl (561 kB)
Collecting pybtex-docutils>=1.0.0
  Downloading pybtex_docutils-1.0.2-py3-none-any.whl (6.3 kB)
Collecting rsa<4.8,>=3.1.2
  Downloading rsa-4.7.2-py3-none-any.whl (34 kB)
Collecting botocore==1.26.10
  Downloading botocore-1.26.10-py3-none-any.whl (8.8 MB)
Collecting colorama<0.4.5,>=0.2.5
  Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Collecting pyyaml
  Downloading PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640 kB)
Collecting s3transfer<0.6.0,>=0.5.0
  Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB)
Collecting jmespath<2.0.0,>=0.7.1
  Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
INFO: pip is looking at multiple versions of awscli to determine which version is compatible with other requirements. This could take a while.
Collecting awscli
  Downloading awscli-1.24.9-py3-none-any.whl (3.9 MB)
Collecting botocore==1.26.9
  Downloading botocore-1.26.9-py3-none-any.whl (8.8 MB)
Collecting awscli
  Downloading awscli-1.24.8-py3-none-any.whl (3.9 MB)
Collecting botocore==1.26.8
  Downloading botocore-1.26.8-py3-none-any.whl (8.8 MB)
Collecting awscli
  Downloading awscli-1.24.7-py3-none-any.whl (3.9 MB)
Collecting botocore==1.26.7
  Downloading botocore-1.26.7-py3-none-any.whl (8.8 MB)
Collecting awscli
  Downloading awscli-1.24.6-py3-none-any.whl (3.9 MB)
Collecting botocore==1.26.6
  Downloading botocore-1.26.6-py3-none-any.whl (8.8 MB)
Collecting awscli
  Downloading awscli-1.24.5-py3-none-any.whl (3.9 MB)
Collecting botocore==1.26.5
  Downloading botocore-1.26.5-py3-none-any.whl (8.8 MB)
Collecting awscli
  Downloading awscli-1.24.4-py3-none-any.whl (3.9 MB)
Collecting docutils<0.18,>=0.15
  Downloading docutils-0.15.2-py3-none-any.whl (547 kB)
Collecting botocore==1.26.4
  Downloading botocore-1.26.4-py3-none-any.whl (8.8 MB)
Collecting awscli
  Downloading awscli-1.24.3-py3-none-any.whl (3.9 MB)
Collecting botocore==1.26.3
  Downloading botocore-1.26.3-py3-none-any.whl (8.8 MB)
INFO: pip is looking at multiple versions of awscli to determine which version is compatible with other requirements. This could take a while.
Collecting awscli
  Downloading awscli-1.24.2-py3-none-any.whl (3.9 MB)
Collecting botocore==1.26.2
  Downloading botocore-1.26.2-py3-none-any.whl (8.8 MB)
Collecting awscli
  Downloading awscli-1.24.1-py3-none-any.whl (3.9 MB)
Collecting botocore==1.26.1
  Downloading botocore-1.26.1-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.24.0-py3-none-any.whl (3.8 MB)
Collecting botocore==1.26.0
  Downloading botocore-1.26.0-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.13-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.13
  Downloading botocore-1.25.13-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.12-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.12
  Downloading botocore-1.25.12-py3-none-any.whl (8.7 MB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Collecting awscli
  Downloading awscli-1.23.11-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.11
  Downloading botocore-1.25.11-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.10-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.10
  Downloading botocore-1.25.10-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.9-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.9
  Downloading botocore-1.25.9-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.8-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.8
  Downloading botocore-1.25.8-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.7-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.7
  Downloading botocore-1.25.7-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.6-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.6
  Downloading botocore-1.25.6-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.5-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.5
  Downloading botocore-1.25.5-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.4-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.4
  Downloading botocore-1.25.4-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.3-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.3
  Downloading botocore-1.25.3-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.2-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.2
  Downloading botocore-1.25.2-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.1-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.1
  Downloading botocore-1.25.1-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.23.0-py3-none-any.whl (3.8 MB)
Collecting botocore==1.25.0
  Downloading botocore-1.25.0-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.101-py3-none-any.whl (3.8 MB)
Collecting colorama<0.4.4,>=0.2.5
  Downloading colorama-0.4.3-py2.py3-none-any.whl (15 kB)
Collecting botocore==1.24.46
  Downloading botocore-1.24.46-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.100-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.45
  Downloading botocore-1.24.45-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.99-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.44
  Downloading botocore-1.24.44-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.98-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.43
  Downloading botocore-1.24.43-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.97-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.42
  Downloading botocore-1.24.42-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.96-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.41
  Downloading botocore-1.24.41-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.95-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.40
  Downloading botocore-1.24.40-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.94-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.39
  Downloading botocore-1.24.39-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.93-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.38
  Downloading botocore-1.24.38-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.92-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.37
  Downloading botocore-1.24.37-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.91-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.36
  Downloading botocore-1.24.36-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.90-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.35
  Downloading botocore-1.24.35-py3-none-any.whl (8.7 MB)
Collecting awscli
  Downloading awscli-1.22.89-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.34
  Downloading botocore-1.24.34-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.88-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.33
  Downloading botocore-1.24.33-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.87-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.32
  Downloading botocore-1.24.32-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.86-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.31
  Downloading botocore-1.24.31-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.85-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.30
  Downloading botocore-1.24.30-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.84-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.29
  Downloading botocore-1.24.29-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.83-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.28
  Downloading botocore-1.24.28-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.82-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.27
  Downloading botocore-1.24.27-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.81-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.26
  Downloading botocore-1.24.26-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.80-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.25
  Downloading botocore-1.24.25-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.79-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.24
  Downloading botocore-1.24.24-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.78-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.23
  Downloading botocore-1.24.23-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.77-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.22
  Downloading botocore-1.24.22-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.76-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.21
  Downloading botocore-1.24.21-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.75-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.20
  Downloading botocore-1.24.20-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.74-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.19
  Downloading botocore-1.24.19-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.73-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.18
  Downloading botocore-1.24.18-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.72-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.17
  Downloading botocore-1.24.17-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.71-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.16
  Downloading botocore-1.24.16-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.70-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.15
  Downloading botocore-1.24.15-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.69-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.14
  Downloading botocore-1.24.14-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.68-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.13
  Downloading botocore-1.24.13-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.67-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.12
  Downloading botocore-1.24.12-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.66-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.11
  Downloading botocore-1.24.11-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.65-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.10
  Downloading botocore-1.24.10-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.64-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.9
  Downloading botocore-1.24.9-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.63-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.8
  Downloading botocore-1.24.8-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.62-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.7
  Downloading botocore-1.24.7-py3-none-any.whl (8.6 MB)
Collecting awscli
  Downloading awscli-1.22.61-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.6
  Downloading botocore-1.24.6-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.60-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.5
  Downloading botocore-1.24.5-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.59-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.4
  Downloading botocore-1.24.4-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.58-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.3
  Downloading botocore-1.24.3-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.57-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.2
  Downloading botocore-1.24.2-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.56-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.1
  Downloading botocore-1.24.1-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.55-py3-none-any.whl (3.8 MB)
Collecting botocore==1.24.0
  Downloading botocore-1.24.0-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.54-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.54
  Downloading botocore-1.23.54-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.53-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.53
  Downloading botocore-1.23.53-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.52-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.52
  Downloading botocore-1.23.52-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.51-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.51
  Downloading botocore-1.23.51-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.50-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.50
  Downloading botocore-1.23.50-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.49-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.49
  Downloading botocore-1.23.49-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.48-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.48
  Downloading botocore-1.23.48-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.47-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.47
  Downloading botocore-1.23.47-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.46-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.46
  Downloading botocore-1.23.46-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.45-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.45
  Downloading botocore-1.23.45-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.44-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.44
  Downloading botocore-1.23.44-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.43-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.43
  Downloading botocore-1.23.43-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.42-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.42
  Downloading botocore-1.23.42-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.41-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.41
  Downloading botocore-1.23.41-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.40-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.40
  Downloading botocore-1.23.40-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.39-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.39
  Downloading botocore-1.23.39-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.38-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.38
  Downloading botocore-1.23.38-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.37-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.37
  Downloading botocore-1.23.37-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.36-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.36
  Downloading botocore-1.23.36-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.35-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.35
  Downloading botocore-1.23.35-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.34-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.34
  Downloading botocore-1.23.34-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.33-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.33
  Downloading botocore-1.23.33-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.32-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.32
  Downloading botocore-1.23.32-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.31-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.31
  Downloading botocore-1.23.31-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.30-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.30
  Downloading botocore-1.23.30-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.29-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.29
  Downloading botocore-1.23.29-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.28-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.28
  Downloading botocore-1.23.28-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.27-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.27
  Downloading botocore-1.23.27-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.26-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.26
  Downloading botocore-1.23.26-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.25-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.25
  Downloading botocore-1.23.25-py3-none-any.whl (8.5 MB)
Collecting awscli
  Downloading awscli-1.22.24-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.24
  Downloading botocore-1.23.24-py3-none-any.whl (8.4 MB)
Collecting awscli
  Downloading awscli-1.22.23-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.23
  Downloading botocore-1.23.23-py3-none-any.whl (8.4 MB)
Collecting awscli
  Downloading awscli-1.22.22-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.22
  Downloading botocore-1.23.22-py3-none-any.whl (8.4 MB)
Collecting awscli
  Downloading awscli-1.22.21-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.21
  Downloading botocore-1.23.21-py3-none-any.whl (8.4 MB)
Collecting awscli
  Downloading awscli-1.22.20-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.20
  Downloading botocore-1.23.20-py3-none-any.whl (8.4 MB)
Collecting awscli
  Downloading awscli-1.22.19-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.19
  Downloading botocore-1.23.19-py3-none-any.whl (8.4 MB)
Collecting awscli
  Downloading awscli-1.22.18-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.18
  Downloading botocore-1.23.18-py3-none-any.whl (8.4 MB)
Collecting awscli
  Downloading awscli-1.22.17-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.17
  Downloading botocore-1.23.17-py3-none-any.whl (8.4 MB)
Collecting awscli
  Downloading awscli-1.22.16-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.16
  Downloading botocore-1.23.16-py3-none-any.whl (8.3 MB)
Collecting awscli
  Downloading awscli-1.22.15-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.15
  Downloading botocore-1.23.15-py3-none-any.whl (8.3 MB)
Collecting awscli
  Downloading awscli-1.22.14-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.14
  Downloading botocore-1.23.14-py3-none-any.whl (8.2 MB)
Collecting awscli
  Downloading awscli-1.22.13-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.13
  Downloading botocore-1.23.13-py3-none-any.whl (8.2 MB)
Collecting awscli
  Downloading awscli-1.22.12-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.12
  Downloading botocore-1.23.12-py3-none-any.whl (8.2 MB)
Collecting awscli
  Downloading awscli-1.22.11-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.11
  Downloading botocore-1.23.11-py3-none-any.whl (8.2 MB)
Collecting awscli
  Downloading awscli-1.22.10-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.10
  Downloading botocore-1.23.10-py3-none-any.whl (8.2 MB)
Collecting awscli
  Downloading awscli-1.22.9-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.9
  Downloading botocore-1.23.9-py3-none-any.whl (8.2 MB)
Collecting awscli
  Downloading awscli-1.22.8-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.8
  Downloading botocore-1.23.8-py3-none-any.whl (8.2 MB)
Collecting awscli
  Downloading awscli-1.22.7-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.7
  Downloading botocore-1.23.7-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.22.6-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.6
  Downloading botocore-1.23.6-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.22.5-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.5
  Downloading botocore-1.23.5-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.22.4-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.4
  Downloading botocore-1.23.4-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.22.3-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.3
  Downloading botocore-1.23.3-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.22.2-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.2
  Downloading botocore-1.23.2-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.22.1-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.1
  Downloading botocore-1.23.1-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.22.0-py3-none-any.whl (3.8 MB)
Collecting botocore==1.23.0
  Downloading botocore-1.23.0-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.21.12-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.12
  Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.21.11-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.11
  Downloading botocore-1.22.11-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.21.10-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.10
  Downloading botocore-1.22.10-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.21.9-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.9
  Downloading botocore-1.22.9-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.21.8-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.8
  Downloading botocore-1.22.8-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.21.7-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.7
  Downloading botocore-1.22.7-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.21.6-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.6
  Downloading botocore-1.22.6-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.21.5-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.5
  Downloading botocore-1.22.5-py3-none-any.whl (8.1 MB)
Collecting awscli
  Downloading awscli-1.21.4-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.4
  Downloading botocore-1.22.4-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.21.3-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.3
  Downloading botocore-1.22.3-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.21.2-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.2
  Downloading botocore-1.22.2-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.21.1-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.1
  Downloading botocore-1.22.1-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.21.0-py3-none-any.whl (3.7 MB)
Collecting botocore==1.22.0
  Downloading botocore-1.22.0-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.65-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.65
  Downloading botocore-1.21.65-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.64-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.64
  Downloading botocore-1.21.64-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.63-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.63
  Downloading botocore-1.21.63-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.62-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.62
  Downloading botocore-1.21.62-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.61-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.61
  Downloading botocore-1.21.61-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.60-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.60
  Downloading botocore-1.21.60-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.59-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.59
  Downloading botocore-1.21.59-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.58-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.58
  Downloading botocore-1.21.58-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.57-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.57
  Downloading botocore-1.21.57-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.56-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.56
  Downloading botocore-1.21.56-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.55-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.55
  Downloading botocore-1.21.55-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.54-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.54
  Downloading botocore-1.21.54-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.53-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.53
  Downloading botocore-1.21.53-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.52-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.52
  Downloading botocore-1.21.52-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.51-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.51
  Downloading botocore-1.21.51-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.50-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.50
  Downloading botocore-1.21.50-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.49-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.49
  Downloading botocore-1.21.49-py3-none-any.whl (8.0 MB)
Collecting awscli
  Downloading awscli-1.20.48-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.48
  Downloading botocore-1.21.48-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.47-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.47
  Downloading botocore-1.21.47-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.46-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.46
  Downloading botocore-1.21.46-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.45-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.45
  Downloading botocore-1.21.45-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.44-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.44
  Downloading botocore-1.21.44-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.43-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.43
  Downloading botocore-1.21.43-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.42-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.42
  Downloading botocore-1.21.42-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.41-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.41
  Downloading botocore-1.21.41-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.40-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.40
  Downloading botocore-1.21.40-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.39-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.39
  Downloading botocore-1.21.39-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.38-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.38
  Downloading botocore-1.21.38-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.37-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.37
  Downloading botocore-1.21.37-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.36-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.36
  Downloading botocore-1.21.36-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.35-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.35
  Downloading botocore-1.21.35-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.34-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.34
  Downloading botocore-1.21.34-py3-none-any.whl (7.9 MB)
Collecting awscli
  Downloading awscli-1.20.33-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.33
  Downloading botocore-1.21.33-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.32-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.32
  Downloading botocore-1.21.32-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.31-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.31
  Downloading botocore-1.21.31-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.30-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.30
  Downloading botocore-1.21.30-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.29-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.29
  Downloading botocore-1.21.29-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.28-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.28
  Downloading botocore-1.21.28-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.27-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.27
  Downloading botocore-1.21.27-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.26-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.26
  Downloading botocore-1.21.26-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.25-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.25
  Downloading botocore-1.21.25-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.24-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.24
  Downloading botocore-1.21.24-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.23-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.23
  Downloading botocore-1.21.23-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.22-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.22
  Downloading botocore-1.21.22-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.21-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.21
  Downloading botocore-1.21.21-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.20-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.20
  Downloading botocore-1.21.20-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.19-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.19
  Downloading botocore-1.21.19-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.18-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.18
  Downloading botocore-1.21.18-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.17-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.17
  Downloading botocore-1.21.17-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.16-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.16
  Downloading botocore-1.21.16-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.15-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.15
  Downloading botocore-1.21.15-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.14-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.14
  Downloading botocore-1.21.14-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.13-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.13
  Downloading botocore-1.21.13-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.12-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.12
  Downloading botocore-1.21.12-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.11-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.11
  Downloading botocore-1.21.11-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.10-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.10
  Downloading botocore-1.21.10-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.9-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.9
  Downloading botocore-1.21.9-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.8-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.8
  Downloading botocore-1.21.8-py3-none-any.whl (7.8 MB)
Collecting awscli
  Downloading awscli-1.20.7-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.7
  Downloading botocore-1.21.7-py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.20.6-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.6
  Downloading botocore-1.21.6-py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.20.5-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.5
  Downloading botocore-1.21.5-py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.20.4-py3-none-any.whl (3.7 MB)
Collecting botocore==1.21.4
  Downloading botocore-1.21.4-py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.20.3-py3-none-any.whl (3.6 MB)
Collecting botocore==1.21.3
  Downloading botocore-1.21.3-py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.20.2-py3-none-any.whl (3.6 MB)
Collecting botocore==1.21.2
  Downloading botocore-1.21.2-py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.20.1-py3-none-any.whl (3.6 MB)
Collecting botocore==1.21.1
  Downloading botocore-1.21.1-py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.20.0-py3-none-any.whl (3.6 MB)
Collecting botocore==1.21.0
  Downloading botocore-1.21.0-py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.112-py2.py3-none-any.whl (3.6 MB)
Collecting s3transfer<0.5.0,>=0.4.0
  Downloading s3transfer-0.4.2-py2.py3-none-any.whl (79 kB)
Collecting botocore==1.20.112
  Downloading botocore-1.20.112-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.111-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.111
  Downloading botocore-1.20.111-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.110-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.110
  Downloading botocore-1.20.110-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.109-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.109
  Downloading botocore-1.20.109-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.108-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.108
  Downloading botocore-1.20.108-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.107-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.107
  Downloading botocore-1.20.107-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.106-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.106
  Downloading botocore-1.20.106-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.105-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.105
  Downloading botocore-1.20.105-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.104-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.104
  Downloading botocore-1.20.104-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.103-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.103
  Downloading botocore-1.20.103-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.102-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.102
  Downloading botocore-1.20.102-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.101-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.101
  Downloading botocore-1.20.101-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.100-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.100
  Downloading botocore-1.20.100-py2.py3-none-any.whl (7.7 MB)
Collecting awscli
  Downloading awscli-1.19.99-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.99
  Downloading botocore-1.20.99-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.98-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.98
  Downloading botocore-1.20.98-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.97-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.97
  Downloading botocore-1.20.97-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.96-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.96
  Downloading botocore-1.20.96-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.95-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.95
  Downloading botocore-1.20.95-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.94-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.94
  Downloading botocore-1.20.94-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.93-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.93
  Downloading botocore-1.20.93-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.92-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.92
  Downloading botocore-1.20.92-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.91-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.91
  Downloading botocore-1.20.91-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.90-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.90
  Downloading botocore-1.20.90-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.89-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.89
  Downloading botocore-1.20.89-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.88-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.88
  Downloading botocore-1.20.88-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.87-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.87
  Downloading botocore-1.20.87-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.86-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.86
  Downloading botocore-1.20.86-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.85-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.85
  Downloading botocore-1.20.85-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.84-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.84
  Downloading botocore-1.20.84-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.83-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.83
  Downloading botocore-1.20.83-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.82-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.82
  Downloading botocore-1.20.82-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.81-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.81
  Downloading botocore-1.20.81-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.80-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.80
  Downloading botocore-1.20.80-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.79-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.79
  Downloading botocore-1.20.79-py2.py3-none-any.whl (7.6 MB)
Collecting awscli
  Downloading awscli-1.19.78-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.78
  Downloading botocore-1.20.78-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.77-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.77
  Downloading botocore-1.20.77-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.76-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.76
  Downloading botocore-1.20.76-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.75-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.75
  Downloading botocore-1.20.75-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.74-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.74
  Downloading botocore-1.20.74-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.73-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.73
  Downloading botocore-1.20.73-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.72-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.72
  Downloading botocore-1.20.72-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.71-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.71
  Downloading botocore-1.20.71-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.70-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.70
  Downloading botocore-1.20.70-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.69-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.69
  Downloading botocore-1.20.69-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.68-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.68
  Downloading botocore-1.20.68-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.67-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.67
  Downloading botocore-1.20.67-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.66-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.66
  Downloading botocore-1.20.66-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.65-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.65
  Downloading botocore-1.20.65-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.64-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.64
  Downloading botocore-1.20.64-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.63-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.63
  Downloading botocore-1.20.63-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.62-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.62
  Downloading botocore-1.20.62-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.61-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.61
  Downloading botocore-1.20.61-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.60-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.60
  Downloading botocore-1.20.60-py2.py3-none-any.whl (7.5 MB)
Collecting awscli
  Downloading awscli-1.19.59-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.59
  Downloading botocore-1.20.59-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.58-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.58
  Downloading botocore-1.20.58-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.57-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.57
  Downloading botocore-1.20.57-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.56-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.56
  Downloading botocore-1.20.56-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.55-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.55
  Downloading botocore-1.20.55-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.54-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.54
  Downloading botocore-1.20.54-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.53-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.53
  Downloading botocore-1.20.53-py2.py3-none-any.whl (7.4 MB)
Collecting s3transfer<0.4.0,>=0.3.0
  Downloading s3transfer-0.3.7-py2.py3-none-any.whl (73 kB)
Collecting awscli
  Downloading awscli-1.19.52-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.52
  Downloading botocore-1.20.52-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.51-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.51
  Downloading botocore-1.20.51-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.50-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.50
  Downloading botocore-1.20.50-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.49-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.49
  Downloading botocore-1.20.49-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.48-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.48
  Downloading botocore-1.20.48-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.47-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.47
  Downloading botocore-1.20.47-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.46-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.46
  Downloading botocore-1.20.46-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.45-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.45
  Downloading botocore-1.20.45-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.44-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.44
  Downloading botocore-1.20.44-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.43-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.43
  Downloading botocore-1.20.43-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.42-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.42
  Downloading botocore-1.20.42-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.41-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.41
  Downloading botocore-1.20.41-py2.py3-none-any.whl (7.4 MB)
Collecting awscli
  Downloading awscli-1.19.40-py2.py3-none-any.whl (3.6 MB)
Collecting rsa<=4.5.0,>=3.1.2
  Downloading rsa-4.5-py2.py3-none-any.whl (36 kB)
Collecting botocore==1.20.40
  Downloading botocore-1.20.40-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.39-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.39
  Downloading botocore-1.20.39-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.38-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.38
  Downloading botocore-1.20.38-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.37-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.37
  Downloading botocore-1.20.37-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.36-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.36
  Downloading botocore-1.20.36-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.35-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.35
  Downloading botocore-1.20.35-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.34-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.34
  Downloading botocore-1.20.34-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.33-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.33
  Downloading botocore-1.20.33-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.32-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.32
  Downloading botocore-1.20.32-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.31-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.31
  Downloading botocore-1.20.31-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.30-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.30
  Downloading botocore-1.20.30-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.29-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.29
  Downloading botocore-1.20.29-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.28-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.28
  Downloading botocore-1.20.28-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.27-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.27
  Downloading botocore-1.20.27-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.26-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.26
  Downloading botocore-1.20.26-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.25-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.25
  Downloading botocore-1.20.25-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.24-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.24
  Downloading botocore-1.20.24-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.23-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.23
  Downloading botocore-1.20.23-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.22-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.22
  Downloading botocore-1.20.22-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.21-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.21
  Downloading botocore-1.20.21-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.20-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.20
  Downloading botocore-1.20.20-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.19-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.19
  Downloading botocore-1.20.19-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.18-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.18
  Downloading botocore-1.20.18-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.17-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.17
  Downloading botocore-1.20.17-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.16-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.16
  Downloading botocore-1.20.16-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.15-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.15
  Downloading botocore-1.20.15-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.14-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.14
  Downloading botocore-1.20.14-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.13-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.13
  Downloading botocore-1.20.13-py2.py3-none-any.whl (7.3 MB)
Collecting awscli
  Downloading awscli-1.19.12-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.12
  Downloading botocore-1.20.12-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.11-py2.py3-none-any.whl (3.6 MB)
Collecting pyyaml
  Downloading PyYAML-5.3.1.tar.gz (269 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting botocore==1.20.11
  Downloading botocore-1.20.11-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.10-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.10
  Downloading botocore-1.20.10-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.9-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.9
  Downloading botocore-1.20.9-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.8-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.8
  Downloading botocore-1.20.8-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.7-py2.py3-none-any.whl (3.6 MB)
Collecting botocore==1.20.7
  Downloading botocore-1.20.7-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.6-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.20.6
  Downloading botocore-1.20.6-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.5-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.20.5
  Downloading botocore-1.20.5-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.4-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.20.4
  Downloading botocore-1.20.4-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.3-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.20.3
  Downloading botocore-1.20.3-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.2-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.20.2
  Downloading botocore-1.20.2-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.1-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.20.1
  Downloading botocore-1.20.1-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.19.0-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.20.0
  Downloading botocore-1.20.0-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.223-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.63
  Downloading botocore-1.19.63-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.222-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.62
  Downloading botocore-1.19.62-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.221-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.61
  Downloading botocore-1.19.61-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.220-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.60
  Downloading botocore-1.19.60-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.219-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.59
  Downloading botocore-1.19.59-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.218-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.58
  Downloading botocore-1.19.58-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.217-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.57
  Downloading botocore-1.19.57-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.216-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.56
  Downloading botocore-1.19.56-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.215-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.55
  Downloading botocore-1.19.55-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.214-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.54
  Downloading botocore-1.19.54-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.213-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.53
  Downloading botocore-1.19.53-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.212-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.52
  Downloading botocore-1.19.52-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.211-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.51
  Downloading botocore-1.19.51-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.210-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.50
  Downloading botocore-1.19.50-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.209-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.49
  Downloading botocore-1.19.49-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.208-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.48
  Downloading botocore-1.19.48-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.207-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.47
  Downloading botocore-1.19.47-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.206-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.46
  Downloading botocore-1.19.46-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.205-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.45
  Downloading botocore-1.19.45-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.204-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.44
  Downloading botocore-1.19.44-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.203-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.43
  Downloading botocore-1.19.43-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.202-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.42
  Downloading botocore-1.19.42-py2.py3-none-any.whl (7.2 MB)
Collecting awscli
  Downloading awscli-1.18.201-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.41
  Downloading botocore-1.19.41-py2.py3-none-any.whl (7.1 MB)
Collecting awscli
  Downloading awscli-1.18.200-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.40
  Downloading botocore-1.19.40-py2.py3-none-any.whl (7.1 MB)
Collecting awscli
  Downloading awscli-1.18.199-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.39
  Downloading botocore-1.19.39-py2.py3-none-any.whl (7.1 MB)
Collecting awscli
  Downloading awscli-1.18.198-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.38
  Downloading botocore-1.19.38-py2.py3-none-any.whl (7.1 MB)
Collecting awscli
  Downloading awscli-1.18.197-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.37
  Downloading botocore-1.19.37-py2.py3-none-any.whl (7.1 MB)
Collecting awscli
  Downloading awscli-1.18.196-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.36
  Downloading botocore-1.19.36-py2.py3-none-any.whl (7.1 MB)
Collecting awscli
  Downloading awscli-1.18.195-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.35
  Downloading botocore-1.19.35-py2.py3-none-any.whl (7.1 MB)
Collecting awscli
  Downloading awscli-1.18.194-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.34
  Downloading botocore-1.19.34-py2.py3-none-any.whl (7.0 MB)
Collecting awscli
  Downloading awscli-1.18.193-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.33
  Downloading botocore-1.19.33-py2.py3-none-any.whl (7.0 MB)
Collecting awscli
  Downloading awscli-1.18.192-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.32
  Downloading botocore-1.19.32-py2.py3-none-any.whl (7.0 MB)
Collecting awscli
  Downloading awscli-1.18.191-py2.py3-none-any.whl (3.5 MB)
Collecting botocore==1.19.31
  Downloading botocore-1.19.31-py2.py3-none-any.whl (7.0 MB)
Collecting awscli
  Downloading awscli-1.18.190-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.30
  Downloading botocore-1.19.30-py2.py3-none-any.whl (7.0 MB)
Collecting awscli
  Downloading awscli-1.18.189-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.29
  Downloading botocore-1.19.29-py2.py3-none-any.whl (7.0 MB)
Collecting awscli
  Downloading awscli-1.18.188-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.28
  Downloading botocore-1.19.28-py2.py3-none-any.whl (7.0 MB)
Collecting awscli
  Downloading awscli-1.18.187-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.27
  Downloading botocore-1.19.27-py2.py3-none-any.whl (7.0 MB)
Collecting awscli
  Downloading awscli-1.18.186-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.26
  Downloading botocore-1.19.26-py2.py3-none-any.whl (6.9 MB)
Collecting awscli
  Downloading awscli-1.18.185-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.25
  Downloading botocore-1.19.25-py2.py3-none-any.whl (6.9 MB)
Collecting awscli
  Downloading awscli-1.18.184-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.24
  Downloading botocore-1.19.24-py2.py3-none-any.whl (6.9 MB)
Collecting awscli
  Downloading awscli-1.18.183-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.23
  Downloading botocore-1.19.23-py2.py3-none-any.whl (6.8 MB)
Collecting awscli
  Downloading awscli-1.18.182-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.22
  Downloading botocore-1.19.22-py2.py3-none-any.whl (6.8 MB)
Collecting awscli
  Downloading awscli-1.18.181-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.21
  Downloading botocore-1.19.21-py2.py3-none-any.whl (6.8 MB)
Collecting awscli
  Downloading awscli-1.18.180-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.20
  Downloading botocore-1.19.20-py2.py3-none-any.whl (6.8 MB)
Collecting awscli
  Downloading awscli-1.18.179-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.19
  Downloading botocore-1.19.19-py2.py3-none-any.whl (6.8 MB)
Collecting awscli
  Downloading awscli-1.18.178-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.18
  Downloading botocore-1.19.18-py2.py3-none-any.whl (6.8 MB)
Collecting awscli
  Downloading awscli-1.18.177-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.17
  Downloading botocore-1.19.17-py2.py3-none-any.whl (6.8 MB)
Collecting awscli
  Downloading awscli-1.18.176-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.16
  Downloading botocore-1.19.16-py2.py3-none-any.whl (6.8 MB)
Collecting awscli
  Downloading awscli-1.18.175-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.15
  Downloading botocore-1.19.15-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.174-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.14
  Downloading botocore-1.19.14-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.173-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.13
  Downloading botocore-1.19.13-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.172-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.12
  Downloading botocore-1.19.12-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.171-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.11
  Downloading botocore-1.19.11-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.170-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.10
  Downloading botocore-1.19.10-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.169-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.9
  Downloading botocore-1.19.9-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.168-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.8
  Downloading botocore-1.19.8-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.167-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.7
  Downloading botocore-1.19.7-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.166-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.6
  Downloading botocore-1.19.6-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.165-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.5
  Downloading botocore-1.19.5-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.164-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.4
  Downloading botocore-1.19.4-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.163-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.3
  Downloading botocore-1.19.3-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.162-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.2
  Downloading botocore-1.19.2-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.161-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.1
  Downloading botocore-1.19.1-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.160-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.19.0
  Downloading botocore-1.19.0-py2.py3-none-any.whl (6.7 MB)
Collecting awscli
  Downloading awscli-1.18.159-py2.py3-none-any.whl (3.4 MB)
Collecting botocore==1.18.18
  Downloading botocore-1.18.18-py2.py3-none-any.whl (6.7 MB)
Collecting humanize
  Downloading humanize-3.14.0-py3-none-any.whl (98 kB)
Collecting boto
  Downloading boto-2.49.0-py2.py3-none-any.whl (1.4 MB)
Collecting keyrings.alt
  Downloading keyrings.alt-4.1.0-py3-none-any.whl (20 kB)
Collecting python-gitlab
  Downloading python_gitlab-2.10.1-py3-none-any.whl (197 kB)
Collecting chardet>=3.0.4
  Downloading chardet-5.0.0-py3-none-any.whl (193 kB)
Collecting wrapt
  Downloading wrapt-1.16.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB)
Collecting whoosh
  Downloading Whoosh-2.7.4-py2.py3-none-any.whl (468 kB)
Collecting iso8601
  Downloading iso8601-1.1.0-py3-none-any.whl (9.9 kB)
Collecting keyring>=8.0
  Downloading keyring-23.4.1-py3-none-any.whl (33 kB)
Collecting simplejson
  Downloading simplejson-3.19.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (125 kB)
Collecting tqdm
  Downloading tqdm-4.64.1-py2.py3-none-any.whl (78 kB)
Collecting annexremote
  Downloading annexremote-1.6.5-py3-none-any.whl (25 kB)
Collecting PyGithub
  Downloading PyGithub-1.56-py3-none-any.whl (293 kB)
Collecting msgpack
  Downloading msgpack-1.0.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB)
Collecting appdirs
  Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting fasteners>=0.14
  Downloading fasteners-0.19-py3-none-any.whl (18 kB)
Collecting filelock
  Downloading filelock-3.4.1-py3-none-any.whl (9.9 kB)
Collecting wget
  Downloading wget-3.2.zip (10 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting soupsieve>1.2
  Downloading soupsieve-2.3.2.post1-py3-none-any.whl (37 kB)
Requirement already satisfied: ipykernel>=4.5.1 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipywidgets<8,>=7.0.0->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (5.5.5)
Requirement already satisfied: ipython-genutils~=0.2.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipywidgets<8,>=7.0.0->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.2.0)
Requirement already satisfied: jupyterlab-widgets>=1.0.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipywidgets<8,>=7.0.0->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (1.1.0)
Requirement already satisfied: traitlets>=4.3.1 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipywidgets<8,>=7.0.0->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (4.3.3)
Requirement already satisfied: widgetsnbextension~=3.5.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipywidgets<8,>=7.0.0->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (3.5.1)
Requirement already satisfied: pickleshare in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipython->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.7.5)
Requirement already satisfied: jedi>=0.10 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipython->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.17.2)
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipython->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (3.0.29)
Requirement already satisfied: backcall in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipython->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.2.0)
Requirement already satisfied: pexpect in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipython->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (4.8.0)
Requirement already satisfied: decorator in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipython->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (5.1.1)
Requirement already satisfied: MarkupSafe>=2.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from Jinja2>=2.3->sphinx<5,>=3->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (2.0.1)
Requirement already satisfied: nbclient<0.6,>=0.2 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.5.9)
Collecting nbdime
  Downloading nbdime-4.0.1-py3-none-any.whl (5.9 MB)
Requirement already satisfied: sqlalchemy<1.5,>=1.3.12 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (1.4.25)
Collecting jeepney>=0.4.2
  Downloading jeepney-0.7.1-py3-none-any.whl (54 kB)
Collecting SecretStorage>=3.2
  Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
Collecting mdit-py-plugins
  Downloading mdit_py_plugins-0.2.8-py3-none-any.whl (41 kB)
Requirement already satisfied: jupyterlab-pygments in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbconvert<7,>=5.6->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.1.2)
Requirement already satisfied: bleach in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbconvert<7,>=5.6->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (5.0.0)
Requirement already satisfied: testpath in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbconvert<7,>=5.6->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.6.0)
Requirement already satisfied: mistune<2,>=0.8.1 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbconvert<7,>=5.6->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.8.4)
Requirement already satisfied: jupyter-core in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbconvert<7,>=5.6->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (4.8.1)
Requirement already satisfied: defusedxml in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbconvert<7,>=5.6->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.7.1)
Requirement already satisfied: pandocfilters>=1.4.1 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbconvert<7,>=5.6->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (1.5.0)
Requirement already satisfied: entrypoints>=0.2.2 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbconvert<7,>=5.6->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.4)
Collecting latexcodec>=1.0.4
  Downloading latexcodec-2.0.1-py2.py3-none-any.whl (18 kB)
Collecting pyasn1>=0.1.3
  Downloading pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)
Collecting pynacl>=1.4.0
  Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
Collecting deprecated
  Downloading Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB)
Requirement already satisfied: pyjwt>=2.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from PyGithub->datalad->repo2data->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 8)) (2.3.0)
Collecting requests-toolbelt>=0.9.1
  Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from requests->repo2data->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 8)) (1.7.1)
Requirement already satisfied: tornado>=4.2 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (6.1)
Requirement already satisfied: jupyter-client in /srv/conda/envs/notebook/lib/python3.6/site-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (7.1.0)
Requirement already satisfied: parso<0.8.0,>=0.7.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jedi>=0.10->ipython->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.7.1)
Requirement already satisfied: async-generator in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbclient<0.6,>=0.2->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (1.10)
Requirement already satisfied: nest-asyncio in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbclient<0.6,>=0.2->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (1.5.5)
Requirement already satisfied: wcwidth in /srv/conda/envs/notebook/lib/python3.6/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.2.5)
Requirement already satisfied: cffi>=1.4.1 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from pynacl>=1.4.0->PyGithub->datalad->repo2data->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 8)) (1.14.6)
Requirement already satisfied: cryptography>=2.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from SecretStorage>=3.2->keyring>=8.0->datalad->repo2data->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 8)) (35.0.0)
Requirement already satisfied: greenlet!=0.4.17 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from sqlalchemy<1.5,>=1.3.12->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (1.1.1)
Requirement already satisfied: notebook>=4.4.1 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from widgetsnbextension~=3.5.0->ipywidgets<8,>=7.0.0->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (6.3.0)
Requirement already satisfied: webencodings in /srv/conda/envs/notebook/lib/python3.6/site-packages (from bleach->nbconvert<7,>=5.6->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.5.1)
Collecting gitpython!=2.1.4,!=2.1.5,!=2.1.6
  Downloading GitPython-3.1.18-py3-none-any.whl (170 kB)
Collecting jupyter-server-mathjax>=0.2.2
  Downloading jupyter_server_mathjax-0.2.3-py3-none-any.whl (3.1 MB)
Requirement already satisfied: jupyter-server in /srv/conda/envs/notebook/lib/python3.6/site-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (1.13.1)
Requirement already satisfied: ptyprocess>=0.5 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from pexpect->ipython->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.7.0)
Requirement already satisfied: pycparser in /srv/conda/envs/notebook/lib/python3.6/site-packages (from cffi>=1.4.1->pynacl>=1.4.0->PyGithub->datalad->repo2data->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 8)) (2.21)
Collecting gitdb<5,>=4.0.1
  Downloading gitdb-4.0.9-py3-none-any.whl (63 kB)
Requirement already satisfied: pyzmq>=13 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupyter-client->ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (22.3.0)
Requirement already satisfied: terminado>=0.8.3 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.12.1)
Requirement already satisfied: anyio<4,>=3.1.0 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (3.3.2)
Requirement already satisfied: websocket-client in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (1.3.1)
Requirement already satisfied: argon2-cffi in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (21.1.0)
Requirement already satisfied: Send2Trash in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (1.8.0)
Requirement already satisfied: prometheus-client in /srv/conda/envs/notebook/lib/python3.6/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.14.0)
Requirement already satisfied: sniffio>=1.1 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from anyio<4,>=3.1.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (1.2.0)
Collecting smmap<6,>=3.0.1
  Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
Requirement already satisfied: contextvars>=2.1 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from sniffio>=1.1->anyio<4,>=3.1.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (2.4)
Requirement already satisfied: immutables>=0.9 in /srv/conda/envs/notebook/lib/python3.6/site-packages (from contextvars>=2.1->sniffio>=1.1->anyio<4,>=3.1.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb~=0.13.1->jupyter-book==0.12.1->-r /home/jovyan/binder/condaenv.l43rtxs8.requirements.txt (line 9)) (0.16)
Building wheels for collected packages: pyyaml, wget
  Building wheel for pyyaml (setup.py): started
  Building wheel for pyyaml (setup.py): finished with status 'done'
  Created wheel for pyyaml: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=402142 sha256=14b54e5e71537fcf8a341088742a7e984dc7efc4f5d2ba316dd4383a315a2e50
  Stored in directory: /home/jovyan/.cache/pip/wheels/e5/9d/ad/2ee53cf262cba1ffd8afe1487eef788ea3f260b7e6232a80fc
  Building wheel for wget (setup.py): started
  Building wheel for wget (setup.py): finished with status 'done'
  Created wheel for wget: filename=wget-3.2-py3-none-any.whl size=9675 sha256=8c7f3c84c4e67af2067121aafcff93752189120ef04bd2d851bc1cfcf4a8b362
  Stored in directory: /home/jovyan/.cache/pip/wheels/90/1d/93/c863ee832230df5cfc25ca497b3e88e0ee3ea9e44adc46ac62
Successfully built pyyaml wget
Installing collected packages: jsonschema, smmap, urllib3, gitdb, wrapt, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, snowballstemmer, pyyaml, markdown-it-py, latexcodec, jupyter-server-mathjax, jmespath, jeepney, imagesize, gitpython, docutils, colorama, alabaster, sphinx, SecretStorage, requests-toolbelt, pynacl, pybtex, pyasn1, nbdime, mdit-py-plugins, importlib-resources, deprecated, botocore, beautifulsoup4, whoosh, wget, uc-micro-py, tqdm, toml, sphinx-togglebutton, simplejson, s3transfer, rsa, python-gitlab, PyGithub, pydata-sphinx-theme, pybtex-docutils, patool, numpy, myst-parser, msgpack, keyrings.alt, keyring, jupyter-sphinx, jupyter-cache, iso8601, humanize, filelock, fasteners, click, chardet, boto, appdirs, annexremote, zenodo-get, sphinxcontrib-bibtex, sphinx-thebe, sphinx-panels, sphinx-multitoc-numbering, sphinx-jupyterbook-latex, sphinx-external-toc, sphinx-copybutton, sphinx-comments, sphinx-book-theme, retrying, osfclient, numexpr, myst-nb, mock, linkify-it-py, kiwisolver, jupytext, gdown, datalad, cycler, awscli, tables, scipy, repo2data, plotly, pandas, matplotlib, jupyter-book
  Attempting uninstall: jsonschema
    Found existing installation: jsonschema 4.1.2
    Uninstalling jsonschema-4.1.2:
      Successfully uninstalled jsonschema-4.1.2
  Attempting uninstall: urllib3
    Found existing installation: urllib3 1.26.9
    Uninstalling urllib3-1.26.9:
      Successfully uninstalled urllib3-1.26.9
  Attempting uninstall: importlib-resources
    Found existing installation: importlib-resources 5.6.0
    Uninstalling importlib-resources-5.6.0:
      Successfully uninstalled importlib-resources-5.6.0
Successfully installed PyGithub-1.56 SecretStorage-3.3.3 alabaster-0.7.13 annexremote-1.6.5 appdirs-1.4.4 awscli-1.18.159 beautifulsoup4-4.12.3 boto-2.49.0 botocore-1.18.18 chardet-5.0.0 click-7.1.2 colorama-0.4.3 cycler-0.11.0 datalad-0.15.6 deprecated-1.2.14 docutils-0.15.2 fasteners-0.19 filelock-3.4.1 gdown-4.7.3 gitdb-4.0.9 gitpython-3.1.18 humanize-3.14.0 imagesize-1.4.1 importlib-resources-3.0.0 iso8601-1.1.0 jeepney-0.7.1 jmespath-0.10.0 jsonschema-3.2.0 jupyter-book-0.12.1 jupyter-cache-0.4.3 jupyter-server-mathjax-0.2.3 jupyter-sphinx-0.3.2 jupytext-1.11.5 keyring-23.4.1 keyrings.alt-4.1.0 kiwisolver-1.3.1 latexcodec-2.0.1 linkify-it-py-1.0.3 markdown-it-py-1.1.0 matplotlib-3.1.1 mdit-py-plugins-0.2.8 mock-5.1.0 msgpack-1.0.5 myst-nb-0.13.2 myst-parser-0.15.2 nbdime-4.0.1 numexpr-2.8.1 numpy-1.16.5 osfclient-0.0.5 pandas-0.25.3 patool-1.12 plotly-4.14.0 pyasn1-0.5.1 pybtex-0.24.0 pybtex-docutils-1.0.2 pydata-sphinx-theme-0.7.2 pynacl-1.5.0 python-gitlab-2.10.1 pyyaml-5.3.1 repo2data-2.9.1 requests-toolbelt-1.0.0 retrying-1.3.4 rsa-4.5 s3transfer-0.3.7 scipy-1.3.1 simplejson-3.19.2 smmap-5.0.0 snowballstemmer-2.2.0 soupsieve-2.3.2.post1 sphinx-4.5.0 sphinx-book-theme-0.1.10 sphinx-comments-0.0.3 sphinx-copybutton-0.5.0 sphinx-external-toc-0.2.4 sphinx-jupyterbook-latex-0.4.7 sphinx-multitoc-numbering-0.1.3 sphinx-panels-0.6.0 sphinx-thebe-0.0.10 sphinx-togglebutton-0.3.2 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-bibtex-2.2.1 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 tables-3.5.2 toml-0.10.2 tqdm-4.64.1 uc-micro-py-1.0.1 urllib3-1.24.2 wget-3.2 whoosh-2.7.4 wrapt-1.16.0 zenodo-get-1.3.4

done
#
# To activate this environment, use
#
#     $ conda activate /srv/conda/envs/notebook
#
# To deactivate an active environment, use
#
#     $ conda deactivate

time: 1272.102
Will remove 1 package cache(s).
time: 0.439
# packages in environment at /srv/conda/envs/notebook:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       1_gnu    conda-forge
alabaster                 0.7.13                   pypi_0    pypi
alembic                   1.7.7              pyhd8ed1ab_0    conda-forge
annexremote               1.6.5                    pypi_0    pypi
anyio                     3.3.2            py36h5fab9bb_0    conda-forge
appdirs                   1.4.4                    pypi_0    pypi
argon2-cffi               21.1.0           py36h8f6f2f9_0    conda-forge
async_generator           1.10                       py_0    conda-forge
attrs                     21.4.0             pyhd8ed1ab_0    conda-forge
awscli                    1.18.159                 pypi_0    pypi
babel                     2.9.1              pyh44b312d_0    conda-forge
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                        py_2    conda-forge
backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
beautifulsoup4            4.12.3                   pypi_0    pypi
bleach                    5.0.0              pyhd8ed1ab_0    conda-forge
blinker                   1.4                        py_1    conda-forge
boto                      2.49.0                   pypi_0    pypi
botocore                  1.18.18                  pypi_0    pypi
brotlipy                  0.7.0           py36h8f6f2f9_1001    conda-forge
c-ares                    1.18.1               h7f98852_0    conda-forge
ca-certificates           2021.10.8            ha878542_0    conda-forge
certifi                   2021.5.30        py36h5fab9bb_0    conda-forge
certipy                   0.1.3                      py_0    conda-forge
cffi                      1.14.6           py36hd8eec40_1    conda-forge
chardet                   5.0.0                    pypi_0    pypi
charset-normalizer        2.0.12             pyhd8ed1ab_0    conda-forge
click                     7.1.2                    pypi_0    pypi
colorama                  0.4.3                    pypi_0    pypi
contextvars               2.4                        py_0    conda-forge
cryptography              35.0.0           py36hb60f036_0    conda-forge
cycler                    0.11.0                   pypi_0    pypi
dataclasses               0.8                pyh787bdff_2    conda-forge
datalad                   0.15.6                   pypi_0    pypi
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
deprecated                1.2.14                   pypi_0    pypi
docutils                  0.15.2                   pypi_0    pypi
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
fasteners                 0.19                     pypi_0    pypi
filelock                  3.4.1                    pypi_0    pypi
gdown                     4.7.3                    pypi_0    pypi
gitdb                     4.0.9                    pypi_0    pypi
gitpython                 3.1.18                   pypi_0    pypi
greenlet                  1.1.1            py36hc4f0c31_0    conda-forge
humanize                  3.14.0                   pypi_0    pypi
icu                       70.1                 h27087fc_0    conda-forge
idna                      3.3                pyhd8ed1ab_0    conda-forge
imagesize                 1.4.1                    pypi_0    pypi
immutables                0.16             py36h8f6f2f9_0    conda-forge
importlib-metadata        4.8.1            py36h5fab9bb_0    conda-forge
importlib-resources       3.0.0                    pypi_0    pypi
ipykernel                 5.5.5            py36hcb3619a_0    conda-forge
ipython                   7.16.1           py36he448a4c_2    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                7.6.5              pyhd8ed1ab_0    conda-forge
iso8601                   1.1.0                    pypi_0    pypi
jedi                      0.17.2           py36h5fab9bb_1    conda-forge
jeepney                   0.7.1                    pypi_0    pypi
jinja2                    3.0.3              pyhd8ed1ab_0    conda-forge
jmespath                  0.10.0                   pypi_0    pypi
json5                     0.9.5              pyh9f0ad1d_0    conda-forge
jsonschema                3.2.0                    pypi_0    pypi
jupyter-book              0.12.1                   pypi_0    pypi
jupyter-cache             0.4.3                    pypi_0    pypi
jupyter-offlinenotebook   0.2.2              pyh1d7be83_0    conda-forge
jupyter-resource-usage    0.6.1              pyhd8ed1ab_0    conda-forge
jupyter-server-mathjax    0.2.3                    pypi_0    pypi
jupyter-sphinx            0.3.2                    pypi_0    pypi
jupyter_client            7.1.0              pyhd8ed1ab_0    conda-forge
jupyter_core              4.8.1            py36h5fab9bb_0    conda-forge
jupyter_server            1.13.1             pyhd8ed1ab_0    conda-forge
jupyter_telemetry         0.1.0              pyhd8ed1ab_1    conda-forge
jupyterhub-base           1.4.2            py36h5fab9bb_0    conda-forge
jupyterhub-singleuser     1.4.2            py36h5fab9bb_0    conda-forge
jupyterlab                3.2.8              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.1.2              pyh9f0ad1d_0    conda-forge
jupyterlab_server         2.10.3             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        1.1.0              pyhd8ed1ab_0    conda-forge
jupytext                  1.11.5                   pypi_0    pypi
keyring                   23.4.1                   pypi_0    pypi
keyrings-alt              4.1.0                    pypi_0    pypi
keyutils                  1.6.1                h166bdaf_0    conda-forge
kiwisolver                1.3.1                    pypi_0    pypi
krb5                      1.19.3               h3790be6_0    conda-forge
latexcodec                2.0.1                    pypi_0    pypi
ld_impl_linux-64          2.36.1               hea4e1c9_2    conda-forge
libcurl                   7.82.0               h7bff187_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 h516909a_1    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 11.2.0              h1d223b6_15    conda-forge
libgomp                   11.2.0              h1d223b6_15    conda-forge
libnghttp2                1.47.0               h727a467_0    conda-forge
libnsl                    2.0.0                h7f98852_0    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libssh2                   1.10.0               ha56f1ee_2    conda-forge
libstdcxx-ng              11.2.0              he4da1e4_15    conda-forge
libuv                     1.43.0               h7f98852_0    conda-forge
libzlib                   1.2.11            h166bdaf_1014    conda-forge
linkify-it-py             1.0.3                    pypi_0    pypi
mako                      1.2.0              pyhd8ed1ab_1    conda-forge
markdown-it-py            1.1.0                    pypi_0    pypi
markupsafe                2.0.1            py36h8f6f2f9_0    conda-forge
matplotlib                3.1.1                    pypi_0    pypi
mdit-py-plugins           0.2.8                    pypi_0    pypi
mistune                   0.8.4           py36h8f6f2f9_1004    conda-forge
mock                      5.1.0                    pypi_0    pypi
msgpack                   1.0.5                    pypi_0    pypi
myst-nb                   0.13.2                   pypi_0    pypi
myst-parser               0.15.2                   pypi_0    pypi
nbclassic                 0.3.5              pyhd8ed1ab_0    conda-forge
nbclient                  0.5.9              pyhd8ed1ab_0    conda-forge
nbconvert                 6.0.7            py36h5fab9bb_3    conda-forge
nbdime                    4.0.1                    pypi_0    pypi
nbformat                  5.1.3              pyhd8ed1ab_0    conda-forge
ncurses                   6.3                  h27087fc_1    conda-forge
nest-asyncio              1.5.5              pyhd8ed1ab_0    conda-forge
nodejs                    14.18.3              h96d913c_3    conda-forge
notebook                  6.3.0            py36h5fab9bb_0    conda-forge
nteract_on_jupyter        2.1.3                      py_0    conda-forge
numexpr                   2.8.1                    pypi_0    pypi
numpy                     1.16.5                   pypi_0    pypi
oauthlib                  3.2.0              pyhd8ed1ab_0    conda-forge
openssl                   1.1.1n               h166bdaf_0    conda-forge
osfclient                 0.0.5                    pypi_0    pypi
packaging                 21.3               pyhd8ed1ab_0    conda-forge
pamela                    1.0.0                      py_0    conda-forge
pandas                    0.25.3                   pypi_0    pypi
pandoc                    2.17.1.1             ha770c72_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
parso                     0.7.1              pyh9f0ad1d_0    conda-forge
patool                    1.12                     pypi_0    pypi
pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pip                       21.3.1             pyhd8ed1ab_0    conda-forge
plotly                    4.14.0                   pypi_0    pypi
prometheus_client         0.14.0             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.29             pyha770c72_0    conda-forge
psutil                    5.8.0            py36h8f6f2f9_1    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pyasn1                    0.5.1                    pypi_0    pypi
pybtex                    0.24.0                   pypi_0    pypi
pybtex-docutils           1.0.2                    pypi_0    pypi
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pycurl                    7.44.1           py36h66a4f8d_0    conda-forge
pydata-sphinx-theme       0.7.2                    pypi_0    pypi
pygithub                  1.56                     pypi_0    pypi
pygments                  2.11.2             pyhd8ed1ab_0    conda-forge
pyjwt                     2.3.0              pyhd8ed1ab_1    conda-forge
pynacl                    1.5.0                    pypi_0    pypi
pyopenssl                 22.0.0             pyhd8ed1ab_0    conda-forge
pyparsing                 3.0.7              pyhd8ed1ab_0    conda-forge
pyrsistent                0.17.3           py36h8f6f2f9_2    conda-forge
pysocks                   1.7.1            py36h5fab9bb_3    conda-forge
python                    3.6.15          hb7a2778_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-gitlab             2.10.1                   pypi_0    pypi
python-json-logger        2.0.1              pyh9f0ad1d_0    conda-forge
python_abi                3.6                     2_cp36m    conda-forge
pytz                      2022.1             pyhd8ed1ab_0    conda-forge
pyyaml                    5.3.1                    pypi_0    pypi
pyzmq                     22.3.0           py36h7068817_0    conda-forge
readline                  8.1                  h46c0cb4_0    conda-forge
repo2data                 2.9.1                    pypi_0    pypi
requests                  2.27.1             pyhd8ed1ab_0    conda-forge
requests-toolbelt         1.0.0                    pypi_0    pypi
retrying                  1.3.4                    pypi_0    pypi
rsa                       4.5                      pypi_0    pypi
ruamel.yaml               0.17.16          py36h8f6f2f9_0    conda-forge
ruamel.yaml.clib          0.2.2            py36h8f6f2f9_2    conda-forge
s3transfer                0.3.7                    pypi_0    pypi
scipy                     1.3.1                    pypi_0    pypi
secretstorage             3.3.3                    pypi_0    pypi
send2trash                1.8.0              pyhd8ed1ab_0    conda-forge
setuptools                58.0.4           py36h5fab9bb_2    conda-forge
simplejson                3.19.2                   pypi_0    pypi
six                       1.16.0             pyh6c4a22f_0    conda-forge
smmap                     5.0.0                    pypi_0    pypi
sniffio                   1.2.0            py36h5fab9bb_1    conda-forge
snowballstemmer           2.2.0                    pypi_0    pypi
soupsieve                 2.3.2.post1              pypi_0    pypi
sphinx                    4.5.0                    pypi_0    pypi
sphinx-book-theme         0.1.10                   pypi_0    pypi
sphinx-comments           0.0.3                    pypi_0    pypi
sphinx-copybutton         0.5.0                    pypi_0    pypi
sphinx-external-toc       0.2.4                    pypi_0    pypi
sphinx-jupyterbook-latex  0.4.7                    pypi_0    pypi
sphinx-multitoc-numbering 0.1.3                    pypi_0    pypi
sphinx-panels             0.6.0                    pypi_0    pypi
sphinx-thebe              0.0.10                   pypi_0    pypi
sphinx-togglebutton       0.3.2                    pypi_0    pypi
sphinxcontrib-applehelp   1.0.2                    pypi_0    pypi
sphinxcontrib-bibtex      2.2.1                    pypi_0    pypi
sphinxcontrib-devhelp     1.0.2                    pypi_0    pypi
sphinxcontrib-htmlhelp    2.0.0                    pypi_0    pypi
sphinxcontrib-jsmath      1.0.1                    pypi_0    pypi
sphinxcontrib-qthelp      1.0.3                    pypi_0    pypi
sphinxcontrib-serializinghtml 1.1.5                    pypi_0    pypi
sqlalchemy                1.4.25           py36h8f6f2f9_0    conda-forge
sqlite                    3.37.1               h4ff8645_0    conda-forge
tables                    3.5.2                    pypi_0    pypi
terminado                 0.12.1           py36h5fab9bb_0    conda-forge
testpath                  0.6.0              pyhd8ed1ab_0    conda-forge
tk                        8.6.12               h27826a3_0    conda-forge
toml                      0.10.2                   pypi_0    pypi
tornado                   6.1              py36h8f6f2f9_1    conda-forge
tqdm                      4.64.1                   pypi_0    pypi
traitlets                 4.3.3              pyhd8ed1ab_2    conda-forge
typing-extensions         4.1.1                hd8ed1ab_0    conda-forge
typing_extensions         4.1.1              pyha770c72_0    conda-forge
uc-micro-py               1.0.1                    pypi_0    pypi
urllib3                   1.24.2                   pypi_0    pypi
wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
webencodings              0.5.1                      py_1    conda-forge
websocket-client          1.3.1              pyhd8ed1ab_0    conda-forge
wget                      3.2                      pypi_0    pypi
wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
whoosh                    2.7.4                    pypi_0    pypi
widgetsnbextension        3.5.1            py36h5fab9bb_4    conda-forge
wrapt                     1.16.0                   pypi_0    pypi
xz                        5.2.5                h516909a_1    conda-forge
zenodo-get                1.3.4                    pypi_0    pypi
zeromq                    4.3.4                h9c3ff4c_1    conda-forge
zipp                      3.6.0              pyhd8ed1ab_0    conda-forge
zlib                      1.2.11            h166bdaf_1014    conda-forge
 ---> Removed intermediate container 3ec3413f4387
 ---> 1e22ed2a7251
Step 41/53 : USER root
 ---> Running in 78ce69b4f13b
 ---> Removed intermediate container 78ce69b4f13b
 ---> 9987122321e4
Step 42/53 : COPY --chown=1000:1000 src/ ${REPO_DIR}
 ---> a6262a82788f
Step 43/53 : LABEL repo2docker.ref="c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
 ---> Running in 28e379101dd7
 ---> Removed intermediate container 28e379101dd7
 ---> 92086cfb1ef3
Step 44/53 : LABEL repo2docker.repo="https://github.com/qmrlab/VENUS"
 ---> Running in a174967af8bd
 ---> Removed intermediate container a174967af8bd
 ---> fb6ce6f68c04
Step 45/53 : LABEL repo2docker.version="2022.10.0"
 ---> Running in a14f167c500e
 ---> Removed intermediate container a14f167c500e
 ---> 9a08842e9241
Step 46/53 : USER ${NB_USER}
 ---> Running in 2a91badace91
 ---> Removed intermediate container 2a91badace91
 ---> 4307f40b7779
Step 47/53 : RUN chmod +x binder/postBuild
 ---> Running in be5b9adffde2
 ---> Removed intermediate container be5b9adffde2
 ---> ad0868db909c
Step 48/53 : RUN ./binder/postBuild
 ---> Running in c5063099f949
-\|/-\|/-\|/-\/srv/conda/envs/notebook/lib/python3.6/site-packages/requests/__init__.py:104: RequestsDependencyWarning: urllib3 (1.24.2) or chardet (5.0.0)/charset_normalizer (2.0.12) doesn't match a supported version!
  RequestsDependencyWarning)
Building jupyterlab assets (production, minimized)
-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|-\|/-\|/-\|-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/--\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/ ---> Removed intermediate container c5063099f949
 ---> 0898551d681a
Step 49/53 : ENV PYTHONUNBUFFERED=1
 ---> Running in 403f743a5002
 ---> Removed intermediate container 403f743a5002
 ---> 995016cf1ec4
Step 50/53 : COPY /python3-login /usr/local/bin/python3-login
 ---> 62756973b1a1
Step 51/53 : COPY /repo2docker-entrypoint /usr/local/bin/repo2docker-entrypoint
 ---> 8e961ead54de
Step 52/53 : ENTRYPOINT ["/usr/local/bin/repo2docker-entrypoint"]
 ---> Running in 91ab91d0652e
 ---> Removed intermediate container 91ab91d0652e
 ---> 2a2de1b89517
Step 53/53 : CMD ["jupyter", "notebook", "--ip", "0.0.0.0"]
 ---> Running in f2dadfc7d00e
 ---> Removed intermediate container f2dadfc7d00e
 ---> 59d254c7208f
{"aux": {"ID": "sha256:59d254c7208f037442398f5de60ecb9f4a8e0fcbe3481f30f59566af7acea96c"}}Successfully built 59d254c7208f
Successfully tagged binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Successfully pushed binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3Built image, launching...
Launching server...
Server requested
2024-07-16T22:58:43.874442Z [Normal] Successfully assigned binderhub/jupyter-qmrlab-2dvenus-2d5ayqivtf to neurolibre-master
2024-07-16T22:58:50Z [Normal] Container image "jupyterhub/k8s-network-tools:3.0.0-beta.3" already present on machine
2024-07-16T22:58:54Z [Normal] Created container block-cloud-metadata
2024-07-16T22:58:55Z [Normal] Started container block-cloud-metadata
2024-07-16T22:58:58Z [Normal] Pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-16T22:59:00Z [Warning] Failed to pull image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to pull and unpack image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to resolve reference "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": unexpected status from HEAD request to https://binder-registry.conp.cloud/v2/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24/manifests/c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3: 401 Unauthorized
2024-07-16T22:59:00Z [Warning] Error: ErrImagePull
2024-07-16T22:59:24Z [Normal] Back-off pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-16T22:59:24Z [Warning] Error: ImagePullBackOff
Launch attempt 1 failed, retrying...
Server requested
2024-07-16T23:58:56.474969Z [Normal] Successfully assigned binderhub/jupyter-qmrlab-2dvenus-2d8rhgcyoe to neurolibre-master
2024-07-16T23:59:04Z [Normal] Container image "jupyterhub/k8s-network-tools:3.0.0-beta.3" already present on machine
2024-07-16T23:59:09Z [Normal] Created container block-cloud-metadata
2024-07-16T23:59:09Z [Normal] Started container block-cloud-metadata
2024-07-16T23:59:11Z [Normal] Pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-16T23:59:12Z [Warning] Failed to pull image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to pull and unpack image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to resolve reference "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": unexpected status from HEAD request to https://binder-registry.conp.cloud/v2/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24/manifests/c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3: 401 Unauthorized
2024-07-16T23:59:12Z [Warning] Error: ErrImagePull
2024-07-16T23:59:13Z [Normal] Back-off pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-16T23:59:13Z [Warning] Error: ImagePullBackOff
Spawn failed: pod binderhub/jupyter-qmrlab-2dvenus-2d8rhgcyoe did not start in 3600 seconds!
Launch attempt 2 failed, retrying...
Server requested
2024-07-17T00:57:31.996368Z [Normal] Successfully assigned binderhub/jupyter-qmrlab-2dvenus-2do9smynu0 to neurolibre-master
2024-07-17T00:57:38Z [Normal] Container image "jupyterhub/k8s-network-tools:3.0.0-beta.3" already present on machine
2024-07-17T00:57:42Z [Normal] Created container block-cloud-metadata
2024-07-17T00:57:42Z [Normal] Started container block-cloud-metadata
2024-07-17T00:57:44Z [Normal] Pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T00:57:46Z [Warning] Failed to pull image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to pull and unpack image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to resolve reference "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": unexpected status from HEAD request to https://binder-registry.conp.cloud/v2/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24/manifests/c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3: 401 Unauthorized
2024-07-17T00:57:46Z [Warning] Error: ErrImagePull
2024-07-17T00:58:17Z [Normal] Back-off pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T00:58:17Z [Warning] Error: ImagePullBackOff
Spawn failed: pod binderhub/jupyter-qmrlab-2dvenus-2do9smynu0 did not start in 3600 seconds!
Launch attempt 3 failed, retrying...
Server requested
2024-07-17T01:52:48.960594Z [Normal] Successfully assigned binderhub/jupyter-qmrlab-2dvenus-2dnx46knu7 to neurolibre-master
2024-07-17T01:52:54Z [Normal] Container image "jupyterhub/k8s-network-tools:3.0.0-beta.3" already present on machine
2024-07-17T01:52:58Z [Normal] Created container block-cloud-metadata
2024-07-17T01:52:58Z [Normal] Started container block-cloud-metadata
2024-07-17T01:53:05Z [Normal] Pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T01:53:07Z [Warning] Failed to pull image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to pull and unpack image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to resolve reference "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": unexpected status from HEAD request to https://binder-registry.conp.cloud/v2/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24/manifests/c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3: 401 Unauthorized
2024-07-17T01:53:07Z [Warning] Error: ErrImagePull
2024-07-17T01:53:36Z [Normal] Back-off pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T01:53:36Z [Warning] Error: ImagePullBackOff
Spawn failed: pod binderhub/jupyter-qmrlab-2dvenus-2dnx46knu7 did not start in 3600 seconds!
Launch attempt 4 failed, retrying...
Server requested
2024-07-17T02:52:02.248337Z [Normal] Successfully assigned binderhub/jupyter-qmrlab-2dvenus-2dsiui2i7z to neurolibre-master
2024-07-17T02:52:09Z [Normal] Container image "jupyterhub/k8s-network-tools:3.0.0-beta.3" already present on machine
2024-07-17T02:52:13Z [Normal] Created container block-cloud-metadata
2024-07-17T02:52:14Z [Normal] Started container block-cloud-metadata
2024-07-17T02:52:16Z [Normal] Pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T02:52:18Z [Warning] Failed to pull image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to pull and unpack image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to resolve reference "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": unexpected status from HEAD request to https://binder-registry.conp.cloud/v2/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24/manifests/c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3: 401 Unauthorized
2024-07-17T02:52:18Z [Warning] Error: ErrImagePull
2024-07-17T02:52:45Z [Normal] Back-off pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T02:52:45Z [Warning] Error: ImagePullBackOff
Spawn failed: pod binderhub/jupyter-qmrlab-2dvenus-2dsiui2i7z did not start in 3600 seconds!
Launch attempt 5 failed, retrying...
Server requested
2024-07-17T03:50:18.451222Z [Normal] Successfully assigned binderhub/jupyter-qmrlab-2dvenus-2d5727r85z to neurolibre-master
2024-07-17T03:50:24Z [Normal] Container image "jupyterhub/k8s-network-tools:3.0.0-beta.3" already present on machine
2024-07-17T03:50:30Z [Normal] Created container block-cloud-metadata
2024-07-17T03:50:30Z [Normal] Started container block-cloud-metadata
2024-07-17T03:50:33Z [Normal] Pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T03:50:34Z [Warning] Failed to pull image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to pull and unpack image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to resolve reference "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": unexpected status from HEAD request to https://binder-registry.conp.cloud/v2/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24/manifests/c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3: 401 Unauthorized
2024-07-17T03:50:34Z [Warning] Error: ErrImagePull
2024-07-17T03:51:01Z [Normal] Back-off pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T03:51:01Z [Warning] Error: ImagePullBackOff
Spawn failed: pod binderhub/jupyter-qmrlab-2dvenus-2d5727r85z did not start in 3600 seconds!
Launch attempt 6 failed, retrying...
Server requested
2024-07-17T04:50:14.579209Z [Normal] Successfully assigned binderhub/jupyter-qmrlab-2dvenus-2d942vaaab to neurolibre-master
2024-07-17T04:50:21Z [Normal] Container image "jupyterhub/k8s-network-tools:3.0.0-beta.3" already present on machine
2024-07-17T04:50:26Z [Normal] Created container block-cloud-metadata
2024-07-17T04:50:26Z [Normal] Started container block-cloud-metadata
2024-07-17T04:50:29Z [Normal] Pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T04:50:30Z [Warning] Failed to pull image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to pull and unpack image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to resolve reference "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": unexpected status from HEAD request to https://binder-registry.conp.cloud/v2/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24/manifests/c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3: 401 Unauthorized
2024-07-17T04:50:30Z [Warning] Error: ErrImagePull
2024-07-17T04:51:03Z [Normal] Back-off pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T04:51:03Z [Warning] Error: ImagePullBackOff
Spawn failed: pod binderhub/jupyter-qmrlab-2dvenus-2d942vaaab did not start in 3600 seconds!
Launch attempt 7 failed, retrying...
Server requested
2024-07-17T05:47:47.827754Z [Normal] Successfully assigned binderhub/jupyter-qmrlab-2dvenus-2di9exmcjt to neurolibre-master
2024-07-17T05:48:06Z [Normal] Container image "jupyterhub/k8s-network-tools:3.0.0-beta.3" already present on machine
2024-07-17T05:48:15Z [Normal] Created container block-cloud-metadata
2024-07-17T05:48:17Z [Normal] Started container block-cloud-metadata
2024-07-17T05:48:20Z [Normal] Pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T05:48:22Z [Warning] Failed to pull image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to pull and unpack image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to resolve reference "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": unexpected status from HEAD request to https://binder-registry.conp.cloud/v2/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24/manifests/c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3: 401 Unauthorized
2024-07-17T05:48:22Z [Warning] Error: ErrImagePull
2024-07-17T05:48:48Z [Normal] Back-off pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T05:48:48Z [Warning] Error: ImagePullBackOff
Launch attempt 8 failed, retrying...
Server requested
2024-07-17T06:50:14.104912Z [Normal] Successfully assigned binderhub/jupyter-qmrlab-2dvenus-2dkg9khuxf to neurolibre-master
2024-07-17T06:50:19Z [Normal] Container image "jupyterhub/k8s-network-tools:3.0.0-beta.3" already present on machine
2024-07-17T06:50:27Z [Normal] Created container block-cloud-metadata
2024-07-17T06:50:28Z [Normal] Started container block-cloud-metadata
2024-07-17T06:50:30Z [Normal] Pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T06:50:33Z [Warning] Failed to pull image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to pull and unpack image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to resolve reference "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": unexpected status from HEAD request to https://binder-registry.conp.cloud/v2/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24/manifests/c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3: 401 Unauthorized
2024-07-17T06:50:33Z [Warning] Error: ErrImagePull
2024-07-17T06:51:00Z [Normal] Back-off pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T06:51:00Z [Warning] Error: ImagePullBackOff
Spawn failed: pod binderhub/jupyter-qmrlab-2dvenus-2dkg9khuxf did not start in 3600 seconds!
Launch attempt 9 failed, retrying...
Server requested
2024-07-17T07:53:13.921747Z [Normal] Successfully assigned binderhub/jupyter-qmrlab-2dvenus-2dzg4guqjm to neurolibre-master
2024-07-17T07:53:23Z [Normal] Container image "jupyterhub/k8s-network-tools:3.0.0-beta.3" already present on machine
2024-07-17T07:53:28Z [Normal] Created container block-cloud-metadata
2024-07-17T07:53:29Z [Normal] Started container block-cloud-metadata
2024-07-17T07:53:31Z [Normal] Pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T07:53:33Z [Warning] Failed to pull image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to pull and unpack image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": failed to resolve reference "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3": unexpected status from HEAD request to https://binder-registry.conp.cloud/v2/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24/manifests/c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3: 401 Unauthorized
2024-07-17T07:53:33Z [Warning] Error: ErrImagePull
2024-07-17T07:54:03Z [Normal] Back-off pulling image "binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3"
2024-07-17T07:54:03Z [Warning] Error: ImagePullBackOff
Image binder-registry.conp.cloud/binder-registry.conp.cloud/binder-qmrlab-2dvenus-b46a24:c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3 for user qmrlab-venus-zg4guqjm took too long to launch

If the BinderHub build looks OK, please see the Jupyter Book build log(s) below.

I could not find any book log for qmrlab/VENUS at c7fea27fc65fbbe77cdc1b8ea307b94da7f617d3

🐞 After inspecting the logs above, you can interactively debug your notebooks on our BinderHub server.

For guidelines, please see the relevant documentation.

agahkarakuzu commented 1 month ago

@roboneuro build book

roboneuro commented 1 month ago

🟢 Successfully built


Status: Success 13d16adb Last updated: 2024-07-21 13:29:18 PDT

:information_source: See details
:confetti_ball: Roboneuro will send you the book URL.
roboneuro commented 1 month ago

:confetti_ball::confetti_ball::confetti_ball: Good news!

:hibiscus: Take a look at the latest version of your NRP

mathieuboudreau commented 1 month ago

I'm back from vacation - any editor-specific tasks that I need to do related to this review that are pending?

agahkarakuzu commented 1 month ago

@mathieuboudreau nothing now, this was already built but previously not able to push as the docker image is large. I'll take it from here and let you know if I need anything.

agahkarakuzu commented 3 weeks ago

@roboneuro commands

roboneuro commented 3 weeks ago

Hello @agahkarakuzu, here are the things you can ask me to do:


# List all available commands
@roboneuro commands

# Add to this issue's reviewers list
@roboneuro add @username as reviewer

# Remove from this issue's reviewers list
@roboneuro remove @username from reviewers

# Get a list of all editors's GitHub handles
@roboneuro list editors

# Assign a user as the editor of this submission
@roboneuro assign @username as editor

# Remove the editor assigned to this submission
@roboneuro remove editor

# Remind an author, a reviewer or the editor to return to a review after a 
# certain period of time (supported units days and weeks)
@roboneuro remind @reviewer in 2 weeks

# Check the references of the PDF for missing DOIs
@roboneuro check references

# Perform checks on the repository
@roboneuro check repository

# Adds a checklist for the reviewer using this command
@roboneuro generate my checklist

# Set a value for version
@roboneuro set v1.0.0 as version

# Set a value for branch
@roboneuro set neurolibre-paper as branch

# Set a value for repository
@roboneuro set https://github.com/organization/repo as repository

# Set a value for the archive DOI
@roboneuro set set 10.5281/zenodo.6861996 as archive

# Set a value for the (data/book/repository/docker) archive DOI.
@roboneuro set 10.5281/zenodo.6861996 as data archive

# Set executable book URI for the preprint.
@roboneuro set book uri

# Mention the EiCs for the correct track
@roboneuro ping track-eic

# Reject paper
@roboneuro reject

# Withdraw paper
@roboneuro withdraw

# Invite an editor to edit a submission (sending them an email)
@roboneuro invite @(.*) as editor

# Generates the pdf paper
@roboneuro generate pdf

# Recommends the submission for acceptance
@roboneuro recommend-accept

# Accept and publish the paper
@roboneuro accept

# Update data on an accepted/published paper
@roboneuro reaccept

# Generates a LaTeX preprint file
@roboneuro generate preprint

# Flag submission with questionable scope
@roboneuro query scope

# Get a link to the complete list of reviewers
@roboneuro list reviewers

# Creates a post-review checklist with editor and authors tasks
@roboneuro create post-review checklist

# Open the review issue
@roboneuro start review

# Check the status of the NeuroLibre preview server.
@roboneuro preview server status

# Check the status of the NeuroLibre preprint (production) server.
@roboneuro preprint server status

# Build a NeuroLibre reproducible preprint for technical screening.
@roboneuro build book

# After screening, build book from the forked reository.
@roboneuro production build book

# Transfer data from preview to the preprint (production) server.
@roboneuro production sync data

# Transfer the final preprint (forked repo) to the preprint (production) server (DOI URL).
@roboneuro production sync book

# Start the production process by forking repository and configuring it.
@roboneuro production start

# Creates Zenodo deposits (a.k.a buckets) for archiving reproducibility assets.
@roboneuro zenodo create buckets

# Status check for the archival of the reproducibility assets.
@roboneuro zenodo status

# Copy summary PDF from the preprints repository to the NeuroLibre production server.
@roboneuro production sync pdf

# Upload the latest Jupyter Book to Zenodo for archival.
@roboneuro zenodo upload book

# Upload the latest version of the book repository to Zenodo for archival.
@roboneuro zenodo upload repository

# Upload the latest version of the docker image to Zenodo for archival.
@roboneuro zenodo upload docker

# Upload the submission data to Zenodo for archival. Will not take effect if the data is already archived.
@roboneuro zenodo upload data

# DESTRUCTIVE ACTION: Deletes zenodo records and all the data that has been uploaded. Cannot perform after zenodo publish.
@roboneuro zenodo flush

# Publish reproducibility assets on Zenodo. Sets DOIs if successful.
@roboneuro zenodo publish

# Build an extended PDF for the target repository.
@roboneuro build extended pdf

# Download the submission data.
@roboneuro cache data
agahkarakuzu commented 3 weeks ago

@roboneuro cache data

agahkarakuzu commented 3 weeks ago

@roboneuro cache data

agahkarakuzu commented 3 weeks ago

@roboneuro preview server status

roboneuro commented 3 weeks ago

🟢 NeuroLibre server is active (running).
🍀 Ready to accept requests from Issue #27
🔗 URL: https://preview.neurolibre.org

agahkarakuzu commented 3 weeks ago

@roboneuro cache data

agahkarakuzu commented 3 weeks ago

@roboneuro cache data

roboneuro commented 3 weeks ago

Error (500). The service is currently unavailable

agahkarakuzu commented 3 weeks ago

@roboneuro cache data

roboneuro commented 3 weeks ago

Error (500). The service is currently unavailable

agahkarakuzu commented 3 weeks ago

@roboneuro cache data

roboneuro commented 3 weeks ago

Error (500). The service is currently unavailable

agahkarakuzu commented 3 weeks ago

@roboneuro cache data

roboneuro commented 3 weeks ago

🟠 DATA DOWNLOAD (REPO2DATA)

Status: In progress f8080a96 Last updated: 2024-08-15 13:10:18 PDT

:information_source: See details
Started downloading the data.

:recycle: Refresh

roboneuro commented 3 weeks ago

"Celery task assigned successfully."

agahkarakuzu commented 3 weeks ago

@roboneuro cache data

roboneuro commented 3 weeks ago

🟠 DATA DOWNLOAD (REPO2DATA)

Status: In progress e8c84db7 Last updated: 2024-08-15 13:22:09 PDT

:information_source: See details
Started downloading the data.

:recycle: Refresh

agahkarakuzu commented 3 weeks ago

@roboneuro cache data

roboneuro commented 3 weeks ago

🟠 DATA DOWNLOAD (REPO2DATA)

Status: In progress 38a7a64d Last updated: 2024-08-15 13:26:53 PDT

:information_source: See details
Started downloading the data.

:recycle: Refresh

agahkarakuzu commented 3 weeks ago

@roboneuro cache data

roboneuro commented 3 weeks ago

🟠 DATA DOWNLOAD (REPO2DATA)

Status: In progress a676a3cf Last updated: 2024-08-15 13:29:25 PDT

:information_source: See details
Started downloading the data.

:recycle: Refresh

agahkarakuzu commented 3 weeks ago

@roboneuro cache data

roboneuro commented 3 weeks ago

🔴 DATA DOWNLOAD (REPO2DATA)

Status: Failed 92f49431 Last updated: 2024-08-15 13:32:56 PDT

:information_source: See details
Data exists for VENUS; not overwriting by default! Please set overwrite=True.
agahkarakuzu commented 4 days ago

@roboneuro cache data

roboneuro commented 4 days ago

DOWNLOAD DATA

Status: Assigned to task 15f9d57a Last updated: 2024-09-02 21:44:23 PDT

:information_source: See details
Celery task assigned successfully. Task ID: 15f9d57a-fa77-40e7-a849-bf805377036d

:recycle: Refresh

agahkarakuzu commented 4 days ago

@roboneuro cache data

roboneuro commented 4 days ago

DOWNLOAD DATA

Status: Assigned to task 435ed44c Last updated: 2024-09-02 21:54:41 PDT

:information_source: See details
Celery task assigned successfully. Task ID: 435ed44c-01f6-45b5-8679-c8e399bf218e

:recycle: Refresh

agahkarakuzu commented 4 days ago

@roboneuro cache data

roboneuro commented 4 days ago

🟠 DOWNLOAD DATA

Status: In progress 00000000 Last updated: 2024-09-02 21:58:10 PDT

:information_source: See details
Started downloading the data.

:recycle: Refresh

agahkarakuzu commented 4 days ago

@roboneuro cache data

roboneuro commented 4 days ago

🟠 DOWNLOAD DATA

Status: In progress 63c3dfc6 Last updated: 2024-09-02 22:07:43 PDT

:information_source: See details
Started downloading the data.

:recycle: Refresh

agahkarakuzu commented 4 days ago

@roboneuro cache data

roboneuro commented 4 days ago

🔴 DOWNLOAD DATA

Status: Failed a58616a9 Last updated: 2024-09-02 22:09:59 PDT

:information_source: See details
Data exists for VENUS already downloaded to /DATA/VENUS;                   not overwriting by default! Please set overwrite=True.