René's URL Explorer Experiment


Title: repo2docker fail due `Could not solve for environment specs` · Issue #2 · gesiscss/css_methods_python · GitHub

Open Graph Title: repo2docker fail due `Could not solve for environment specs` · Issue #2 · gesiscss/css_methods_python

X Title: repo2docker fail due `Could not solve for environment specs` · Issue #2 · gesiscss/css_methods_python

Description: Full Log $ repo2docker https://github.com/gesiscss/css_methods_python Picked Git content provider. Cloning into '/tmp/repo2dockerkc1czxpd'... remote: Enumerating objects: 176, done. remote: Counting objects: 100% (176/176), done. remote:...

Open Graph Description: Full Log $ repo2docker https://github.com/gesiscss/css_methods_python Picked Git content provider. Cloning into '/tmp/repo2dockerkc1czxpd'... remote: Enumerating objects: 176, done. remote: Countin...

X Description: Full Log $ repo2docker https://github.com/gesiscss/css_methods_python Picked Git content provider. Cloning into '/tmp/repo2dockerkc1czxpd'... remote: Enumerating objects: 176, done. remote:...

Opengraph URL: https://github.com/gesiscss/css_methods_python/issues/2

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"repo2docker fail due `Could not solve for environment specs`","articleBody":"# Full Log\r\n\r\n```\r\n$ repo2docker https://github.com/gesiscss/css_methods_python\r\nPicked Git content provider.\r\nCloning into '/tmp/repo2dockerkc1czxpd'...\r\nremote: Enumerating objects: 176, done.\r\nremote: Counting objects: 100% (176/176), done.\r\nremote: Compressing objects: 100% (166/166), done.\r\nremote: Total 176 (delta 12), reused 149 (delta 9), pack-reused 0\r\nReceiving objects: 100% (176/176), 260.96 MiB | 7.35 MiB/s, done.\r\nResolving deltas: 100% (12/12), done.\r\nUpdating files: 100% (166/166), done.\r\nBuilding conda environment for python=3.9\r\nUsing CondaBuildPack builder\r\nStep 1/50 : FROM docker.io/library/buildpack-deps:bionic\r\n ---\u003e aeecfa359fe2\r\nStep 2/50 : ENV DEBIAN_FRONTEND=noninteractive\r\n ---\u003e Using cache\r\n ---\u003e da11430f6b89\r\nStep 3/50 : RUN apt-get -qq update \u0026\u0026     apt-get -qq install --yes --no-install-recommends locales \u003e /dev/null \u0026\u0026     apt-get -qq purge \u0026\u0026     apt-get -qq clean \u0026\u0026     rm -rf /var/lib/apt/lists/*\r\n ---\u003e Using cache\r\n ---\u003e 666099bb9d3e\r\nStep 4/50 : RUN echo \"en_US.UTF-8 UTF-8\" \u003e /etc/locale.gen \u0026\u0026     locale-gen\r\n ---\u003e Using cache\r\n ---\u003e ba2b7b52948f\r\nStep 5/50 : ENV LC_ALL=en_US.UTF-8     LANG=en_US.UTF-8     LANGUAGE=en_US.UTF-8\r\n ---\u003e Using cache\r\n ---\u003e 4cab5f91a321\r\nStep 6/50 : ENV SHELL=/bin/bash\r\n ---\u003e Using cache\r\n ---\u003e 9bfffc626898\r\nStep 7/50 : ARG NB_USER\r\n ---\u003e Using cache\r\n ---\u003e 3ece97eee04f\r\nStep 8/50 : ARG NB_UID\r\n ---\u003e Using cache\r\n ---\u003e f17a0b33c6c5\r\nStep 9/50 : ENV USER=${NB_USER}     HOME=/home/${NB_USER}\r\n ---\u003e Using cache\r\n ---\u003e ea34b7ed3fb5\r\nStep 10/50 : RUN groupadd         --gid ${NB_UID}         ${NB_USER} \u0026\u0026     useradd         --comment \"Default user\"         --create-home         --gid ${NB_UID}         --no-log-init         --shell /bin/bash         --uid ${NB_UID}         ${NB_USER}\r\n ---\u003e Using cache\r\n ---\u003e 4ceafa000789\r\nStep 11/50 : RUN apt-get -qq update \u0026\u0026     apt-get -qq install --yes --no-install-recommends        gettext-base        less        unzip        \u003e /dev/null \u0026\u0026     apt-get -qq purge \u0026\u0026     apt-get -qq clean \u0026\u0026     rm -rf /var/lib/apt/lists/*\r\n ---\u003e Using cache\r\n ---\u003e 6d558e0087e2\r\nStep 12/50 : EXPOSE 8888\r\n ---\u003e Using cache\r\n ---\u003e 131940cec0c4\r\nStep 13/50 : ENV APP_BASE=/srv\r\n ---\u003e Using cache\r\n ---\u003e d65eed987b04\r\nStep 14/50 : ENV CONDA_DIR=${APP_BASE}/conda\r\n ---\u003e Using cache\r\n ---\u003e d4ab58991596\r\nStep 15/50 : ENV NB_PYTHON_PREFIX=${CONDA_DIR}/envs/notebook\r\n ---\u003e Using cache\r\n ---\u003e c994665fb0c3\r\nStep 16/50 : ENV NPM_DIR=${APP_BASE}/npm\r\n ---\u003e Using cache\r\n ---\u003e d0877977b096\r\nStep 17/50 : ENV NPM_CONFIG_GLOBALCONFIG=${NPM_DIR}/npmrc\r\n ---\u003e Using cache\r\n ---\u003e 8c2346052d61\r\nStep 18/50 : ENV NB_ENVIRONMENT_FILE=/tmp/env/environment.lock\r\n ---\u003e Using cache\r\n ---\u003e 81ffbcf3fb46\r\nStep 19/50 : ENV MAMBA_ROOT_PREFIX=${CONDA_DIR}\r\n ---\u003e Using cache\r\n ---\u003e 36ed79c3443e\r\nStep 20/50 : ENV MAMBA_EXE=${CONDA_DIR}/bin/mamba\r\n ---\u003e Using cache\r\n ---\u003e 73beba6402c6\r\nStep 21/50 : ENV CONDA_PLATFORM=linux-64\r\n ---\u003e Using cache\r\n ---\u003e 6303e3bb2896\r\nStep 22/50 : ENV KERNEL_PYTHON_PREFIX=${NB_PYTHON_PREFIX}\r\n ---\u003e Using cache\r\n ---\u003e 7587dd46f3be\r\nStep 23/50 : ENV PATH=${NB_PYTHON_PREFIX}/bin:${CONDA_DIR}/bin:${NPM_DIR}/bin:${PATH}\r\n ---\u003e Using cache\r\n ---\u003e 3b5583f6c7fc\r\nStep 24/50 : COPY --chown=1000:1000 build_script_files/-2fhome-2franiere-2fmicromamba-2fenvs-2fgesis-2dcss-2flib-2fpython3-2e11-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2factivate-2dconda-2esh-8dadfb /etc/profile.d/activate-conda.sh\r\n ---\u003e 5f677a3b6cd9\r\nStep 25/50 : COPY --chown=1000:1000 build_script_files/-2fhome-2franiere-2fmicromamba-2fenvs-2fgesis-2dcss-2flib-2fpython3-2e11-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2fenvironment-2epy-2d3-2e9-2dlinux-2d64-2elock-d8a57c /tmp/env/environment.lock\r\n ---\u003e ef597eee6b26\r\nStep 26/50 : COPY --chown=1000:1000 build_script_files/-2fhome-2franiere-2fmicromamba-2fenvs-2fgesis-2dcss-2flib-2fpython3-2e11-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2finstall-2dbase-2denv-2ebash-271e82 /tmp/install-base-env.bash\r\n ---\u003e 2936e4e7cc37\r\nStep 27/50 : RUN TIMEFORMAT='time: %3R' bash -c 'time /tmp/install-base-env.bash' \u0026\u0026 rm -rf /tmp/install-base-env.bash /tmp/env\r\n ---\u003e Running in 8d3c560fb8d0\r\n++ dirname /tmp/install-base-env.bash\r\n+ cd /tmp\r\n+ export MAMBA_VERSION=1.4.0\r\n+ MAMBA_VERSION=1.4.0\r\n+ export CONDA_VERSION=23.1.0\r\n+ CONDA_VERSION=23.1.0\r\n+ URL=https://anaconda.org/conda-forge/micromamba/1.4.0/download/linux-64/micromamba-1.4.0-0.tar.bz2\r\n+ unset HOME\r\n+ mkdir -p /srv/conda\r\n+ export MICROMAMBA_EXE=/usr/local/bin/micromamba\r\n+ MICROMAMBA_EXE=/usr/local/bin/micromamba\r\n+ wget -qO- https://anaconda.org/conda-forge/micromamba/1.4.0/download/linux-64/micromamba-1.4.0-0.tar.bz2\r\n+ tar -xvj bin/micromamba\r\nbin/micromamba\r\ntime: 12.766\r\n+ mv bin/micromamba /usr/local/bin/micromamba\r\n+ chmod 0755 /usr/local/bin/micromamba\r\n++ /usr/local/bin/micromamba shell hook -p /srv/conda -s posix\r\n+ eval '\r\n# Copyright (C) 2012 Anaconda, Inc\r\n# SPDX-License-Identifier: BSD-3-Clause\r\n\r\n__mamba_exe() (\r\n    \"/usr/local/bin/micromamba\" \"$@\"\r\n)\r\n\r\n__mamba_hashr() {\r\n    if [ -n \"${ZSH_VERSION:+x}\" ]; then\r\n        \\rehash\r\n    elif [ -n \"${POSH_VERSION:+x}\" ]; then\r\n        :  # pass\r\n    else\r\n        \\hash -r\r\n    fi\r\n}\r\n\r\n__mamba_activate() {\r\n    \\local ask_conda\r\n    ask_conda=\"$(PS1=\"${PS1:-}\" __mamba_exe shell --shell bash \"$@\")\" || \\return\r\n    \\eval \"$ask_conda\"\r\n    __mamba_hashr\r\n}\r\n\r\n__mamba_reactivate() {\r\n    \\local ask_conda\r\n    ask_conda=\"$(PS1=\"${PS1:-}\" __mamba_exe shell --shell bash reactivate)\" || \\return\r\n    \\eval \"$ask_conda\"\r\n    __mamba_hashr\r\n}\r\n\r\nmicromamba() {\r\n    \\local cmd=\"${1-__missing__}\"\r\n    case \"$cmd\" in\r\n        activate|deactivate)\r\n            __mamba_activate \"$@\"\r\n            ;;\r\n        install|update|upgrade|remove|uninstall)\r\n            __mamba_exe \"$@\" || \\return\r\n            __mamba_reactivate\r\n            ;;\r\n        self-update)\r\n            __mamba_exe \"$@\" || \\return\r\n\r\n            # remove leftover backup file on Windows\r\n            if [ -f \"/usr/local/bin/micromamba.bkup\" ]; then\r\n                rm -f /usr/local/bin/micromamba.bkup\r\n            fi\r\n            ;;\r\n        *)\r\n            __mamba_exe \"$@\"\r\n            ;;\r\n    esac\r\n}\r\n\r\nif [ -z \"${CONDA_SHLVL+x}\" ]; then\r\n    \\export CONDA_SHLVL=0\r\n    # In dev-mode MAMBA_EXE is python.exe and on Windows\r\n    # it is in a different relative location to condabin.\r\n    if [ -n \"${_CE_CONDA+x}\" ] \u0026\u0026 [ -n \"${WINDIR+x}\" ]; then\r\n        PATH=\"${MAMBA_ROOT_PREFIX}/condabin:${PATH}\"\r\n    else\r\n        PATH=\"${MAMBA_ROOT_PREFIX}/condabin:${PATH}\"\r\n    fi\r\n    \\export PATH\r\n\r\n    # We'\\''re not allowing PS1 to be unbound. It must at least be set.\r\n    # However, we'\\''re not exporting it, which can cause problems when starting a second shell\r\n    # via a first shell (i.e. starting zsh from bash).\r\n    if [ -z \"${PS1+x}\" ]; then\r\n        PS1=\r\n    fi\r\nfi'\r\n++ '[' -z '' ']'\r\n++ export CONDA_SHLVL=0\r\n++ CONDA_SHLVL=0\r\n++ '[' -n '' ']'\r\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\r\n++ export PATH\r\n++ '[' -z '' ']'\r\n++ PS1=\r\n+ micromamba activate\r\n+ local cmd=activate\r\n+ case \"$cmd\" in\r\n+ __mamba_activate activate\r\n+ local ask_conda\r\n++ PS1=\r\n++ __mamba_exe shell --shell bash activate\r\n++ /usr/local/bin/micromamba shell --shell bash activate\r\n+ ask_conda='PS1='\\''(base) '\\''\r\nexport 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'\\''\r\nexport CONDA_PREFIX='\\''/srv/conda'\\''\r\nexport CONDA_SHLVL='\\''1'\\''\r\nexport CONDA_DEFAULT_ENV='\\''base'\\''\r\nexport CONDA_PROMPT_MODIFIER='\\''(base) '\\'''\r\n+ eval 'PS1='\\''(base) '\\''\r\nexport 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'\\''\r\nexport CONDA_PREFIX='\\''/srv/conda'\\''\r\nexport CONDA_SHLVL='\\''1'\\''\r\nexport CONDA_DEFAULT_ENV='\\''base'\\''\r\nexport CONDA_PROMPT_MODIFIER='\\''(base) '\\'''\r\n++ PS1='(base) '\r\n++ 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\r\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\r\n++ export CONDA_PREFIX=/srv/conda\r\n++ CONDA_PREFIX=/srv/conda\r\n++ export CONDA_SHLVL=1\r\n++ CONDA_SHLVL=1\r\n++ export CONDA_DEFAULT_ENV=base\r\n++ CONDA_DEFAULT_ENV=base\r\n++ export 'CONDA_PROMPT_MODIFIER=(base) '\r\n++ CONDA_PROMPT_MODIFIER='(base) '\r\n+ __mamba_hashr\r\n+ '[' -n '' ']'\r\n+ '[' -n '' ']'\r\n+ hash -r\r\n+ 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\r\n+ 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\r\n+ cat\r\n+ micromamba install conda=23.1.0 mamba=1.4.0 -y\r\n+ local cmd=install\r\n+ case \"$cmd\" in\r\n+ __mamba_exe install conda=23.1.0 mamba=1.4.0 -y\r\n+ /usr/local/bin/micromamba install conda=23.1.0 mamba=1.4.0 -y\r\n\r\n                                           __\r\n          __  ______ ___  ____ _____ ___  / /_  ____ _\r\n         / / / / __ `__ \\/ __ `/ __ `__ \\/ __ \\/ __ `/\r\n        / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /\r\n       / .___/_/ /_/ /_/\\__,_/_/ /_/ /_/_.___/\\__,_/\r\n      /_/\r\n\r\n\r\nTransaction\r\n\r\n  Prefix: /srv/conda\r\n\r\n  Updating specs:\r\n\r\n   - conda=23.1.0\r\n   - mamba=1.4.0\r\n\r\n\r\n  Package                         Version  Build               Channel                   Size\r\n───────────────────────────────────────────────────────────────────────────────────────────────\r\n  Install:\r\n───────────────────────────────────────────────────────────────────────────────────────────────\r\n\r\n  + _libgcc_mutex                     0.1  conda_forge         conda-forge/linux-64       3kB\r\n  + _openmp_mutex                     4.5  2_gnu               conda-forge/linux-64      24kB\r\n  + brotli-python                   1.0.9  py311ha362b79_9     conda-forge/linux-64     327kB\r\n  + bzip2                           1.0.8  h7f98852_4          conda-forge/linux-64     496kB\r\n  + c-ares                         1.19.1  hd590300_0          conda-forge/linux-64     113kB\r\n  + ca-certificates             2023.7.22  hbcca054_0          conda-forge/linux-64     150kB\r\n  + certifi                     2023.7.22  pyhd8ed1ab_0        conda-forge/noarch       154kB\r\n  + cffi                           1.15.1  py311h409f033_3     conda-forge/linux-64     296kB\r\n  + charset-normalizer              3.2.0  pyhd8ed1ab_0        conda-forge/noarch        46kB\r\n  + colorama                        0.4.6  pyhd8ed1ab_0        conda-forge/noarch        25kB\r\n  + conda                          23.1.0  py311h38be061_0     conda-forge/linux-64       1MB\r\n  + conda-package-handling          2.2.0  pyh38be061_0        conda-forge/noarch       255kB\r\n  + conda-package-streaming         0.9.0  pyhd8ed1ab_0        conda-forge/noarch        19kB\r\n  + cryptography                   41.0.3  py311h63ff55d_0     conda-forge/linux-64       2MB\r\n  + fmt                             9.1.0  h924138e_0          conda-forge/linux-64     190kB\r\n  + icu                              72.1  hcb278e6_0          conda-forge/linux-64      12MB\r\n  + idna                              3.4  pyhd8ed1ab_0        conda-forge/noarch        57kB\r\n  + keyutils                        1.6.1  h166bdaf_0          conda-forge/linux-64     118kB\r\n  + krb5                           1.21.2  h659d440_0          conda-forge/linux-64       1MB\r\n  + ld_impl_linux-64                 2.40  h41732ed_0          conda-forge/linux-64     705kB\r\n  + libarchive                      3.6.2  h039dbb9_1          conda-forge/linux-64     844kB\r\n  + libcurl                         8.2.1  hca28451_0          conda-forge/linux-64     373kB\r\n  + libedit                  3.1.20191231  he28a2e2_2          conda-forge/linux-64     124kB\r\n  + libev                            4.33  h516909a_1          conda-forge/linux-64     106kB\r\n  + libexpat                        2.5.0  hcb278e6_1          conda-forge/linux-64      78kB\r\n  + libffi                          3.4.2  h7f98852_5          conda-forge/linux-64      58kB\r\n  + libgcc-ng                      13.1.0  he5830b7_0          conda-forge/linux-64     776kB\r\n  + libgomp                        13.1.0  he5830b7_0          conda-forge/linux-64     419kB\r\n  + libiconv                         1.17  h166bdaf_0          conda-forge/linux-64       1MB\r\n  + libmamba                        1.4.0  hcea66bb_0          conda-forge/linux-64       1MB\r\n  + libmambapy                      1.4.0  py311h1f88262_0     conda-forge/linux-64     267kB\r\n  + libnghttp2                     1.52.0  h61bc06f_0          conda-forge/linux-64     622kB\r\n  + libnsl                          2.0.0  h7f98852_0          conda-forge/linux-64      31kB\r\n  + libsolv                        0.7.24  hfc55251_1          conda-forge/linux-64     467kB\r\n  + libsqlite                      3.42.0  h2797004_0          conda-forge/linux-64     829kB\r\n  + libssh2                        1.11.0  h0841786_0          conda-forge/linux-64     271kB\r\n  + libstdcxx-ng                   13.1.0  hfd8a6a1_0          conda-forge/linux-64       4MB\r\n  + libuuid                        2.38.1  h0b41bf4_0          conda-forge/linux-64      34kB\r\n  + libxml2                        2.11.5  h0d562d8_0          conda-forge/linux-64     705kB\r\n  + libzlib                        1.2.13  hd590300_5          conda-forge/linux-64      62kB\r\n  + lz4-c                           1.9.4  hcb278e6_0          conda-forge/linux-64     143kB\r\n  + lzo                              2.10  h516909a_1000       conda-forge/linux-64     321kB\r\n  + mamba                           1.4.0  py311h3072747_0     conda-forge/linux-64      65kB\r\n  + ncurses                           6.4  hcb278e6_0          conda-forge/linux-64     881kB\r\n  + openssl                         3.1.2  hd590300_0          conda-forge/linux-64       3MB\r\n  + pip                            23.2.1  pyhd8ed1ab_0        conda-forge/noarch         1MB\r\n  + pluggy                          1.2.0  pyhd8ed1ab_0        conda-forge/noarch        22kB\r\n  + pybind11-abi                        4  hd8ed1ab_3          conda-forge/noarch        10kB\r\n  + pycosat                         0.6.4  py311hd4cff14_1     conda-forge/linux-64     114kB\r\n  + pycparser                        2.21  pyhd8ed1ab_0        conda-forge/noarch       103kB\r\n  + pyopenssl                      23.2.0  pyhd8ed1ab_1        conda-forge/noarch       129kB\r\n  + pysocks                         1.7.1  pyha2e5f31_6        conda-forge/noarch        19kB\r\n  + python                         3.11.4  hab00c5b_0_cpython  conda-forge/linux-64      31MB\r\n  + python_abi                       3.11  3_cp311             conda-forge/linux-64       6kB\r\n  + readline                          8.2  h8228510_1          conda-forge/linux-64     281kB\r\n  + reproc                         14.2.4  h0b41bf4_0          conda-forge/linux-64      30kB\r\n  + reproc-cpp                     14.2.4  hcb278e6_0          conda-forge/linux-64      22kB\r\n  + requests                       2.31.0  pyhd8ed1ab_0        conda-forge/noarch        57kB\r\n  + ruamel.yaml                   0.17.32  py311h459d7ec_0     conda-forge/linux-64     280kB\r\n  + ruamel.yaml.clib                0.2.7  py311h2582759_1     conda-forge/linux-64     134kB\r\n  + setuptools                     68.1.2  pyhd8ed1ab_0        conda-forge/noarch       462kB\r\n  + tk                             8.6.12  h27826a3_0          conda-forge/linux-64       3MB\r\n  + toolz                          0.12.0  pyhd8ed1ab_0        conda-forge/noarch        49kB\r\n  + tqdm                           4.66.1  pyhd8ed1ab_0        conda-forge/noarch        89kB\r\n  + tzdata                          2023c  h71feb2d_0          conda-forge/noarch       118kB\r\n  + urllib3                         2.0.4  pyhd8ed1ab_0        conda-forge/noarch        98kB\r\n  + wheel                          0.41.1  pyhd8ed1ab_0        conda-forge/noarch        57kB\r\n  + xz                              5.2.6  h166bdaf_0          conda-forge/linux-64     418kB\r\n  + yaml-cpp                        0.7.0  h27087fc_2          conda-forge/linux-64     220kB\r\n  + zstandard                      0.19.0  py311haa97af0_2     conda-forge/linux-64     406kB\r\n  + zstd                            1.5.2  hfc55251_7          conda-forge/linux-64     431kB\r\n\r\n  Summary:\r\n\r\n  Install: 71 packages\r\n\r\n  Total download: 76MB\r\n\r\n───────────────────────────────────────────────────────────────────────────────────────────────\r\n\r\n\r\n\r\nTransaction starting\r\nLinking python_abi-3.11-3_cp311\r\nLinking _libgcc_mutex-0.1-conda_forge\r\nLinking libstdcxx-ng-13.1.0-hfd8a6a1_0\r\nLinking ld_impl_linux-64-2.40-h41732ed_0\r\nLinking ca-certificates-2023.7.22-hbcca054_0\r\nLinking libgomp-13.1.0-he5830b7_0\r\nLinking _openmp_mutex-4.5-2_gnu\r\nLinking libgcc-ng-13.1.0-he5830b7_0\r\nLinking lzo-2.10-h516909a_1000\r\nLinking libev-4.33-h516909a_1\r\nLinking c-ares-1.19.1-hd590300_0\r\nLinking ncurses-6.4-hcb278e6_0\r\nLinking libnsl-2.0.0-h7f98852_0\r\nLinking libffi-3.4.2-h7f98852_5\r\nLinking icu-72.1-hcb278e6_0\r\nLinking libiconv-1.17-h166bdaf_0\r\nLinking xz-5.2.6-h166bdaf_0\r\nLinking lz4-c-1.9.4-hcb278e6_0\r\nLinking bzip2-1.0.8-h7f98852_4\r\nLinking keyutils-1.6.1-h166bdaf_0\r\nLinking reproc-14.2.4-h0b41bf4_0\r\nLinking yaml-cpp-0.7.0-h27087fc_2\r\nLinking fmt-9.1.0-h924138e_0\r\nLinking libzlib-1.2.13-hd590300_5\r\nLinking openssl-3.1.2-hd590300_0\r\nLinking libuuid-2.38.1-h0b41bf4_0\r\nLinking libexpat-2.5.0-hcb278e6_1\r\nLinking libedit-3.1.20191231-he28a2e2_2\r\nLinking readline-8.2-h8228510_1\r\nLinking reproc-cpp-14.2.4-hcb278e6_0\r\nLinking tk-8.6.12-h27826a3_0\r\nLinking libxml2-2.11.5-h0d562d8_0\r\nLinking zstd-1.5.2-hfc55251_7\r\nLinking libsolv-0.7.24-hfc55251_1\r\nLinking libsqlite-3.42.0-h2797004_0\r\nLinking libnghttp2-1.52.0-h61bc06f_0\r\nLinking libssh2-1.11.0-h0841786_0\r\nLinking krb5-1.21.2-h659d440_0\r\nLinking libarchive-3.6.2-h039dbb9_1\r\nLinking libcurl-8.2.1-hca28451_0\r\nLinking libmamba-1.4.0-hcea66bb_0\r\nLinking pybind11-abi-4-hd8ed1ab_3\r\nLinking tzdata-2023c-h71feb2d_0\r\nLinking python-3.11.4-hab00c5b_0_cpython\r\nLinking wheel-0.41.1-pyhd8ed1ab_0\r\nLinking setuptools-68.1.2-pyhd8ed1ab_0\r\nLinking pip-23.2.1-pyhd8ed1ab_0\r\nLinking pysocks-1.7.1-pyha2e5f31_6\r\nLinking pycparser-2.21-pyhd8ed1ab_0\r\nLinking charset-normalizer-3.2.0-pyhd8ed1ab_0\r\nLinking idna-3.4-pyhd8ed1ab_0\r\nLinking certifi-2023.7.22-pyhd8ed1ab_0\r\nLinking colorama-0.4.6-pyhd8ed1ab_0\r\nLinking toolz-0.12.0-pyhd8ed1ab_0\r\nLinking pluggy-1.2.0-pyhd8ed1ab_0\r\nLinking tqdm-4.66.1-pyhd8ed1ab_0\r\nLinking brotli-python-1.0.9-py311ha362b79_9\r\nLinking ruamel.yaml.clib-0.2.7-py311h2582759_1\r\nLinking pycosat-0.6.4-py311hd4cff14_1\r\nLinking libmambapy-1.4.0-py311h1f88262_0\r\nLinking cffi-1.15.1-py311h409f033_3\r\nLinking ruamel.yaml-0.17.32-py311h459d7ec_0\r\nLinking zstandard-0.19.0-py311haa97af0_2\r\nLinking cryptography-41.0.3-py311h63ff55d_0\r\nLinking urllib3-2.0.4-pyhd8ed1ab_0\r\nLinking conda-package-streaming-0.9.0-pyhd8ed1ab_0\r\nLinking pyopenssl-23.2.0-pyhd8ed1ab_1\r\nLinking requests-2.31.0-pyhd8ed1ab_0\r\nLinking conda-package-handling-2.2.0-pyh38be061_0\r\nLinking conda-23.1.0-py311h38be061_0\r\nLinking mamba-1.4.0-py311h3072747_0\r\nTransaction finished\r\n+ __mamba_reactivate\r\n+ local ask_conda\r\n++ PS1='(base) '\r\n++ __mamba_exe shell --shell bash reactivate\r\n++ /usr/local/bin/micromamba shell --shell bash reactivate\r\n+ ask_conda='. \"/srv/conda/etc/conda/deactivate.d/libxml2_deactivate.sh\"\r\nPS1='\\''(base) '\\''\r\nexport 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'\\''\r\nexport CONDA_SHLVL='\\''1'\\''\r\nexport CONDA_PROMPT_MODIFIER='\\''(base) '\\''\r\n. \"/srv/conda/etc/conda/activate.d/libxml2_activate.sh\"'\r\n+ eval '. \"/srv/conda/etc/conda/deactivate.d/libxml2_deactivate.sh\"\r\nPS1='\\''(base) '\\''\r\nexport 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'\\''\r\nexport CONDA_SHLVL='\\''1'\\''\r\nexport CONDA_PROMPT_MODIFIER='\\''(base) '\\''\r\n. \"/srv/conda/etc/conda/activate.d/libxml2_activate.sh\"'\r\n++ . /srv/conda/etc/conda/deactivate.d/libxml2_deactivate.sh\r\n+++ test -n ''\r\n+++ unset XML_CATALOG_FILES\r\n+++ unset xml_catalog_files_libxml2\r\n++ PS1='(base) '\r\n++ 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\r\n++ 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\r\n++ export CONDA_SHLVL=1\r\n++ CONDA_SHLVL=1\r\n++ export 'CONDA_PROMPT_MODIFIER=(base) '\r\n++ CONDA_PROMPT_MODIFIER='(base) '\r\n++ . /srv/conda/etc/conda/activate.d/libxml2_activate.sh\r\n+++ test -n ''\r\n+++ xml_catalog_files_libxml2=\r\n+++ XML_CATALOG_FILES=\r\n+++ conda_catalog_files=\r\n+++ ifs_libxml2=' \r\n'\r\n+++ IFS=' '\r\n+++ rem=/srv/conda\r\n+++ for pre in ${rem}\r\n+++ test '' = /srv/conda\r\n+++ conda_catalog_files=/srv/conda\r\n+++ rem=\r\n+++ IFS=' \r\n'\r\n+++ conda_catalog_files='file:///srv/conda/etc/xml/catalog file:///etc/xml/catalog'\r\n+++ export 'XML_CATALOG_FILES=file:///srv/conda/etc/xml/catalog file:///etc/xml/catalog'\r\n+++ XML_CATALOG_FILES='file:///srv/conda/etc/xml/catalog file:///etc/xml/catalog'\r\n+++ unset conda_catalog_files ifs_libxml2 rem\r\n+ __mamba_hashr\r\n+ '[' -n '' ']'\r\n+ '[' -n '' ']'\r\n+ hash -r\r\n+ echo 'installing notebook env:'\r\n+ cat /tmp/env/environment.lock\r\ninstalling notebook env:\r\n# AUTO GENERATED FROM environment.py-3.9.yml, DO NOT MANUALLY MODIFY\r\n# Frozen on 2023-06-08 09:34:51 UTC\r\n# Generated by conda-lock.\r\n# platform: linux-64\r\n# input_hash: a8b01e6cf54b5f11b1fb28a14c88acae0339819976b3ee55dd4504f09b37ab3c\r\n@EXPLICIT\r\nhttps://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81\r\nhttps://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.5.7-hbcca054_0.conda#f5c65075fc34438d5b456c7f3f5ab695\r\nhttps://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda#7aca3059a1729aa76c597603f10b0dd3\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.1.0-hfd8a6a1_0.conda#067bcc23164642f4c226da631f2a2e1d\r\nhttps://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-3_cp39.conda#0dd193187d54e585cac7eab942a8847e\r\nhttps://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda#939e3e74d8be4dac89ce83b20de2492a\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libgomp-13.1.0-he5830b7_0.conda#56ca14d57ac29a75d23a39eb3ee0ddeb\r\nhttps://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.1.0-he5830b7_0.conda#cd93f779ff018dd85c7544c015c9db3c\r\nhttps://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2#a1fd65c7ccbf10880423d82bca54eb54\r\nhttps://conda.anaconda.org/conda-forge/linux-64/icu-72.1-hcb278e6_0.conda#7c8d20d847bb45f56bd941578fcfa146\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.0.9-h166bdaf_8.tar.bz2#9194c9bf9428035a05352d031462eae4\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2#d645c6d2ac96843a2bfaccd2d62b3ac3\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.0-h7f98852_0.tar.bz2#39b1328babf85c7c3a61636d9cd50206\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2#c3788462a6fbddafdb413a9f9053e58d\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda#40b61aab5c7ba9ff276c41cfffe6b80b\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libuv-1.44.2-h166bdaf_0.tar.bz2#e5cb4fe581a18ca2185a016eb848fc00\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h166bdaf_4.tar.bz2#f3f9de449d32ca9b9c66a22863c96f41\r\nhttps://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-hcb278e6_0.conda#681105bccc2a3f7f1a837d47d39c9179\r\nhttps://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.1-hd590300_1.conda#2e1d7b458ac8f1e3ca4e18b77add6277\r\nhttps://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2#2161070d867d1b1204ea749c8eec4ef0\r\nhttps://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2#4cb3ad778ec2d5a7acbdf254eb1c42ae\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.0.9-h166bdaf_8.tar.bz2#4ae4d7795d33e02bd20f6b23d91caf82\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.0.9-h166bdaf_8.tar.bz2#04bac51ba35ea023dc48af73c1c88c25\r\nhttps://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.42.0-h2797004_0.conda#fdaae20a1cf7cd62130a0973190a31b7\r\nhttps://conda.anaconda.org/conda-forge/linux-64/pandoc-2.19.2-h32600fe_2.conda#326f46f36d15c44cff5f81d505cb717f\r\nhttps://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda#47d31b792659ce70f470b5c82fdfb7a4\r\nhttps://conda.anaconda.org/conda-forge/linux-64/tk-8.6.12-h27826a3_0.tar.bz2#5b8c42eb62e9fc961af70bdd6a26e168\r\nhttps://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.4-h9c3ff4c_1.tar.bz2#21743a8d2ea0c8cfbbf8fe489b0347df\r\nhttps://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-h166bdaf_4.tar.bz2#4b11e365c0275b808be78b30f904e295\r\nhttps://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.0.9-h166bdaf_8.tar.bz2#e5613f2bc717e9945840ff474419b8e4\r\nhttps://conda.anaconda.org/conda-forge/linux-64/nodejs-18.15.0-h4abf6b9_1.conda#2aabafd88f6876a57c45c00598715ac4\r\nhttps://conda.anaconda.org/conda-forge/linux-64/python-3.9.16-h2782a2a_0_cpython.conda#95c9b7c96a7fd7342e0c9d0a917b8f78\r\nhttps://conda.anaconda.org/conda-forge/noarch/aiofiles-22.1.0-pyhd8ed1ab_0.tar.bz2#a88c206fdb78e34adb1c4081f5f838dd\r\nhttps://conda.anaconda.org/conda-forge/noarch/async_generator-1.10-py_0.tar.bz2#d56c596e61b1c4952acf0a9920856c12\r\nhttps://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda#3edfead7cedd1ab4400a6c588f3e75f8\r\nhttps://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2#6006a6d08a3fa99268a2681c7fb55213\r\nhttps://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda#54ca2e08b3220c148a1d8329c2678e02\r\nhttps://conda.anaconda.org/conda-forge/noarch/blinker-1.6.2-pyhd8ed1ab_0.conda#2fb79ec81bad9492b6d59a06b3b647a4\r\nhttps://conda.anaconda.org/conda-forge/linux-64/brotli-1.0.9-h166bdaf_8.tar.bz2#2ff08978892a3e8b954397c461f18418\r\nhttps://conda.anaconda.org/conda-forge/noarch/certifi-2023.5.7-pyhd8ed1ab_0.conda#5d1b71c942b8421285934dad1d891ebc\r\nhttps://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.1.0-pyhd8ed1ab_0.conda#7fcff9f6f123696e940bda77bd4d6551\r\nhttps://conda.anaconda.org/conda-forge/linux-64/debugpy-1.6.7-py39h227be39_0.conda#4d8b831c8707058f27d355882c6dd198\r\nhttps://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2#43afe5ab04e35e17ba28649471dd7364\r\nhttps://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2\r\nhttps://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2#3cf04868fee0a029769bd41f4b2fbf2d\r\nhttps://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.1-pyhd8ed1ab_0.conda#7312299d7a0ea4993159229b7d2dceb2\r\nhttps://conda.anaconda.org/conda-forge/noarch/executing-1.2.0-pyhd8ed1ab_0.tar.bz2#4c1bc140e2be5c8ba6e3acab99e25c50\r\nhttps://conda.anaconda.org/conda-forge/noarch/flit-core-3.9.0-pyhd8ed1ab_0.conda#e8cfceef004266b259604c3faa2a0191\r\nhttps://conda.anaconda.org/conda-forge/linux-64/greenlet-2.0.2-py39h3d6467e_1.conda#bcc2596fee9dccce15c6ae3d475ea013\r\nhttps://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2#34272b248891bddccc64479f9a7fffed\r\nhttps://conda.anaconda.org/conda-forge/noarch/ipython_genutils-0.2.0-py_1.tar.bz2#5071c982548b3a20caf70462f04f5287\r\nhttps://conda.anaconda.org/conda-forge/noarch/json5-0.9.5-pyh9f0ad1d_0.tar.bz2#10759827a94e6b14996e81fb002c0bda\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.7-pyhd8ed1ab_1.conda#0c0a54e16b764bafcae35913cc9d60ff\r\nhttps://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.3-py39hd1e30aa_0.conda#9c858d105816f454c6b64f3e19184b60\r\nhttps://conda.anaconda.org/conda-forge/noarch/mistune-2.0.5-pyhd8ed1ab_0.conda#61a07195cfc935f1c1901d8ecf4af441\r\nhttps://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.6-pyhd8ed1ab_0.tar.bz2#7b868f21adde0d9b8b38f9c16836589b\r\nhttps://conda.anaconda.org/conda-forge/noarch/packaging-23.1-pyhd8ed1ab_0.conda#91cda59e66e1e4afe9476f8ef98f5c30\r\nhttps://conda.anaconda.org/conda-forge/noarch/pamela-1.0.0-py_0.tar.bz2#36f6f18d2f3ae0c93d77a9dbedad08c3\r\nhttps://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9\r\nhttps://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2#17a565a0c3899244e938cdf417e7b094\r\nhttps://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2#415f0ebb6198cc2801c73438a9fb5761\r\nhttps://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_0.tar.bz2#89e3c7cdde7d3aaa2aee933b604dd07f\r\nhttps://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.17.0-pyhd8ed1ab_0.conda#95c5be3c7cbd872509d16c216617fdab\r\nhttps://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.5-py39h72bdee0_0.conda#1d54d3a75c3192ab7655d9c3d16809f1\r\nhttps://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2#359eeb6536da0e687af562ed265ec263\r\nhttps://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2#6784285c7e55cb7212efabc79e4c2883\r\nhttps://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2#076becd9e05608f8dc72757d5f3a91ff\r\nhttps://conda.anaconda.org/conda-forge/noarch/pygments-2.15.1-pyhd8ed1ab_0.conda#d316679235612869eba305aa7d41d9bf\r\nhttps://conda.anaconda.org/conda-forge/noarch/pyjwt-2.7.0-pyhd8ed1ab_0.conda#99e28be5a278e2319834d7dc99e7bfdd\r\nhttps://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.19.3-py39h72bdee0_0.conda#659013ef00dcd1751bfd26d894f73857\r\nhttps://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2#2a7de29fb590ca14b5243c4c812c8025\r\nhttps://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.17.1-pyhd8ed1ab_0.conda#dd4f393d857e9283eef2442234bd05e3\r\nhttps://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960\r\nhttps://conda.anaconda.org/conda-forge/noarch/pytz-2023.3-pyhd8ed1ab_0.conda#d3076b483092a435832603243567bc31\r\nhttps://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0-py39hb9d737c_5.tar.bz2#ef9db3c38ae7275f6b14491cfe61a248\r\nhttps://conda.anaconda.org/conda-forge/linux-64/pyzmq-25.1.0-py39hb257651_0.conda#9009fbea0e0992dcbdd2312e70c44c09\r\nhttps://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f\r\nhttps://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.7-py39h72bdee0_1.conda#d9da3b1d13895666f4cc2559d37b8de4\r\nhttps://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh41d4057_0.conda#ada5a17adcd10be4fc7e37e4166ba0e2\r\nhttps://conda.anaconda.org/conda-forge/noarch/setuptools-67.7.2-pyhd8ed1ab_0.conda#3b68bc43ec6baa48f7354a446267eefe\r\nhttps://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2#e5f25f8dbc060e9a8d912e432202afc2\r\nhttps://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2#dd6cbc539e74cb1f430efbd4575b9303\r\nhttps://conda.anaconda.org/conda-forge/noarch/soupsieve-2.3.2.post1-pyhd8ed1ab_0.tar.bz2#146f4541d643d48fc8a75cacf69f03ae\r\nhttps://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2#5844808ffab9ebdb694585b50ba02a96\r\nhttps://conda.anaconda.org/conda-forge/linux-64/tornado-6.3.2-py39hd1e30aa_0.conda#da334eecb1ea2248e28294c49e6f6d89\r\nhttps://conda.anaconda.org/conda-forge/noarch/traitlets-5.9.0-pyhd8ed1ab_0.conda#d0b4f5c87cd35ac3fb3d47b223263a64\r\nhttps://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.6.3-pyha770c72_0.conda#4a3014a4d107d15475d106b751c4e352\r\nhttps://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-py_1.tar.bz2#3563be4c5611a44210d9ba0c16113136\r\nhttps://conda.anaconda.org/conda-forge/noarch/websocket-client-1.5.2-pyhd8ed1ab_0.conda#bfe7e7cd1476092f51efbcde15dfb110\r\nhttps://conda.anaconda.org/conda-forge/noarch/wheel-0.40.0-pyhd8ed1ab_0.conda#49bb0d9e60ce1db25e151780331bb5f3\r\nhttps://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.7-pyhd8ed1ab_0.conda#bcc54b91a8ce88f60f538b87b409909e\r\nhttps://conda.anaconda.org/conda-forge/linux-64/y-py-0.5.9-py39h50f1755_0.conda#f9225a09f5cb046cfdecd2a54448d4c0\r\nhttps://conda.anaconda.org/conda-forge/noarch/zipp-3.15.0-pyhd8ed1ab_0.conda#13018819ca8f5b7cc675a8faf1f5fedf\r\nhttps://conda.anaconda.org/conda-forge/noarch/anyio-3.7.0-pyhd8ed1ab_1.conda#2b35a85d654a47aac8f34c1bb6de7142\r\nhttps://conda.anaconda.org/conda-forge/noarch/asttokens-2.2.1-pyhd8ed1ab_0.conda#bf7f54dd0f25c3f06ecb82a07341841a\r\nhttps://conda.anaconda.org/conda-forge/noarch/babel-2.12.1-pyhd8ed1ab_1.conda#ac432e732804a81ddcf29c92ead57cde\r\nhttps://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.4-pyhd8ed1ab_0.tar.bz2#c5b3edc62d6309088f4970b3eaaa65a6\r\nhttps://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda#a362ff7d976217f8fa78c0f1c4f59717\r\nhttps://conda.anaconda.org/conda-forge/noarch/bleach-6.0.0-pyhd8ed1ab_0.conda#d48b143d01385872a88ef8417e96c30e\r\nhttps://conda.anaconda.org/conda-forge/linux-64/cffi-1.15.1-py39he91dace_3.conda#20080319ef73fbad74dcd6d62f2a3ffe\r\nhttps://conda.anaconda.org/conda-forge/noarch/comm-0.1.3-pyhd8ed1ab_0.conda#168ae0f82cdf7505048e81054c7354e4\r\nhttps://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.6.0-pyha770c72_0.conda#f91a5d5175fb7ff2a91952ec7da59cb9\r\nhttps://conda.anaconda.org/conda-forge/noarch/importlib_resources-5.12.0-pyhd8ed1ab_0.conda#e5fd2260a231ee63b6969f4801082f2b\r\nhttps://conda.anaconda.org/conda-forge/noarch/jedi-0.18.2-pyhd8ed1ab_0.conda#b5e695ef9c3f0d27d6cd96bf5adc9e07\r\nhttps://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2#c8490ed5c70966d232fdd389d0dbed37\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2#243f63592c8e449f40cd42eb5cf32f40\r\nhttps://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2#b21613793fcc81d944c76c9f2864a7de\r\nhttps://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2#330448ce4403cc74990ac07c555942a1\r\nhttps://conda.anaconda.org/conda-forge/noarch/pip-23.1.2-pyhd8ed1ab_0.conda#7288da0d36821349cf1126e8670292df\r\nhttps://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2#dd999d1cc9f79e67dbb855c8924c7984\r\nhttps://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2#fed45fc5ea0813240707998abe49f520\r\nhttps://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.17.31-py39hd1e30aa_0.conda#bb9509b491be59807c5c935516b223f2\r\nhttps://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyh41d4057_0.conda#3788984d535770cad699efaeb6cb3037\r\nhttps://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2#7234c9eefff659501cd2fe0d2ede4d48\r\nhttps://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.6.3-hd8ed1ab_0.conda#3876f650ed7d0f95d70fa4b647621909\r\nhttps://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.3-pyhd8ed1ab_0.conda#ae465d0fbf9f1979cb2d8d4043d885e2\r\nhttps://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8\r\nhttps://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py39hb9d737c_3.tar.bz2#4df2495b3be6785029856ab326b949ea\r\nhttps://conda.anaconda.org/conda-forge/linux-64/cryptography-41.0.1-py39hd4f0224_0.conda#977858e1c3a33c7f3770c50691ce751b\r\nhttps://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.6.0-hd8ed1ab_0.conda#3cbc9615f10a3d471532b83e4250b971\r\nhttps://conda.anaconda.org/conda-forge/noarch/jsonschema-4.17.3-pyhd8ed1ab_0.conda#723268a468177cd44568eb8f794e0d80\r\nhttps://conda.anaconda.org/conda-forge/noarch/mako-1.2.4-pyhd8ed1ab_0.tar.bz2#0d072f0edc017b6318dbab701e053f94\r\nhttps://conda.anaconda.org/conda-forge/noarch/platformdirs-3.5.1-pyhd8ed1ab_0.conda#e2be672aece1f060adf7154f76531a35\r\nhttps://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda#a30144e4156cdbb236f99ebb49828f8b\r\nhttps://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.15-py39hd1e30aa_0.conda#62cb91b2ed1b8c72553b98a1f338ab3e\r\nhttps://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda#e7df0fdd404616638df5ece6e69ba7af\r\nhttps://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.6-pyhd8ed1ab_0.conda#078979d33523cb477bd1916ce41aacc9\r\nhttps://conda.anaconda.org/conda-forge/noarch/alembic-1.11.1-pyhd8ed1ab_0.conda#6a55e123397b42b79c48b31d1b7a91b8\r\nhttps://conda.anaconda.org/conda-forge/noarch/argon2-cffi-21.3.0-pyhd8ed1ab_0.tar.bz2#a0b402db58f73aaab8ee0ca1025a362e\r\nhttps://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.3.0-py39hf3d152e_0.conda#09aafa6fee56aab97695c6a70194f5e5\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.6.3-pyhd8ed1ab_0.conda#d98c5196ab6ffeb0c2feca2912801353\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyter_telemetry-0.1.0-pyhd8ed1ab_1.tar.bz2#bb9ebdb6d5aa2622484aff1faceee181\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-0.2.4-pyhd8ed1ab_0.conda#be5d4633c1cc40343ed417153a184006\r\nhttps://conda.anaconda.org/conda-forge/noarch/oauthlib-3.2.2-pyhd8ed1ab_0.tar.bz2#8f882b197fd9c4941a787926baea4868\r\nhttps://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.38-pyha770c72_0.conda#59ba1bf8ea558751a0d391249a248765\r\nhttps://conda.anaconda.org/conda-forge/noarch/pyopenssl-23.2.0-pyhd8ed1ab_1.conda#34f7d568bf59d18e3fef8c405cbece21\r\nhttps://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.8.2-pyhd8ed1ab_0.conda#5ee5ad3af20138020065985de57f0711\r\nhttps://conda.anaconda.org/conda-forge/noarch/certipy-0.1.3-py_0.tar.bz2#23486713ef5712923e7c57cae609b22e\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.2.0-pyhd8ed1ab_0.conda#58ca2d50c3b27b86fd7df62eaadbf9a9\r\nhttps://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.0-pyhd8ed1ab_0.conda#f525a01528c3eba1d381a232a6971c6a\r\nhttps://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.38-hd8ed1ab_0.conda#45b74f64d8808eda7e6f6e6b1d641fd2\r\nhttps://conda.anaconda.org/conda-forge/noarch/ipython-8.14.0-pyh41d4057_0.conda#0a0b0d8177c4a209017b356439292db8\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyterhub-base-3.1.1-pyh2a2186d_0.conda#78fc5dfd4577a7ba172fa65eb64b6afb\r\nhttps://conda.anaconda.org/conda-forge/noarch/nbclient-0.8.0-pyhd8ed1ab_0.conda#e78da91cf428faaf05701ce8cc8f2f9b\r\nhttps://conda.anaconda.org/conda-forge/noarch/ipykernel-6.23.1-pyh210e3f2_0.conda#4b57b688e22d094d1479a35543c18e93\r\nhttps://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.4.0-pyhd8ed1ab_0.conda#4456e6030a8309bdad57569b0170b6a3\r\nhttps://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.0.6-pyhd8ed1ab_0.conda#68627a08556e4a273e4c7bfc84251457\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyter_server-1.23.6-pyhd8ed1ab_0.conda#5016f7c6845a6efd270fcee63af9a2a0\r\nhttps://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.4.0-pyhd8ed1ab_0.conda#127c702e1b1eff595be82bc6a78cfce0\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyter-resource-usage-0.7.1-pyhd8ed1ab_0.conda#62ed54dc748d19d0cf056a3f90cc8f12\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.0-pyhd8ed1ab_0.conda#a12525b037a703d7f4512da737d700e6\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.22.1-pyhd8ed1ab_0.conda#fc7172a6742a7c3c4331ddd7ed463ffc\r\nhttps://conda.anaconda.org/conda-forge/noarch/nbconvert-7.4.0-pyhd8ed1ab_0.conda#a86727968b41c20dd3d73b91632e77dc\r\nhttps://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda#67e0fe74c156267d9159e9133df7fd37\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-0.8.0-pyhd8ed1ab_0.conda#780280d42fbcb2eaf654a6ba7a3e5bb5\r\nhttps://conda.anaconda.org/conda-forge/noarch/nbclassic-1.0.0-pyhb4ecaf3_1.conda#a0be31e9bd84d6eae87cdbf74c56b90b\r\nhttps://conda.anaconda.org/conda-forge/noarch/notebook-6.5.4-pyha770c72_0.conda#ec4ce3ce0a55ce21b6f5b86049b97af9\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyter-offlinenotebook-0.2.2-pyh1d7be83_0.tar.bz2#fe55056ce4bc4bd4953ba440270735fb\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyterlab-3.6.4-pyhd8ed1ab_0.conda#e66d4a6e36fcc92fe266932bf85fd35a\r\nhttps://conda.anaconda.org/conda-forge/noarch/jupyterhub-singleuser-3.1.1-pyh2a2186d_0.conda#6d0a3394efe9ff7c0ad1ed03a6ca3720\r\n+ /srv/conda/bin/mamba create -p /srv/conda/envs/notebook --file /tmp/env/environment.lock\r\n\r\nDownloading and Extracting Packages\r\n                                         \r\n                                         \r\nDownloading and Extracting Packages      \r\n                                         \r\nPreparing transaction: ...working... done\r\nVerifying transaction: ...working... done\r\nExecuting transaction: ...working... done\r\ntime: 27.156                             \r\n+ [[ ! -z '' ]]                          \r\n+ echo ''                                \r\n+ [[ ! -z '' ]]                          \r\n+ /srv/conda/bin/mamba clean --all -f -y \r\nWill remove 1 package cache(s).          \r\ntime: 0.865                              \r\n+ rm -rf /root/.cache                    \r\n+ chown -R raniere:raniere /srv/conda    \r\n+ /srv/conda/bin/mamba list -p /srv/conda/envs/notebook\r\n# packages in environment at /srv/conda/envs/notebook:\r\n#                                        \r\n# Name                    Version                   Build  Channel\r\n_libgcc_mutex             0.1                 conda_forge    conda-forge\r\n_openmp_mutex             4.5                       2_gnu    conda-forge\r\naiofiles                  22.1.0             pyhd8ed1ab_0    conda-forge\r\naiosqlite                 0.19.0             pyhd8ed1ab_0    conda-forge\r\nalembic                   1.11.1             pyhd8ed1ab_0    conda-forge\r\nanyio                     3.7.0              pyhd8ed1ab_1    conda-forge\r\nargon2-cffi               21.3.0             pyhd8ed1ab_0    conda-forge\r\nargon2-cffi-bindings      21.2.0           py39hb9d737c_3    conda-forge\r\nasttokens                 2.2.1              pyhd8ed1ab_0    conda-forge\r\nasync_generator           1.10                       py_0    conda-forge\r\nattrs                     23.1.0             pyh71513ae_1    conda-forge\r\nbabel                     2.12.1             pyhd8ed1ab_1    conda-forge\r\nbackcall                  0.2.0              pyh9f0ad1d_0    conda-forge\r\nbackports                 1.0                pyhd8ed1ab_3    conda-forge\r\nbackports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge\r\nbeautifulsoup4            4.12.2             pyha770c72_0    conda-forge\r\nbleach                    6.0.0              pyhd8ed1ab_0    conda-forge\r\nblinker                   1.6.2              pyhd8ed1ab_0    conda-forge\r\nbrotli                    1.0.9                h166bdaf_8    conda-forge\r\nbrotli-bin                1.0.9                h166bdaf_8    conda-forge\r\nbzip2                     1.0.8                h7f98852_4    conda-forge\r\nca-certificates           2023.5.7             hbcca054_0    conda-forge\r\ncertifi                   2023.5.7           pyhd8ed1ab_0    conda-forge\r\ncertipy                   0.1.3                      py_0    conda-forge\r\ncffi                      1.15.1           py39he91dace_3    conda-forge\r\ncharset-normalizer        3.1.0              pyhd8ed1ab_0    conda-forge\r\ncomm                      0.1.3              pyhd8ed1ab_0    conda-forge\r\ncryptography              41.0.1           py39hd4f0224_0    conda-forge\r\ndebugpy                   1.6.7            py39h227be39_0    conda-forge\r\ndecorator                 5.1.1              pyhd8ed1ab_0    conda-forge\r\ndefusedxml                0.7.1              pyhd8ed1ab_0    conda-forge\r\nentrypoints               0.4                pyhd8ed1ab_0    conda-forge\r\nexceptiongroup            1.1.1              pyhd8ed1ab_0    conda-forge\r\nexecuting                 1.2.0              pyhd8ed1ab_0    conda-forge\r\nflit-core                 3.9.0              pyhd8ed1ab_0    conda-forge\r\ngreenlet                  2.0.2            py39h3d6467e_1    conda-forge\r\nicu                       72.1                 hcb278e6_0    conda-forge\r\nidna                      3.4                pyhd8ed1ab_0    conda-forge\r\nimportlib-metadata        6.6.0              pyha770c72_0    conda-forge\r\nimportlib_metadata        6.6.0                hd8ed1ab_0    conda-forge\r\nimportlib_resources       5.12.0             pyhd8ed1ab_0    conda-forge\r\nipykernel                 6.23.1             pyh210e3f2_0    conda-forge\r\nipython                   8.14.0             pyh41d4057_0    conda-forge\r\nipython_genutils          0.2.0                      py_1    conda-forge\r\nipywidgets                8.0.6              pyhd8ed1ab_0    conda-forge\r\njedi                      0.18.2             pyhd8ed1ab_0    conda-forge\r\njinja2                    3.1.2              pyhd8ed1ab_1    conda-forge\r\njson5                     0.9.5              pyh9f0ad1d_0    conda-forge\r\njsonschema                4.17.3             pyhd8ed1ab_0    conda-forge\r\njupyter-offlinenotebook   0.2.2              pyh1d7be83_0    conda-forge\r\njupyter-resource-usage    0.7.1              pyhd8ed1ab_0    conda-forge\r\njupyter_client            8.2.0              pyhd8ed1ab_0    conda-forge\r\njupyter_core              5.3.0            py39hf3d152e_0    conda-forge\r\njupyter_events            0.6.3              pyhd8ed1ab_0    conda-forge\r\njupyter_server            1.23.6             pyhd8ed1ab_0    conda-forge\r\njupyter_server_fileid     0.9.0              pyhd8ed1ab_0    conda-forge\r\njupyter_server_ydoc       0.8.0              pyhd8ed1ab_0    conda-forge\r\njupyter_telemetry         0.1.0              pyhd8ed1ab_1    conda-forge\r\njupyter_ydoc              0.2.4              pyhd8ed1ab_0    conda-forge\r\njupyterhub-base           3.1.1              pyh2a2186d_0    conda-forge\r\njupyterhub-singleuser     3.1.1              pyh2a2186d_0    conda-forge\r\njupyterlab                3.6.4              pyhd8ed1ab_0    conda-forge\r\njupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge\r\njupyterlab_server         2.22.1             pyhd8ed1ab_0    conda-forge\r\njupyterlab_widgets        3.0.7              pyhd8ed1ab_1    conda-forge\r\nld_impl_linux-64          2.40                 h41732ed_0    conda-forge\r\nlibbrotlicommon           1.0.9                h166bdaf_8    conda-forge\r\nlibbrotlidec              1.0.9                h166bdaf_8    conda-forge\r\nlibbrotlienc              1.0.9                h166bdaf_8    conda-forge\r\nlibffi                    3.4.2                h7f98852_5    conda-forge\r\nlibgcc-ng                 13.1.0               he5830b7_0    conda-forge\r\nlibgomp                   13.1.0               he5830b7_0    conda-forge\r\nlibnsl                    2.0.0                h7f98852_0    conda-forge\r\nlibsodium                 1.0.18               h36c2ea0_1    conda-forge\r\nlibsqlite                 3.42.0               h2797004_0    conda-forge\r\nlibstdcxx-ng              13.1.0               hfd8a6a1_0    conda-forge\r\nlibuuid                   2.38.1               h0b41bf4_0    conda-forge\r\nlibuv                     1.44.2               h166bdaf_0    conda-forge\r\nlibzlib                   1.2.13               h166bdaf_4    conda-forge\r\nmako                      1.2.4              pyhd8ed1ab_0    conda-forge\r\nmarkupsafe                2.1.3            py39hd1e30aa_0    conda-forge\r\nmatplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge\r\nmistune                   2.0.5              pyhd8ed1ab_0    conda-forge\r\nnbclassic                 1.0.0              pyhb4ecaf3_1    conda-forge\r\nnbclient                  0.8.0              pyhd8ed1ab_0    conda-forge\r\nnbconvert                 7.4.0              pyhd8ed1ab_0    conda-forge\r\nnbconvert-core            7.4.0              pyhd8ed1ab_0    conda-forge\r\nnbconvert-pandoc          7.4.0              pyhd8ed1ab_0    conda-forge\r\nnbformat                  5.9.0              pyhd8ed1ab_0    conda-forge\r\nncurses                   6.4                  hcb278e6_0    conda-forge\r\nnest-asyncio              1.5.6              pyhd8ed1ab_0    conda-forge\r\nnodejs                    18.15.0              h4abf6b9_1    conda-forge\r\nnotebook                  6.5.4              pyha770c72_0    conda-forge\r\nnotebook-shim             0.2.3              pyhd8ed1ab_0    conda-forge\r\noauthlib                  3.2.2              pyhd8ed1ab_0    conda-forge\r\nopenssl                   3.1.1                hd590300_1    conda-forge\r\npackaging                 23.1               pyhd8ed1ab_0    conda-forge\r\npamela                    1.0.0                      py_0    conda-forge\r\npandoc                    2.19.2               h32600fe_2    conda-forge\r\npandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge\r\nparso                     0.8.3              pyhd8ed1ab_0    conda-forge\r\npexpect                   4.8.0              pyh1a96a4e_2    conda-forge\r\npickleshare               0.7.5                   py_1003    conda-forge\r\npip                       23.1.2             pyhd8ed1ab_0    conda-forge\r\npkgutil-resolve-name      1.3.10             pyhd8ed1ab_0    conda-forge\r\nplatformdirs              3.5.1              pyhd8ed1ab_0    conda-forge\r\nprometheus_client         0.17.0             pyhd8ed1ab_0    conda-forge\r\nprompt-toolkit            3.0.38             pyha770c72_0    conda-forge\r\nprompt_toolkit            3.0.38               hd8ed1ab_0    conda-forge\r\npsutil                    5.9.5            py39h72bdee0_0    conda-forge\r\nptyprocess                0.7.0              pyhd3deb0d_0    conda-forge\r\npure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge\r\npycparser                 2.21               pyhd8ed1ab_0    conda-forge\r\npygments                  2.15.1             pyhd8ed1ab_0    conda-forge\r\npyjwt                     2.7.0              pyhd8ed1ab_0    conda-forge\r\npyopenssl                 23.2.0             pyhd8ed1ab_1    conda-forge\r\npyrsistent                0.19.3           py39h72bdee0_0    conda-forge\r\npysocks                   1.7.1              pyha2e5f31_6    conda-forge\r\npython                    3.9.16          h2782a2a_0_cpython    conda-forge\r\npython-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge\r\npython-fastjsonschema     2.17.1             pyhd8ed1ab_0    conda-forge\r\npython-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge\r\npython_abi                3.9                      3_cp39    conda-forge\r\npytz                      2023.3             pyhd8ed1ab_0    conda-forge\r\npyyaml                    6.0              py39hb9d737c_5    conda-forge\r\npyzmq                     25.1.0           py39hb257651_0    conda-forge\r\nreadline                  8.2                  h8228510_1    conda-forge\r\nrequests                  2.31.0             pyhd8ed1ab_0    conda-forge\r\nrfc3339-validator         0.1.4              pyhd8ed1ab_0    conda-forge\r\nrfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge\r\nruamel.yaml               0.17.31          py39hd1e30aa_0    conda-forge\r\nruamel.yaml.clib          0.2.7            py39h72bdee0_1    conda-forge\r\nsend2trash                1.8.2              pyh41d4057_0    conda-forge\r\nsetuptools                67.7.2             pyhd8ed1ab_0    conda-forge\r\nsix                       1.16.0             pyh6c4a22f_0    conda-forge\r\nsniffio                   1.3.0              pyhd8ed1ab_0    conda-forge\r\nsoupsieve                 2.3.2.post1        pyhd8ed1ab_0    conda-forge\r\nsqlalchemy                2.0.15           py39hd1e30aa_0    conda-forge\r\nstack_data                0.6.2              pyhd8ed1ab_0    conda-forge\r\nterminado                 0.17.1             pyh41d4057_0    conda-forge\r\ntinycss2                  1.2.1              pyhd8ed1ab_0    conda-forge\r\ntk                        8.6.12               h27826a3_0    conda-forge\r\ntomli                     2.0.1              pyhd8ed1ab_0    conda-forge\r\ntornado                   6.3.2            py39hd1e30aa_0    conda-forge\r\ntraitlets                 5.9.0              pyhd8ed1ab_0    conda-forge\r\ntyping-extensions         4.6.3                hd8ed1ab_0    conda-forge\r\ntyping_extensions         4.6.3              pyha770c72_0    conda-forge\r\ntzdata                    2023c                h71feb2d_0    conda-forge\r\nurllib3                   2.0.3              pyhd8ed1ab_0    conda-forge\r\nwcwidth                   0.2.6              pyhd8ed1ab_0    conda-forge\r\nwebencodings              0.5.1                      py_1    conda-forge\r\nwebsocket-client          1.5.2              pyhd8ed1ab_0    conda-forge\r\nwheel                     0.40.0             pyhd8ed1ab_0    conda-forge\r\nwidgetsnbextension        4.0.7              pyhd8ed1ab_0    conda-forge\r\nxz                        5.2.6                h166bdaf_0    conda-forge\r\ny-py                      0.5.9            py39h50f1755_0    conda-forge\r\nyaml                      0.2.5                h7f98852_2    conda-forge\r\nypy-websocket             0.8.2              pyhd8ed1ab_0    conda-forge\r\nzeromq                    4.3.4                h9c3ff4c_1    conda-forge\r\nzipp                      3.15.0             pyhd8ed1ab_0    conda-forge\r\nzlib                      1.2.13               h166bdaf_4    conda-forge\r\n+ /srv/conda/envs/notebook/bin/npm config --global set prefix /srv/npm\r\ntime: 79.435\r\nRemoving intermediate container 8d3c560fb8d0\r\n ---\u003e f23b34b6485c\r\nStep 28/50 : RUN mkdir -p ${NPM_DIR} \u0026\u0026 chown -R ${NB_USER}:${NB_USER} ${NPM_DIR}\r\n ---\u003e Running in af5813cfbc34\r\nRemoving intermediate container af5813cfbc34\r\n ---\u003e b6c3e23e1634\r\nStep 29/50 : USER root\r\n ---\u003e Running in e5e9986667a1\r\nRemoving intermediate container e5e9986667a1\r\n ---\u003e 77742735248e\r\nStep 30/50 : ARG REPO_DIR=${HOME}\r\n ---\u003e Running in 82ddbd060488\r\nRemoving intermediate container 82ddbd060488\r\n ---\u003e 674b4209c898\r\nStep 31/50 : ENV REPO_DIR=${REPO_DIR}\r\n ---\u003e Running in 9174da8d6c97\r\nRemoving intermediate container 9174da8d6c97\r\n ---\u003e ff963648db7f\r\nStep 32/50 : RUN if [ ! -d \"${REPO_DIR}\" ]; then         /usr/bin/install -o ${NB_USER} -g ${NB_USER} -d \"${REPO_DIR}\";     fi\r\n ---\u003e Running in f195f53f5e39\r\nRemoving intermediate container f195f53f5e39\r\n ---\u003e cf6a8f7eee31\r\nStep 33/50 : WORKDIR ${REPO_DIR}\r\n ---\u003e Running in b637909df120\r\nRemoving intermediate container b637909df120\r\n ---\u003e f3b216f9e264\r\nStep 34/50 : RUN chown ${NB_USER}:${NB_USER} ${REPO_DIR}\r\n ---\u003e Running in 749d8913d0a6\r\nRemoving intermediate container 749d8913d0a6\r\n ---\u003e b80eab028111\r\nStep 35/50 : ENV PATH=${HOME}/.local/bin:${REPO_DIR}/.local/bin:${PATH}\r\n ---\u003e Running in 983d133a9f40\r\nRemoving intermediate container 983d133a9f40\r\n ---\u003e 078ff1899e5a\r\nStep 36/50 : ENV CONDA_DEFAULT_ENV=${KERNEL_PYTHON_PREFIX}\r\n ---\u003e Running in 385bb9b48930\r\nRemoving intermediate container 385bb9b48930\r\n ---\u003e a6102951fd26\r\nStep 37/50 : COPY --chown=1000:1000 src/binder/environment.yml ${REPO_DIR}/binder/environment.yml\r\n ---\u003e c41beaf952eb\r\nStep 38/50 : USER ${NB_USER}\r\n ---\u003e Running in ac5ecb72dc4a\r\nRemoving intermediate container ac5ecb72dc4a\r\n ---\u003e 369b6bbab764\r\nStep 39/50 : RUN TIMEFORMAT='time: %3R' bash -c 'time ${MAMBA_EXE} env update -p ${NB_PYTHON_PREFIX} --file \"binder/environment.yml\" \u0026\u0026 time ${MAMBA_EXE} clean --all -f -y \u0026\u0026 ${MAMBA_EXE} list -p ${NB_PYTHON_PREFIX} '\r\n ---\u003e Running in bcd61d64578c\r\n\r\n\r\nLooking for: ['beautifulsoup4=4.11.1', 'emoji=2.2.0', 'factor-analyzer=0.4.1', 'feedparser=6.0.8', 'gensim=4.1.2', 'ipywidgets=7.6.5', 'matplotlib=3.5.2', 'networkx=2.8.4', 'nltk=3.7', 'numpy=1.21.5', 'openpyxl=3.0.10', 'pandas=1.4.4', 'pip=22.2.2', 'powerlaw=1.4.6', 'pygraphviz=1.9', 'pyldavis=3.4.1', 'python=3.9.13', 'requests=2.28.1', 'scikit-learn=1.0.2', 'scipy=1.9.1', 'seaborn=0.11.2', 'selenium=3.9.0', 'spacy=3.5.3', 'sqlalchemy=1.4.39', 'statsmodels=0.13.2', 'textacy=0.11.0', 'wikipedia=1.4.0', 'xlsxwriter=3.0.3']\r\n\r\n\r\nCould not solve for environment specs\r\nThe following packages are incompatible\r\n├─ python 3.9.13**  is installable with the potential options\r\n│  ├─ python 3.9.13, which can be installed;\r\n│  └─ python 3.9.13 would require\r\n│     └─ python_abi 3.9.* *_cp39, which can be installed;\r\n├─ selenium 3.9.0**  is installable with the potential options\r\n│  ├─ selenium 3.9.0 would require\r\n│  │  └─ python_abi * *_cp27mu, which can be installed;\r\n│  ├─ selenium 3.9.0 would require\r\n│  │  └─ python \u003e=2.7,\u003c2.8.0a0 , which conflicts with any installable versions previously reported;\r\n│  ├─ selenium 3.9.0 would require\r\n│  │  └─ python \u003e=3.5,\u003c3.6.0a0 , which conflicts with any installable versions previously reported;\r\n│  ├─ selenium 3.9.0 would require\r\n│  │  └─ python \u003e=3.6,\u003c3.7.0a0 , which conflicts with any installable versions previously reported;\r\n│  ├─ selenium 3.9.0 would require\r\n│  │  └─ python_abi * *_cp35m, which can be installed;\r\n│  └─ selenium 3.9.0 would require\r\n│     └─ python_abi * *_cp36m, which can be installed;\r\n└─ textacy 0.11.0**  is uninstallable because there are no viable options\r\n   ├─ textacy 0.11.0 would require\r\n   │  ├─ python \u003e=3.10,\u003c3.11.0a0 , which conflicts with any installable versions previously reported;\r\n   │  └─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported;\r\n   ├─ textacy 0.11.0 would require\r\n   │  └─ python_abi 3.7.* *_cp37m, which conflicts with any installable versions previously reported;\r\n   ├─ textacy 0.11.0 would require\r\n   │  └─ python_abi 3.8.* *_cp38, which conflicts with any installable versions previously reported;\r\n   └─ textacy 0.11.0 would require\r\n      └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported.\r\ntime: 41.387\r\nRemoving intermediate container bcd61d64578c\r\nThe command '/bin/sh -c TIMEFORMAT='time: %3R' bash -c 'time ${MAMBA_EXE} env update -p ${NB_PYTHON_PREFIX} --file \"binder/environment.yml\" \u0026\u0026 time ${MAMBA_EXE} clean --all -f -y \u0026\u0026 ${MAMBA_EXE} list -p ${NB_PYTHON_PREFIX} '' returned a non-zero code: 1\r\n```\r\n\r\n# Environmnet\r\n\r\n```\r\n$ repo2docker --version\r\n2023.06.0\r\n```","author":{"url":"https://github.com/rgaiacs","@type":"Person","name":"rgaiacs"},"datePublished":"2023-08-21T09:48:56.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/2/css_methods_python/issues/2"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:36c14865-5a86-4f3f-5085-22e8f57a2363
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDA88:1A3A28:BD2009A:F532C65:69768FC1
html-safe-nonce16623c93d88fcf8b5dfb341e840532dba37afd65d99a7bfcc1b608b07d91cda8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQTg4OjFBM0EyODpCRDIwMDlBOkY1MzJDNjU6Njk3NjhGQzEiLCJ2aXNpdG9yX2lkIjoiNDk2NjMwNDk3NTg5NzU5OTM3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac1efe6f71b9ba0fd03ade64d5506114798b2daf81572b81f726d6f52acea4879b
hovercard-subject-tagissue:1859010155
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/gesiscss/css_methods_python/2/issue_layout
twitter:imagehttps://opengraph.githubassets.com/83a8374f561df61ee46e09a406fb97b74752201eb4ce24035dc01dea099296d2/gesiscss/css_methods_python/issues/2
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/83a8374f561df61ee46e09a406fb97b74752201eb4ce24035dc01dea099296d2/gesiscss/css_methods_python/issues/2
og:image:altFull Log $ repo2docker https://github.com/gesiscss/css_methods_python Picked Git content provider. Cloning into '/tmp/repo2dockerkc1czxpd'... remote: Enumerating objects: 176, done. remote: Countin...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamergaiacs
hostnamegithub.com
expected-hostnamegithub.com
None032152924a283b83384255d9489e7b93b54ba01da8d380b05ecd3953b3212411
turbo-cache-controlno-preview
go-importgithub.com/gesiscss/css_methods_python git https://github.com/gesiscss/css_methods_python.git
octolytics-dimension-user_id7595082
octolytics-dimension-user_logingesiscss
octolytics-dimension-repository_id483703345
octolytics-dimension-repository_nwogesiscss/css_methods_python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id483703345
octolytics-dimension-repository_network_root_nwogesiscss/css_methods_python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5b577f6be6482e336e3c30e8daefa30144947b17
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/gesiscss/css_methods_python/issues/2#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgesiscss%2Fcss_methods_python%2Fissues%2F2
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgesiscss%2Fcss_methods_python%2Fissues%2F2
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=gesiscss%2Fcss_methods_python
Reloadhttps://patch-diff.githubusercontent.com/gesiscss/css_methods_python/issues/2
Reloadhttps://patch-diff.githubusercontent.com/gesiscss/css_methods_python/issues/2
Reloadhttps://patch-diff.githubusercontent.com/gesiscss/css_methods_python/issues/2
gesiscss https://patch-diff.githubusercontent.com/gesiscss
css_methods_pythonhttps://patch-diff.githubusercontent.com/gesiscss/css_methods_python
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fgesiscss%2Fcss_methods_python
Fork 17 https://patch-diff.githubusercontent.com/login?return_to=%2Fgesiscss%2Fcss_methods_python
Star 78 https://patch-diff.githubusercontent.com/login?return_to=%2Fgesiscss%2Fcss_methods_python
Code https://patch-diff.githubusercontent.com/gesiscss/css_methods_python
Issues 1 https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/issues
Pull requests 0 https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/pulls
Actions https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/actions
Projects 0 https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/projects
Security 0 https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/security
Insights https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/pulse
Code https://patch-diff.githubusercontent.com/gesiscss/css_methods_python
Issues https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/issues
Pull requests https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/pulls
Actions https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/actions
Projects https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/projects
Security https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/security
Insights https://patch-diff.githubusercontent.com/gesiscss/css_methods_python/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/gesiscss/css_methods_python/issues/2
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/gesiscss/css_methods_python/issues/2
repo2docker fail due Could not solve for environment specshttps://patch-diff.githubusercontent.com/gesiscss/css_methods_python/issues/2#top
https://github.com/rgaiacs
https://github.com/rgaiacs
rgaiacshttps://github.com/rgaiacs
on Aug 21, 2023https://github.com/gesiscss/css_methods_python/issues/2#issue-1859010155
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.