cd layers && make make[1]: Entering directory '/src/layers' make[2]: Entering directory '/src/layers/layer5_python3_extratools' if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_extratools" "python3_extratools" /etc/buildimage_hash: 47affeb00baf8d6810720fdae1464f95 /src/adm/root.mk md5sum hash: 60cc5eb8c99c382151d4bd39e7105f9a core@mfext layer (dependency) hash (from cache): 80a124a1e4baa3518c62abb072248463 nodejs@mfext layer (dependency) hash (from cache): 7587604eb6bfba21b9e905b7feb961f6 python3@mfext layer (dependency) hash (from cache): 25b7d614a9f98fd9345cdb1e19d749d1 python3_core@mfext layer (dependency) hash (from cache): 9bc7306b3e1aa50f2b2704be072471d9 root@mfext layer (dependency) hash (from cache): 1e9027bb9dd463abf8d46d0bf712abd1 source hash: fc38eb6dc49b9ba04cfdacf3137f4a70 cache missed (/buildcache/mfext_cache_layer_python3_extratools_7840e76bd6147766645c6cc3a139d365.tar) if ! test -f cache/hit; then \ for SUBDIR in 0001_system_libraries 0500_extra_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_extratools ; \ fi make[3]: Entering directory '/src/layers/layer5_python3_extratools/0001_system_libraries' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,nodejs@mfext,python3_extratools@mfext -- scl enable gcc-toolset-11 -- make -f Makefile.mk all for lib in /lib64/liblttng-ust.so.0 /lib64/liblttng-ust.so.0.0.0 /lib64/liblttng-ust-tracepoint.so.0 /lib64/liblttng-ust-tracepoint.so.0.0.0 /lib64/liburcu-bp.so.6 /lib64/liburcu-bp.so.6.0.0 /lib64/liburcu-cds.so.6 /lib64/liburcu-cds.so.6.0.0 /lib64/liburcu-common.so.6 /lib64/liburcu-common.so.6.0.0; do cp -r $lib /opt/metwork-mfext-master/opt/python3_extratools/lib; done make[3]: Leaving directory '/src/layers/layer5_python3_extratools/0001_system_libraries' make[3]: Entering directory '/src/layers/layer5_python3_extratools/0500_extra_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,nodejs@mfext,python3_extratools@mfext -- scl enable gcc-toolset-11 -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer458[/src/layers/layer5_python3_extratools/0500_extra_packages/tempolayer458] Collecting argon2-cffi==23.1.0 (from -r requirements3.txt (line 1)) Downloading argon2_cffi-23.1.0.tar.gz (42 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting argon2-cffi-bindings==21.2.0 (from -r requirements3.txt (line 2)) Downloading argon2-cffi-bindings-21.2.0.tar.gz (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 94.8 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting asgiref==3.8.1 (from -r requirements3.txt (line 3)) Downloading asgiref-3.8.1.tar.gz (35 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting Aspose.Slides==26.5.0 (from -r requirements3.txt (line 4)) Downloading aspose_slides-26.5.0-py3-none-manylinux1_x86_64.whl.metadata (8.1 kB) Collecting async-lru==2.0.5 (from -r requirements3.txt (line 5)) Downloading async_lru-2.0.5.tar.gz (10 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting bleach==6.4.0 (from -r requirements3.txt (line 6)) Downloading bleach-6.4.0.tar.gz (204 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cairocffi==1.7.1 (from -r requirements3.txt (line 7)) Downloading cairocffi-1.7.1.tar.gz (88 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cairosvg==2.9.0 (from -r requirements3.txt (line 8)) Downloading cairosvg-2.9.0.tar.gz (40 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting comm==0.2.2 (from -r requirements3.txt (line 9)) Downloading comm-0.2.2.tar.gz (6.2 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cssselect2==0.9.0 (from -r requirements3.txt (line 10)) Downloading cssselect2-0.9.0.tar.gz (35 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting datagouv_client==0.5.0 (from -r requirements3.txt (line 11)) Downloading datagouv_client-0.5.0-py3-none-any.whl.metadata (14 kB) Collecting debugpy==1.8.14 (from -r requirements3.txt (line 12)) Downloading debugpy-1.8.14.tar.gz (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 138.9 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting docstring-to-markdown==0.17 (from -r requirements3.txt (line 13)) Downloading docstring_to_markdown-0.17.tar.gz (32 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting download==0.3.5 (from -r requirements3.txt (line 14)) Downloading download-0.3.5.tar.gz (8.0 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting et-xmlfile==2.0.0 (from -r requirements3.txt (line 15)) Downloading et_xmlfile-2.0.0.tar.gz (17 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting faicons==0.2.2 (from -r requirements3.txt (line 16)) Downloading faicons-0.2.2.tar.gz (604 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 604.4/604.4 kB 82.4 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting fastjsonschema==2.21.1 (from -r requirements3.txt (line 17)) Downloading fastjsonschema-2.21.1.tar.gz (373 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting fqdn==1.5.1 (from -r requirements3.txt (line 18)) Downloading fqdn-1.5.1.tar.gz (6.0 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting freetype_py==2.5.1 (from -r requirements3.txt (line 19)) Downloading freetype-py-2.5.1.zip (851 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 851.7/851.7 kB 110.5 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting htmltools==0.7.0 (from -r requirements3.txt (line 20)) Downloading htmltools-0.7.0.tar.gz (105 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ipykernel==6.29.5 (from -r requirements3.txt (line 21)) Downloading ipykernel-6.29.5.tar.gz (163 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ipython-genutils==0.2.0 (from -r requirements3.txt (line 22)) Downloading ipython_genutils-0.2.0.tar.gz (22 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ipywidgets==8.1.7 (from -r requirements3.txt (line 23)) Downloading ipywidgets-8.1.7.tar.gz (116 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting isoduration==20.11.0 (from -r requirements3.txt (line 24)) Downloading isoduration-20.11.0.tar.gz (11 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jh2==5.0.13 (from -r requirements3.txt (line 25)) Downloading jh2-5.0.13.tar.gz (7.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/7.3 MB 157.9 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonpointer==3.0.0 (from -r requirements3.txt (line 26)) Downloading jsonpointer-3.0.0.tar.gz (9.1 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting json5==0.12.0 (from -r requirements3.txt (line 27)) Downloading json5-0.12.0.tar.gz (51 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyter==1.1.1 (from -r requirements3.txt (line 28)) Downloading jupyter-1.1.1.tar.gz (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 144.1 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyter-client==8.6.3 (from -r requirements3.txt (line 29)) Downloading jupyter_client-8.6.3.tar.gz (342 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyter-console==6.6.3 (from -r requirements3.txt (line 30)) Downloading jupyter_console-6.6.3.tar.gz (34 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyter-core==5.7.2 (from -r requirements3.txt (line 31)) Downloading jupyter_core-5.7.2.tar.gz (87 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyter-events==0.12.0 (from -r requirements3.txt (line 32)) Downloading jupyter_events-0.12.0.tar.gz (62 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyter-lsp==2.2.5 (from -r requirements3.txt (line 33)) Downloading jupyter-lsp-2.2.5.tar.gz (48 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyter-server==2.20.0 (from -r requirements3.txt (line 34)) Downloading jupyter_server-2.20.0.tar.gz (756 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.5/756.5 kB 105.8 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyter-server-proxy==4.4.0 (from -r requirements3.txt (line 35)) Downloading jupyter_server_proxy-4.4.0.tar.gz (136 kB) Installing build dependencies: started Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyter-server-terminals==0.5.3 (from -r requirements3.txt (line 36)) Downloading jupyter_server_terminals-0.5.3.tar.gz (31 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyterlab==4.5.10 (from -r requirements3.txt (line 37)) Downloading jupyterlab-4.5.10.tar.gz (24.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.0/24.0 MB 70.4 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyterlab-pygments==0.3.0 (from -r requirements3.txt (line 38)) Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB) Collecting jupyterlab-server==2.28.0 (from -r requirements3.txt (line 39)) Using cached jupyterlab_server-2.28.0-py3-none-any.whl Collecting jupyterlab_widgets==3.0.15 (from -r requirements3.txt (line 40)) Downloading jupyterlab_widgets-3.0.15.tar.gz (213 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting linkify-it-py==2.0.3 (from -r requirements3.txt (line 41)) Downloading linkify-it-py-2.0.3.tar.gz (27 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mdit-py-plugins==0.4.2 (from -r requirements3.txt (line 42)) Downloading mdit_py_plugins-0.4.2.tar.gz (43 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mistune==3.3.3 (from -r requirements3.txt (line 43)) Downloading mistune-3.3.3.tar.gz (115 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting nbclassic==1.3.1 (from -r requirements3.txt (line 44)) Downloading nbclassic-1.3.1.tar.gz (81.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.5/81.5 MB 47.7 MB/s 0:00:01 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting nbclient==0.10.2 (from -r requirements3.txt (line 45)) Downloading nbclient-0.10.2.tar.gz (62 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting nbconvert==7.17.1 (from -r requirements3.txt (line 46)) Using cached nbconvert-7.17.1-py3-none-any.whl Collecting nbformat==5.10.4 (from -r requirements3.txt (line 47)) Downloading nbformat-5.10.4.tar.gz (142 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting nest-asyncio==1.6.0 (from -r requirements3.txt (line 48)) Downloading nest_asyncio-1.6.0.tar.gz (7.4 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting niquests==3.21.0 (from -r requirements3.txt (line 49)) Downloading niquests-3.21.0.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 89.4 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting notebook==7.5.6 (from -r requirements3.txt (line 50)) Downloading notebook-7.5.6.tar.gz (14.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.2/14.2 MB 124.6 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting notebook-shim==0.2.4 (from -r requirements3.txt (line 51)) Using cached notebook_shim-0.2.4-py3-none-any.whl Collecting odswriter==0.4.0 (from -r requirements3.txt (line 52)) Downloading odswriter-0.4.0.tar.gz (5.9 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting openpyxl==3.1.5 (from -r requirements3.txt (line 53)) Downloading openpyxl-3.1.5.tar.gz (186 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting opentelemetry_api==1.42.1 (from -r requirements3.txt (line 54)) Downloading opentelemetry_api-1.42.1.tar.gz (72 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting overrides==7.7.0 (from -r requirements3.txt (line 55)) Downloading overrides-7.7.0.tar.gz (22 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pandocfilters==1.5.1 (from -r requirements3.txt (line 56)) Using cached pandocfilters-1.5.1-py2.py3-none-any.whl Collecting prometheus-client==0.21.1 (from -r requirements3.txt (line 57)) Downloading prometheus_client-0.21.1.tar.gz (78 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pycairo==1.29.0 (from -r requirements3.txt (line 58)) Downloading pycairo-1.29.0.tar.gz (665 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 665.9/665.9 kB 62.8 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pypdf==6.15.0 (from -r requirements3.txt (line 59)) Downloading pypdf-6.15.0.tar.gz (7.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 146.3 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-json-logger==3.3.0 (from -r requirements3.txt (line 60)) Downloading python_json_logger-3.3.0.tar.gz (16 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-lsp-jsonrpc==1.1.2 (from -r requirements3.txt (line 61)) Downloading python-lsp-jsonrpc-1.1.2.tar.gz (15 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-lsp-server==1.12.2 (from -r requirements3.txt (line 62)) Downloading python_lsp_server-1.12.2.tar.gz (115 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-multipart==0.0.31 (from -r requirements3.txt (line 63)) Downloading python_multipart-0.0.31.tar.gz (46 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-pptx==1.0.2 (from -r requirements3.txt (line 64)) Downloading python_pptx-1.0.2.tar.gz (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 63.0 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyxml2pdf==0.3.5 (from -r requirements3.txt (line 65)) Downloading pyxml2pdf-0.3.5.tar.gz (391 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyzmq==26.4.0 (from -r requirements3.txt (line 66)) Downloading pyzmq-26.4.0.tar.gz (278 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting qh3==1.9.4 (from -r requirements3.txt (line 67)) Downloading qh3-1.9.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.1 kB) Collecting reportlab==4.4.10 (from -r requirements3.txt (line 68)) Downloading reportlab-4.4.10.tar.gz (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 175.4 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting rlpycairo==0.4.0 (from -r requirements3.txt (line 69)) Downloading rlpycairo-0.4.0.tar.gz (7.7 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting questionary==2.1.1 (from -r requirements3.txt (line 70)) Downloading questionary-2.1.1.tar.gz (25 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting rfc3339-validator==0.1.4 (from -r requirements3.txt (line 71)) Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl Collecting rfc3986-validator==0.1.1 (from -r requirements3.txt (line 72)) Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl Collecting Send2Trash==1.8.3 (from -r requirements3.txt (line 73)) Downloading Send2Trash-1.8.3.tar.gz (17 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting shiny==1.6.3 (from -r requirements3.txt (line 74)) Downloading shiny-1.6.3.tar.gz (5.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 21.5 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting shinychat==0.4.0 (from -r requirements3.txt (line 75)) Downloading shinychat-0.4.0.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 8.6 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting simpervisor==1.0.0 (from -r requirements3.txt (line 76)) Downloading simpervisor-1.0.0.tar.gz (14 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting starlette==1.3.1 (from -r requirements3.txt (line 77)) Downloading starlette-1.3.1.tar.gz (2.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 161.1 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting svglib==1.6.0 (from -r requirements3.txt (line 78)) Downloading svglib-1.6.0.tar.gz (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 105.3 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tenacity==9.1.2 (from -r requirements3.txt (line 79)) Downloading tenacity-9.1.2.tar.gz (48 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting terminado==0.18.1 (from -r requirements3.txt (line 80)) Using cached terminado-0.18.1-py3-none-any.whl Collecting tinycss2==1.4.0 (from -r requirements3.txt (line 81)) Downloading tinycss2-1.4.0.tar.gz (87 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting uc-micro-py==1.0.3 (from -r requirements3.txt (line 82)) Downloading uc-micro-py-1.0.3.tar.gz (6.0 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ujson==5.13.0 (from -r requirements3.txt (line 83)) Downloading ujson-5.13.0.tar.gz (7.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 48.3 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting uri-template==1.3.0 (from -r requirements3.txt (line 84)) Using cached uri_template-1.3.0-py3-none-any.whl Collecting urllib3-future==2.24.900 (from -r requirements3.txt (line 85)) Downloading urllib3_future-2.24.900.tar.gz (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 96.6 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting uvicorn==0.34.2 (from -r requirements3.txt (line 86)) Downloading uvicorn-0.34.2.tar.gz (76 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wassima==2.1.3 (from -r requirements3.txt (line 87)) Downloading wassima-2.1.3.tar.gz (140 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting watchfiles==1.1.1 (from -r requirements3.txt (line 88)) Downloading watchfiles-1.1.1.tar.gz (94 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting webcolors==24.11.1 (from -r requirements3.txt (line 89)) Downloading webcolors-24.11.1.tar.gz (45 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting webencodings==0.5.1 (from -r requirements3.txt (line 90)) Using cached webencodings-0.5.1-py2.py3-none-any.whl Collecting websockets==15.0.1 (from -r requirements3.txt (line 91)) Downloading websockets-15.0.1.tar.gz (177 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting websocket-client==1.8.0 (from -r requirements3.txt (line 92)) Downloading websocket_client-1.8.0.tar.gz (54 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting widgetsnbextension==4.0.14 (from -r requirements3.txt (line 93)) Downloading widgetsnbextension-4.0.14.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 9.5 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting xlsxwriter==3.2.5 (from -r requirements3.txt (line 94)) Downloading xlsxwriter-3.2.5.tar.gz (213 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cffi>=1.0.1 (from argon2-cffi-bindings==21.2.0->-r requirements3.txt (line 2)) Downloading cffi-2.0.0.tar.gz (523 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting defusedxml (from cairosvg==2.9.0->-r requirements3.txt (line 8)) Using cached defusedxml-0.7.1-py2.py3-none-any.whl Collecting pillow (from cairosvg==2.9.0->-r requirements3.txt (line 8)) Downloading pillow-12.3.0.tar.gz (47.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 MB 109.5 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting traitlets>=4 (from comm==0.2.2->-r requirements3.txt (line 9)) Downloading traitlets-5.14.3.tar.gz (161 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting charset-normalizer<4,>=2 (from niquests==3.21.0->-r requirements3.txt (line 49)) Downloading charset_normalizer-3.4.7.tar.gz (144 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting h11<1.0.0,>=0.11.0 (from urllib3-future==2.24.900->-r requirements3.txt (line 85)) Using cached h11-0.16.0-py3-none-any.whl Collecting importlib-metadata>=3.6 (from docstring-to-markdown==0.17->-r requirements3.txt (line 13)) Downloading importlib_metadata-8.6.1.tar.gz (55 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting typing_extensions>=4.6 (from docstring-to-markdown==0.17->-r requirements3.txt (line 13)) Downloading typing_extensions-4.15.0.tar.gz (109 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tqdm (from download==0.3.5->-r requirements3.txt (line 14)) Downloading tqdm-4.67.1.tar.gz (169 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting six (from download==0.3.5->-r requirements3.txt (line 14)) Using cached six-1.17.0-py2.py3-none-any.whl Collecting requests (from download==0.3.5->-r requirements3.txt (line 14)) Using cached requests-2.34.2-py3-none-any.whl Collecting packaging>=20.9 (from htmltools==0.7.0->-r requirements3.txt (line 20)) Downloading packaging-26.2.tar.gz (228 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ipython>=7.23.1 (from ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading ipython-9.0.2.tar.gz (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 132.7 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting matplotlib-inline>=0.1 (from ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading matplotlib_inline-0.1.7.tar.gz (8.2 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting psutil (from ipykernel==6.29.5->-r requirements3.txt (line 21)) Using cached psutil-7.2.2-cp36-abi3-linux_x86_64.whl Collecting tornado>=6.1 (from ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading tornado-6.5.7.tar.gz (519 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting arrow>=0.15.0 (from isoduration==20.11.0->-r requirements3.txt (line 24)) Downloading arrow-1.3.0.tar.gz (131 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting python-dateutil>=2.8.2 (from jupyter-client==8.6.3->-r requirements3.txt (line 29)) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl Collecting prompt-toolkit>=3.0.30 (from jupyter-console==6.6.3->-r requirements3.txt (line 30)) Downloading prompt_toolkit-3.0.50.tar.gz (429 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pygments (from jupyter-console==6.6.3->-r requirements3.txt (line 30)) Using cached pygments-2.20.0-py3-none-any.whl Collecting platformdirs>=2.5 (from jupyter-core==5.7.2->-r requirements3.txt (line 31)) Downloading platformdirs-4.5.0.tar.gz (21 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema>=4.18.0 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt (line 32)) Downloading jsonschema-4.23.0.tar.gz (325 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pyyaml>=5.3 (from jupyter-events==0.12.0->-r requirements3.txt (line 32)) Using cached pyyaml-6.0.3-cp313-cp313-linux_x86_64.whl Collecting referencing (from jupyter-events==0.12.0->-r requirements3.txt (line 32)) Downloading referencing-0.36.2.tar.gz (74 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting anyio>=3.1.0 (from jupyter-server==2.20.0->-r requirements3.txt (line 34)) Downloading anyio-4.9.0.tar.gz (190 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2>=3.0.3 (from jupyter-server==2.20.0->-r requirements3.txt (line 34)) Using cached jinja2-3.1.6-py3-none-any.whl Collecting aiohttp (from jupyter-server-proxy==4.4.0->-r requirements3.txt (line 35)) Downloading aiohttp-3.14.3.tar.gz (8.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 189.5 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting httpx<1,>=0.25.0 (from jupyterlab==4.5.10->-r requirements3.txt (line 37)) Using cached httpx-0.28.1-py3-none-any.whl Collecting setuptools>=41.1.0 (from jupyterlab==4.5.10->-r requirements3.txt (line 37)) Using cached setuptools-83.0.0-py3-none-any.whl Collecting babel>=2.10 (from jupyterlab-server==2.28.0->-r requirements3.txt (line 39)) Downloading babel-2.17.0.tar.gz (10.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.0/10.0 MB 141.1 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting markdown-it-py<4.0.0,>=1.0.0 (from mdit-py-plugins==0.4.2->-r requirements3.txt (line 42)) Downloading markdown-it-py-3.0.0.tar.gz (74 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting beautifulsoup4 (from nbconvert==7.17.1->-r requirements3.txt (line 46)) Downloading beautifulsoup4-4.13.3.tar.gz (619 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 619.5/619.5 kB 56.4 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting markupsafe>=2.0 (from nbconvert==7.17.1->-r requirements3.txt (line 46)) Downloading markupsafe-3.0.2.tar.gz (20 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jedi<0.20.0,>=0.17.2 (from python-lsp-server==1.12.2->-r requirements3.txt (line 62)) Downloading jedi-0.19.2.tar.gz (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 79.2 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pluggy>=1.0.0 (from python-lsp-server==1.12.2->-r requirements3.txt (line 62)) Using cached pluggy-1.6.0-py3-none-any.whl Collecting lxml>=3.1.0 (from python-pptx==1.0.2->-r requirements3.txt (line 64)) Downloading lxml-6.1.0.tar.gz (4.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 196.9 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting click>=8.1.4 (from shiny==1.6.3->-r requirements3.txt (line 74)) Downloading click-8.4.2.tar.gz (338 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting narwhals>=1.10.0 (from shiny==1.6.3->-r requirements3.txt (line 74)) Downloading narwhals-1.37.0.tar.gz (271 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting orjson>=3.10.7 (from shiny==1.6.3->-r requirements3.txt (line 74)) Downloading orjson-3.11.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (41 kB) Collecting ptyprocess (from terminado==0.18.1->-r requirements3.txt (line 80)) Using cached ptyprocess-0.7.0-py2.py3-none-any.whl Collecting idna>=2.8 (from anyio>=3.1.0->jupyter-server==2.20.0->-r requirements3.txt (line 34)) Using cached idna-3.18-py3-none-any.whl Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server==2.20.0->-r requirements3.txt (line 34)) Downloading sniffio-1.3.1.tar.gz (20 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting certifi (from httpx<1,>=0.25.0->jupyterlab==4.5.10->-r requirements3.txt (line 37)) Using cached certifi-2026.7.22-py3-none-any.whl Collecting httpcore==1.* (from httpx<1,>=0.25.0->jupyterlab==4.5.10->-r requirements3.txt (line 37)) Using cached httpcore-1.0.9-py3-none-any.whl Collecting parso<0.9.0,>=0.8.4 (from jedi<0.20.0,>=0.17.2->python-lsp-server==1.12.2->-r requirements3.txt (line 62)) Downloading parso-0.8.4.tar.gz (400 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mdurl~=0.1 (from markdown-it-py<4.0.0,>=1.0.0->mdit-py-plugins==0.4.2->-r requirements3.txt (line 42)) Downloading mdurl-0.1.2.tar.gz (8.7 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting wcwidth (from prompt-toolkit>=3.0.30->jupyter-console==6.6.3->-r requirements3.txt (line 30)) Downloading wcwidth-0.2.13.tar.gz (101 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration==20.11.0->-r requirements3.txt (line 24)) Downloading types_python_dateutil-2.9.0.20241206.tar.gz (13 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings==21.2.0->-r requirements3.txt (line 2)) Using cached pycparser-3.0-py3-none-any.whl Collecting zipp>=3.20 (from importlib-metadata>=3.6->docstring-to-markdown==0.17->-r requirements3.txt (line 13)) Downloading zipp-3.21.0.tar.gz (24 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting decorator (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading decorator-5.2.1.tar.gz (56 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting ipython-pygments-lexers (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Using cached ipython_pygments_lexers-1.1.1-py3-none-any.whl Collecting pexpect>4.3 (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Using cached pexpect-4.9.0-py2.py3-none-any.whl Collecting stack_data (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Using cached stack_data-0.6.3-py3-none-any.whl Collecting attrs>=22.2.0 (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt (line 32)) Downloading attrs-25.1.0.tar.gz (810 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.6/810.6 kB 61.6 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt (line 32)) Downloading jsonschema_specifications-2024.10.1.tar.gz (15 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt (line 32)) Downloading rpds_py-0.29.0.tar.gz (69 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting urllib3<3,>=1.26 (from requests->download==0.3.5->-r requirements3.txt (line 14)) Using cached urllib3-2.7.0-py3-none-any.whl Collecting aiohappyeyeballs>=2.5.0 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 35)) Downloading aiohappyeyeballs-2.5.0.tar.gz (22 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiosignal>=1.4.0 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 35)) Downloading aiosignal-1.4.0.tar.gz (25 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting frozenlist>=1.1.1 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 35)) Downloading frozenlist-1.5.0.tar.gz (39 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting multidict<7.0,>=4.5 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 35)) Downloading multidict-6.1.0.tar.gz (64 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting propcache>=0.2.0 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 35)) Downloading propcache-0.3.0.tar.gz (42 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting yarl<2.0,>=1.17.0 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 35)) Downloading yarl-1.18.3.tar.gz (181 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert==7.17.1->-r requirements3.txt (line 46)) Downloading soupsieve-2.8.4.tar.gz (121 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting executing>=1.2.0 (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading executing-2.2.0.tar.gz (978 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 978.7/978.7 kB 133.0 MB/s 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting asttokens>=2.1.0 (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading asttokens-3.0.0.tar.gz (61 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pure_eval (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Using cached pure_eval-0.2.3-py3-none-any.whl Downloading aspose_slides-26.5.0-py3-none-manylinux1_x86_64.whl (105.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.2/105.2 MB 36.3 MB/s 0:00:02 Downloading datagouv_client-0.5.0-py3-none-any.whl (21 kB) Downloading qh3-1.9.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 125.6 MB/s 0:00:00 Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB) Downloading orjson-3.11.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (134 kB) Saved ./src/aspose_slides-26.5.0-py3-none-manylinux1_x86_64.whl Saved ./src/datagouv_client-0.5.0-py3-none-any.whl Saved ./src/qh3-1.9.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Saved ./src/jupyterlab_server-2.28.0-py3-none-any.whl Saved ./src/jupyterlab_pygments-0.3.0-py3-none-any.whl Saved ./src/nbconvert-7.17.1-py3-none-any.whl Saved ./src/notebook_shim-0.2.4-py3-none-any.whl Saved ./src/pandocfilters-1.5.1-py2.py3-none-any.whl Saved ./src/rfc3339_validator-0.1.4-py2.py3-none-any.whl Saved ./src/rfc3986_validator-0.1.1-py2.py3-none-any.whl Saved ./src/terminado-0.18.1-py3-none-any.whl Saved ./src/uri_template-1.3.0-py3-none-any.whl Saved ./src/webencodings-0.5.1-py2.py3-none-any.whl Saved ./src/h11-0.16.0-py3-none-any.whl Saved ./src/httpx-0.28.1-py3-none-any.whl Saved ./src/httpcore-1.0.9-py3-none-any.whl Saved ./src/idna-3.18-py3-none-any.whl Saved ./src/jinja2-3.1.6-py3-none-any.whl Saved ./src/orjson-3.11.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Saved ./src/pexpect-4.9.0-py2.py3-none-any.whl Saved ./src/pluggy-1.6.0-py3-none-any.whl Saved ./src/ptyprocess-0.7.0-py2.py3-none-any.whl Saved ./src/pygments-2.20.0-py3-none-any.whl Saved ./src/python_dateutil-2.9.0.post0-py2.py3-none-any.whl Saved ./src/pyyaml-6.0.3-cp313-cp313-linux_x86_64.whl Saved ./src/requests-2.34.2-py3-none-any.whl Saved ./src/urllib3-2.7.0-py3-none-any.whl Saved ./src/certifi-2026.7.22-py3-none-any.whl Saved ./src/setuptools-83.0.0-py3-none-any.whl Saved ./src/six-1.17.0-py2.py3-none-any.whl Saved ./src/defusedxml-0.7.1-py2.py3-none-any.whl Saved ./src/ipython_pygments_lexers-1.1.1-py3-none-any.whl Saved ./src/psutil-7.2.2-cp36-abi3-linux_x86_64.whl Saved ./src/pycparser-3.0-py3-none-any.whl Saved ./src/stack_data-0.6.3-py3-none-any.whl Saved ./src/pure_eval-0.2.3-py3-none-any.whl Building wheels for collected packages: argon2-cffi, argon2-cffi-bindings, asgiref, async-lru, bleach, cairocffi, cairosvg, comm, cssselect2, niquests, tenacity, urllib3-future, jh2, wassima, debugpy, docstring-to-markdown, download, et-xmlfile, faicons, fastjsonschema, fqdn, freetype_py, htmltools, ipykernel, ipython-genutils, ipywidgets, jupyterlab_widgets, widgetsnbextension, isoduration, jsonpointer, json5, jupyter, jupyter-client, jupyter-console, jupyter-core, jupyter-events, jupyter-lsp, jupyter-server, jupyter-server-proxy, jupyter-server-terminals, jupyterlab, linkify-it-py, mdit-py-plugins, mistune, nbclassic, nbclient, nbformat, nest-asyncio, notebook, odswriter, openpyxl, opentelemetry_api, overrides, prometheus-client, pycairo, pypdf, python-json-logger, python-lsp-jsonrpc, python-lsp-server, python-multipart, python-pptx, pyxml2pdf, pyzmq, reportlab, rlpycairo, questionary, Send2Trash, shiny, shinychat, simpervisor, starlette, svglib, tinycss2, uc-micro-py, ujson, uvicorn, watchfiles, webcolors, websockets, websocket-client, xlsxwriter, anyio, charset-normalizer, jedi, markdown-it-py, mdurl, parso, prompt-toolkit, arrow, babel, cffi, click, importlib-metadata, ipython, jsonschema, attrs, jsonschema-specifications, lxml, markupsafe, matplotlib-inline, narwhals, packaging, pillow, platformdirs, referencing, rpds-py, sniffio, tornado, traitlets, types-python-dateutil, typing_extensions, zipp, aiohttp, multidict, yarl, aiohappyeyeballs, aiosignal, frozenlist, propcache, beautifulsoup4, soupsieve, decorator, asttokens, executing, tqdm, wcwidth Building wheel for argon2-cffi (pyproject.toml): started Building wheel for argon2-cffi (pyproject.toml): finished with status 'done' Created wheel for argon2-cffi: filename=argon2_cffi-23.1.0-py3-none-any.whl size=15119 sha256=41f8fefa60870a511768b65f45f2935c6d1e0fac70600c2118eebc04b56e7f12 Stored in directory: /root/.cache/pip/wheels/fa/18/12/374ac1591e1981d68b190a54b975b48dba823ba047bb4f883f Building wheel for argon2-cffi-bindings (pyproject.toml): started Building wheel for argon2-cffi-bindings (pyproject.toml): finished with status 'done' Created wheel for argon2-cffi-bindings: filename=argon2_cffi_bindings-21.2.0-cp313-abi3-linux_x86_64.whl size=86180 sha256=a72aac061ae1a0ccad23bd20b84c617c50074eb64181da5dce098434792fadf3 Stored in directory: /root/.cache/pip/wheels/ed/31/24/46513c614f028f50d46eb8edf00d47934c6c372a1474828fbe Building wheel for asgiref (pyproject.toml): started Building wheel for asgiref (pyproject.toml): finished with status 'done' Created wheel for asgiref: filename=asgiref-3.8.1-py3-none-any.whl size=23871 sha256=32064a62c7ba5fc3eda109b2963fe04c3f2b8afe8129aadaef69a15fc732530d Stored in directory: /root/.cache/pip/wheels/ed/e7/4a/17763518279493b6cb25b2d0d35d7d971d5af54e0dfe79a825 Building wheel for async-lru (pyproject.toml): started Building wheel for async-lru (pyproject.toml): finished with status 'done' Created wheel for async-lru: filename=async_lru-2.0.5-py3-none-any.whl size=6110 sha256=d16693ca09f1cabe2faec5806df74f89425b750cb2275b1bb76f2c6c8e2e26b7 Stored in directory: /root/.cache/pip/wheels/31/87/7e/ba7844aba355c3edd3ee80dee110d8413d99b3d1732447dc98 Building wheel for bleach (pyproject.toml): started Building wheel for bleach (pyproject.toml): finished with status 'done' Created wheel for bleach: filename=bleach-6.4.0-py3-none-any.whl size=165108 sha256=6d93128e34962679f2fbe81d651970ca650f5dfec4bbd19be3473f8715c29db6 Stored in directory: /root/.cache/pip/wheels/35/15/ac/da44f730a1750752b66f9530a759b388b0cb94b316e262c489 Building wheel for cairocffi (pyproject.toml): started Building wheel for cairocffi (pyproject.toml): finished with status 'done' Created wheel for cairocffi: filename=cairocffi-1.7.1-py3-none-any.whl size=75653 sha256=93bcbd7aa08e3fd392eab887d2ee76622b334c0b3fab3567d30435c305fc669d Stored in directory: /root/.cache/pip/wheels/9b/24/e2/b250a19d95122206d66a2bbadd1e1a525c5537b6e78d0fc00a Building wheel for cairosvg (pyproject.toml): started Building wheel for cairosvg (pyproject.toml): finished with status 'done' Created wheel for cairosvg: filename=cairosvg-2.9.0-py3-none-any.whl size=45963 sha256=c3117ac447039452e135e60540da52efa5eb5bd27a9955e219ec4d2f10b04cfc Stored in directory: /root/.cache/pip/wheels/d3/6f/6e/ca6fff7951818042130aa587d4b9d527daa0707dc2b41b7ff2 Building wheel for comm (pyproject.toml): started Building wheel for comm (pyproject.toml): finished with status 'done' Created wheel for comm: filename=comm-0.2.2-py3-none-any.whl size=7178 sha256=f616f2059837d2100d2ed32e8638f5772cfa4aba4ab8e9fa8e0d244ead591098 Stored in directory: /root/.cache/pip/wheels/42/41/fa/c93e5e2680f6f6e71dd4df1022cd26e45fe456e37819f4a904 Building wheel for cssselect2 (pyproject.toml): started Building wheel for cssselect2 (pyproject.toml): finished with status 'done' Created wheel for cssselect2: filename=cssselect2-0.9.0-py3-none-any.whl size=15453 sha256=6a99e5f91f9a016a304dd929b0966ca464bcfda15177b6fb4a118fc0fb5d9563 Stored in directory: /root/.cache/pip/wheels/d0/d2/e8/4f2847b0f5792a1ca4d5b5474f221771fd09e9fd07be5dfb04 Building wheel for niquests (pyproject.toml): started Building wheel for niquests (pyproject.toml): finished with status 'done' Created wheel for niquests: filename=niquests-3.21.0-py3-none-any.whl size=230382 sha256=af732c04967e55569f183053f0488110c12d1f097188f1150d594b2b06fee02c Stored in directory: /root/.cache/pip/wheels/ad/1c/ee/60793eaabbc25c9dc5af6dd8af708ad8be39183f1461284574 Building wheel for tenacity (pyproject.toml): started Building wheel for tenacity (pyproject.toml): finished with status 'done' Created wheel for tenacity: filename=tenacity-9.1.2-py3-none-any.whl size=28249 sha256=c222a30a385974ae916a1a51ceb6362407d8c498119071b7a7fd4fe0dae02237 Stored in directory: /root/.cache/pip/wheels/5f/13/bf/2ff7bae2dfa43686f98260f190c58816a16fa5df7e2357c93e Building wheel for urllib3-future (pyproject.toml): started Building wheel for urllib3-future (pyproject.toml): finished with status 'done' Created wheel for urllib3-future: filename=urllib3_future-2.24.900-py3-none-any.whl size=809879 sha256=d3b58c74d6703c5d039e4e64e9439a8522ad30aa11f469750bc0336e4995c68f Stored in directory: /root/.cache/pip/wheels/1e/18/6e/88fd92329c17a8172f16f541b1bccc246bc35d915aaa3c1067 Building wheel for jh2 (pyproject.toml): started Building wheel for jh2 (pyproject.toml): finished with status 'done' Created wheel for jh2: filename=jh2-5.0.13-cp37-abi3-linux_x86_64.whl size=399784 sha256=fda99339895df9f40477a56d3d11566baf8c13ca7fcfdc6589fb11aabc23e58c Stored in directory: /root/.cache/pip/wheels/e1/5d/36/1744cc2f8bff48f360e587cace362e630aecf0181b8f97948f Building wheel for wassima (pyproject.toml): started Building wheel for wassima (pyproject.toml): finished with status 'done' Created wheel for wassima: filename=wassima-2.1.3-py3-none-any.whl size=131416 sha256=f8251c23720dd092117a554b3012756caee3feed6d0122c2458a2aca5d7d92c5 Stored in directory: /root/.cache/pip/wheels/3e/29/cd/3f3ab2a0defc74a392373b30fcc384d367e974510b5a2ed7d1 Building wheel for debugpy (pyproject.toml): started Building wheel for debugpy (pyproject.toml): finished with status 'done' Created wheel for debugpy: filename=debugpy-1.8.14-cp313-cp313-linux_x86_64.whl size=4238511 sha256=0c2ee9dbf24b0bd90e16066d906bab153a972fa6109b29f4e36799881a6347fb Stored in directory: /root/.cache/pip/wheels/12/b7/6e/9939ec9c796b7d422469c3d5b1e8e96bbc63d2623d03d96617 Building wheel for docstring-to-markdown (pyproject.toml): started Building wheel for docstring-to-markdown (pyproject.toml): finished with status 'done' Created wheel for docstring-to-markdown: filename=docstring_to_markdown-0.17-py3-none-any.whl size=23480 sha256=ac0ffd1e38c3ebc8962df368b96f2185dfb3e58dc4ced7a2959f5729639828a0 Stored in directory: /root/.cache/pip/wheels/c4/e1/f9/99f17296cf8cbccc366b8544fc7fbe190b691d96c8e3061427 Building wheel for download (pyproject.toml): started Building wheel for download (pyproject.toml): finished with status 'done' Created wheel for download: filename=download-0.3.5-py3-none-any.whl size=8094 sha256=ad1a1de0a535cada7f3a7893af86cdd8863247c80868d928a24ff8a012c97fd3 Stored in directory: /root/.cache/pip/wheels/fc/42/e7/2c6573612caa9fa85d903f5c06d25118d4aa7054e95c888194 Building wheel for et-xmlfile (pyproject.toml): started Building wheel for et-xmlfile (pyproject.toml): finished with status 'done' Created wheel for et-xmlfile: filename=et_xmlfile-2.0.0-py3-none-any.whl size=18185 sha256=8be117a06e27dff659226be74f3d8226acc5a8f5d7e48bfaaea560afba58f378 Stored in directory: /root/.cache/pip/wheels/ba/0e/e3/893b1265b2ca112fe2d0718a0166cbf23b6974a52000d5940b Building wheel for faicons (pyproject.toml): started Building wheel for faicons (pyproject.toml): finished with status 'done' Created wheel for faicons: filename=faicons-0.2.2-py3-none-any.whl size=607117 sha256=44ce6d505e1f2a91101c3b6bf4f22157cab74557a8b1012a2c8d9994af7aa5ba Stored in directory: /root/.cache/pip/wheels/b8/64/f9/75a3409467a5bb43d0f3f2f8eafcc269dc025a15ff361ad4bf Building wheel for fastjsonschema (pyproject.toml): started Building wheel for fastjsonschema (pyproject.toml): finished with status 'done' Created wheel for fastjsonschema: filename=fastjsonschema-2.21.1-py3-none-any.whl size=24026 sha256=e4910490c666ccd5d063a4bb491b24568c6cc6de55e51bbe712101d38feaff66 Stored in directory: /root/.cache/pip/wheels/4f/e7/b9/42950c3939e959b36c8cddba646777bf6dc0e533eba90329f5 Building wheel for fqdn (pyproject.toml): started Building wheel for fqdn (pyproject.toml): finished with status 'done' Created wheel for fqdn: filename=fqdn-1.5.1-py3-none-any.whl size=3660 sha256=cbdcfad2320204cc098668a2fea2f5cea87d34ccee93f21148ab5ad1d8fbccfa Stored in directory: /root/.cache/pip/wheels/8f/98/6f/4eeeeeb9ad66831711e987bd8ffa16727045e1c7bc3967a606 Building wheel for freetype_py (pyproject.toml): started Building wheel for freetype_py (pyproject.toml): finished with status 'done' Created wheel for freetype_py: filename=freetype_py-2.5.1-py3-none-any.whl size=80585 sha256=0bf1ef3e2a5196fec20bad387970b893b84bd9ea1465993bf1b35e169e92e3c0 Stored in directory: /root/.cache/pip/wheels/bf/ff/91/a731b1d9166acb03b53de2cdc18e02a54cbb39b5e3284d8535 Building wheel for htmltools (pyproject.toml): started Building wheel for htmltools (pyproject.toml): finished with status 'done' Created wheel for htmltools: filename=htmltools-0.7.0-py3-none-any.whl size=89598 sha256=44ae2ab3783bf4d0595a50bae8d024b3ff15f7f27f49cce01de77d485b7fab8c Stored in directory: /root/.cache/pip/wheels/44/65/ea/054b2db34f0e2d3cb382cc5cc54ae8f4fee80c3b8777b857a7 Building wheel for ipykernel (pyproject.toml): started Building wheel for ipykernel (pyproject.toml): finished with status 'done' Created wheel for ipykernel: filename=ipykernel-6.29.5-py3-none-any.whl size=117171 sha256=3dcca13a9ef34d1a3cac186aa68c6c189260e68c2b3de88a509ab49af957704c Stored in directory: /root/.cache/pip/wheels/20/cf/88/44ee22ee29b64a84ba3359a495f296380fce0b79d87d69e05d Building wheel for ipython-genutils (pyproject.toml): started Building wheel for ipython-genutils (pyproject.toml): finished with status 'done' Created wheel for ipython-genutils: filename=ipython_genutils-0.2.0-py2.py3-none-any.whl size=27072 sha256=0a65c37e3c830dcefe8871bc0277ae2ca4d43adaa43685a896d2a38939d4b904 Stored in directory: /root/.cache/pip/wheels/03/19/f7/ad38812d4e4b2df5ae72917eab2c5b935f102a73e502ffd7a5 Building wheel for ipywidgets (pyproject.toml): started Building wheel for ipywidgets (pyproject.toml): finished with status 'done' Created wheel for ipywidgets: filename=ipywidgets-8.1.7-py3-none-any.whl size=139808 sha256=98ee1005d8abfdba9a1acb8ad981eca1aa8c2d99f3edf52ae466672fc1c43dbb Stored in directory: /root/.cache/pip/wheels/e3/a0/d4/dffe6a1c2773433d34efdffb7721b8213b012a9929e629ffa0 Building wheel for jupyterlab_widgets (pyproject.toml): started Building wheel for jupyterlab_widgets (pyproject.toml): finished with status 'done' Created wheel for jupyterlab_widgets: filename=jupyterlab_widgets-3.0.15-py3-none-any.whl size=216573 sha256=99ac9e54357b80de1315311ec869f67bd9184b430663acb909c5f1fb2e59cf00 Stored in directory: /root/.cache/pip/wheels/2c/f2/2f/29f28a30f3ed85a871ad667cd9ca9d48eab4e5e51988dbe083 Building wheel for widgetsnbextension (pyproject.toml): started Building wheel for widgetsnbextension (pyproject.toml): finished with status 'done' Created wheel for widgetsnbextension: filename=widgetsnbextension-4.0.14-py3-none-any.whl size=2196503 sha256=8604e747044e1971ce4162e2b2223e05d9f43954d0845ea776917f46b522d06b Stored in directory: /root/.cache/pip/wheels/4d/72/f5/220cdf44c5f02cc6067b5bc1f5868bffd28645c2b25e5ba03a Building wheel for isoduration (pyproject.toml): started Building wheel for isoduration (pyproject.toml): finished with status 'done' Created wheel for isoduration: filename=isoduration-20.11.0-py3-none-any.whl size=11411 sha256=f71d02c12269cae0d6ee901c6ced883d41644ed24cc174f0b6e8b9af501e5226 Stored in directory: /root/.cache/pip/wheels/a0/a4/60/9a8084d52cd7a5b608d4a24a145e54d2f8cfe96bf4c06e842e Building wheel for jsonpointer (pyproject.toml): started Building wheel for jsonpointer (pyproject.toml): finished with status 'done' Created wheel for jsonpointer: filename=jsonpointer-3.0.0-py2.py3-none-any.whl size=7707 sha256=4d887574c97f3c2ae62e8d2e08445b771493e87fc2c0f104ca50ede36c2ebacc Stored in directory: /root/.cache/pip/wheels/e7/53/23/870f535728ed0e2a315fb2533dbb8bea068b9cf0f00f94a273 Building wheel for json5 (pyproject.toml): started Building wheel for json5 (pyproject.toml): finished with status 'done' Created wheel for json5: filename=json5-0.12.0-py3-none-any.whl size=36078 sha256=dfdf2352a45bd33ac9bce94ce71a10edf206b3c5fe75be653107dacbf0e17f4a Stored in directory: /root/.cache/pip/wheels/9c/9c/72/a42c46988464b334feee2ba745c2ea7188ebe1914acf987139 Building wheel for jupyter (pyproject.toml): started Building wheel for jupyter (pyproject.toml): finished with status 'done' Created wheel for jupyter: filename=jupyter-1.1.1-py2.py3-none-any.whl size=2744 sha256=442408c7db192dbedc44ea696094befbebd7cef64a56e6c070fee3d9c0412d3e Stored in directory: /root/.cache/pip/wheels/a3/db/1b/d93c705de347e2dcccd992a6f8eae7dd1570471b7b316cefb2 Building wheel for jupyter-client (pyproject.toml): started Building wheel for jupyter-client (pyproject.toml): finished with status 'done' Created wheel for jupyter-client: filename=jupyter_client-8.6.3-py3-none-any.whl size=106105 sha256=7f0464b88d7d41c205fe885b6377ab85268d5439ad26dcfcfcced99e2270e4dc Stored in directory: /root/.cache/pip/wheels/a2/9e/85/55bf9c3ea4387fff35813052bd6a20bf3872488b4abcc2f023 Building wheel for jupyter-console (pyproject.toml): started Building wheel for jupyter-console (pyproject.toml): finished with status 'done' Created wheel for jupyter-console: filename=jupyter_console-6.6.3-py3-none-any.whl size=24509 sha256=f803d7b9d561e70eb3479f4160f8a636c22e26a439110ab084702a0b5d81e062 Stored in directory: /root/.cache/pip/wheels/b5/b0/57/e5b298d07ccadcc84f8765716d3a3515b8b3367b2a99b35bd8 Building wheel for jupyter-core (pyproject.toml): started Building wheel for jupyter-core (pyproject.toml): finished with status 'done' Created wheel for jupyter-core: filename=jupyter_core-5.7.2-py3-none-any.whl size=28965 sha256=916fe9953e566d75e8aa4663a2bd3f2ae895bfef7783fcc8dde73149aca8b986 Stored in directory: /root/.cache/pip/wheels/44/ac/17/332e800aedd9f0736482070944d3a2e347f3dfff178fa7b51a Building wheel for jupyter-events (pyproject.toml): started Building wheel for jupyter-events (pyproject.toml): finished with status 'done' Created wheel for jupyter-events: filename=jupyter_events-0.12.0-py3-none-any.whl size=19430 sha256=060b0d50dac9803b74bbf8765d7fb2602912ad8b9abe7911960c23d8b096e104 Stored in directory: /root/.cache/pip/wheels/87/6d/21/d9b783ec347a4af77e56f49a120a84b2f5391bcaf306772043 Building wheel for jupyter-lsp (pyproject.toml): started Building wheel for jupyter-lsp (pyproject.toml): finished with status 'done' Created wheel for jupyter-lsp: filename=jupyter_lsp-2.2.5-py3-none-any.whl size=69183 sha256=f6698c05af830c2bbd1bf1dddcf30b372fbd07818e05f2903c351be7670d62ce Stored in directory: /root/.cache/pip/wheels/e6/e5/cd/21fe419015d94db52853d28c1425b4ff7c0fbe5057cbc3cf2b Building wheel for jupyter-server (pyproject.toml): started Building wheel for jupyter-server (pyproject.toml): finished with status 'done' Created wheel for jupyter-server: filename=jupyter_server-2.20.0-py3-none-any.whl size=393142 sha256=4a65e05f574dc739f749ffb606ad2bf85a4e1526efd62027855ebcd2e5375d97 Stored in directory: /root/.cache/pip/wheels/48/50/9c/ba6759978304c889f622b2d6861884aa6bde9a425848cf82e8 Building wheel for jupyter-server-proxy (pyproject.toml): started Building wheel for jupyter-server-proxy (pyproject.toml): finished with status 'done' Created wheel for jupyter-server-proxy: filename=jupyter_server_proxy-4.4.0-py3-none-any.whl size=37565 sha256=e2f7fc912a3506e56170a99b9b201d4e85913fd2758541c125a29eb5fc3dd9ab Stored in directory: /root/.cache/pip/wheels/45/46/9c/4da079df4e7b32c0eba9fb6eb0e32884f7b01b74eeb276ebe5 Building wheel for jupyter-server-terminals (pyproject.toml): started Building wheel for jupyter-server-terminals (pyproject.toml): finished with status 'done' Created wheel for jupyter-server-terminals: filename=jupyter_server_terminals-0.5.3-py3-none-any.whl size=13652 sha256=df8d3bed62dcededb76d227acac0a870b0a8ff76c7fe02e2c58bc35b6c91e398 Stored in directory: /root/.cache/pip/wheels/90/7f/71/77fd604d84ee0c82751faab8f5a759a0876d0e20b70901d17b Building wheel for jupyterlab (pyproject.toml): started Building wheel for jupyterlab (pyproject.toml): finished with status 'done' Created wheel for jupyterlab: filename=jupyterlab-4.5.10-py3-none-any.whl size=12452502 sha256=5967ca61e692e67a2f30b5a2b901c941dc6ce56c0b0e357bc6d34fed5ec095f6 Stored in directory: /root/.cache/pip/wheels/48/62/9f/7af9a804d123b52205d65fd100f31d413be46bbf040a24bd83 Building wheel for linkify-it-py (pyproject.toml): started Building wheel for linkify-it-py (pyproject.toml): finished with status 'done' Created wheel for linkify-it-py: filename=linkify_it_py-2.0.3-py3-none-any.whl size=19854 sha256=fa14c0978be4047a0274d9951ec38937b6808c2d912a7a93763f4b2a2e83711e Stored in directory: /root/.cache/pip/wheels/86/ff/50/ccf97c1b8cccbf20a7e834dc160c6acbef37fb9de2835291b4 Building wheel for mdit-py-plugins (pyproject.toml): started Building wheel for mdit-py-plugins (pyproject.toml): finished with status 'done' Created wheel for mdit-py-plugins: filename=mdit_py_plugins-0.4.2-py3-none-any.whl size=55360 sha256=22c6e4ab09c3320552b9bf10487e7638476514973fb6d60f678ecb0721de3eb1 Stored in directory: /root/.cache/pip/wheels/f5/05/58/f97483610c522d6a114c786059e3360dad3e8afc39ec810ba8 Building wheel for mistune (pyproject.toml): started Building wheel for mistune (pyproject.toml): finished with status 'done' Created wheel for mistune: filename=mistune-3.3.3-py3-none-any.whl size=63568 sha256=e32587501bb44061c1e9645a213eee2ebeb9737c2f10c88b2475e44e15ede703 Stored in directory: /root/.cache/pip/wheels/32/25/d2/c6be4af94dbc5a3a29230854e29271ac64e6f13dc58c80dbde Building wheel for nbclassic (pyproject.toml): started Building wheel for nbclassic (pyproject.toml): finished with status 'done' Created wheel for nbclassic: filename=nbclassic-1.3.1-py3-none-any.whl size=26187708 sha256=269bf34f365dd1448032158d0a7bd6e2c80e6823e62bcc85dd118b6d22e031a7 Stored in directory: /root/.cache/pip/wheels/62/0b/0a/0ddedde73acc7ee1b9ffda00568f740c012cc70a48f0f9bf82 Building wheel for nbclient (pyproject.toml): started Building wheel for nbclient (pyproject.toml): finished with status 'done' Created wheel for nbclient: filename=nbclient-0.10.2-py3-none-any.whl size=25434 sha256=04a4dd806e68229b56f9ca0c408f31c6083c298c2b9afc6509d7b9daca94080c Stored in directory: /root/.cache/pip/wheels/22/16/52/d16746523bf7db81da2d6c18115225a96aca2a56bc1df2f1a1 Building wheel for nbformat (pyproject.toml): started Building wheel for nbformat (pyproject.toml): finished with status 'done' Created wheel for nbformat: filename=nbformat-5.10.4-py3-none-any.whl size=78454 sha256=efd4c3664e4a048db71ebe977c35c8ecea911830d4b3716bd47586a165a50d24 Stored in directory: /root/.cache/pip/wheels/b5/cb/7e/6f42c2e9dbd7446015eb9c9427859156c4094991a5a1a9f51d Building wheel for nest-asyncio (pyproject.toml): started Building wheel for nest-asyncio (pyproject.toml): finished with status 'done' Created wheel for nest-asyncio: filename=nest_asyncio-1.6.0-py3-none-any.whl size=5231 sha256=1c0ba71760dc9a7483551e2cd2f34eb20edc7f140d1f54716ed9d5abb4089242 Stored in directory: /root/.cache/pip/wheels/e2/ff/1d/7d25f3422c405c2c5b0acd8d3d616b8426dec43f45b823cae9 Building wheel for notebook (pyproject.toml): started Building wheel for notebook (pyproject.toml): finished with status 'done' Created wheel for notebook: filename=notebook-7.5.6-py3-none-any.whl size=14581727 sha256=6428a90c100a272c7b041b7d6c24865a818953e3e7a043d6203f106b80a903eb Stored in directory: /root/.cache/pip/wheels/5d/71/1a/0ff62e7877e5ab6d552e2c3a2acaac9b6251567b2184bd9974 Building wheel for odswriter (pyproject.toml): started Building wheel for odswriter (pyproject.toml): finished with status 'done' Created wheel for odswriter: filename=odswriter-0.4.0-py3-none-any.whl size=6105 sha256=c02963959adc46734b57229bac981de463a124855fc558e4aa3f0e891b718bcd Stored in directory: /root/.cache/pip/wheels/03/72/46/001efbeed358efaf2e27f868d393156d64d963e8066840d8f9 Building wheel for openpyxl (pyproject.toml): started Building wheel for openpyxl (pyproject.toml): finished with status 'done' Created wheel for openpyxl: filename=openpyxl-3.1.5-py2.py3-none-any.whl size=251003 sha256=49328ca13b0f97aed4400c4c2ccaf160387f96c7a8578473fd7b0a2fd29c39df Stored in directory: /root/.cache/pip/wheels/e7/61/aa/7887812ea88d3b18adafbc6d58bad05614e5a648731446727a Building wheel for opentelemetry_api (pyproject.toml): started Building wheel for opentelemetry_api (pyproject.toml): finished with status 'done' Created wheel for opentelemetry_api: filename=opentelemetry_api-1.42.1-py3-none-any.whl size=61311 sha256=d11f33b4e8d991f504b5e559fe05ef7c15e41259b56c9247720ed38720cc6201 Stored in directory: /root/.cache/pip/wheels/d8/c0/4b/70dd8fd4f481cafb07c0e555436b8fdc2a803ae37718a42c63 Building wheel for overrides (pyproject.toml): started Building wheel for overrides (pyproject.toml): finished with status 'done' Created wheel for overrides: filename=overrides-7.7.0-py3-none-any.whl size=17920 sha256=fbe3b0ba1846d59e31d89fed44bcbc56c767c32a2d14c1d3a89339c27aaa627c Stored in directory: /root/.cache/pip/wheels/75/c8/fe/97b73d33cf6c28b758ddce03f13e52e6ca9ad12de02b7378c0 Building wheel for prometheus-client (pyproject.toml): started Building wheel for prometheus-client (pyproject.toml): finished with status 'done' Created wheel for prometheus-client: filename=prometheus_client-0.21.1-py3-none-any.whl size=54798 sha256=ce0f8b295798bbec7aaadd38c42ae430715bdfe147e07c26fc35a121a71d2452 Stored in directory: /root/.cache/pip/wheels/e1/14/e4/8d59456f95bc5568f31f8f2429128e38f319520978923ceb4e Building wheel for pycairo (pyproject.toml): started Building wheel for pycairo (pyproject.toml): finished with status 'done' Created wheel for pycairo: filename=pycairo-1.29.0-cp313-cp313-linux_x86_64.whl size=128309 sha256=0f362443f126ffc32a10e08c29854f9da69d37f16d9046d96caeb97f1b5cf2e3 Stored in directory: /root/.cache/pip/wheels/b4/d0/8f/2c0daa76a1e7257d9d7005911e351b6eb0fedb77b4e5426ada Building wheel for pypdf (pyproject.toml): started Building wheel for pypdf (pyproject.toml): finished with status 'done' Created wheel for pypdf: filename=pypdf-6.15.0-py3-none-any.whl size=378123 sha256=14e001d6504822cb1ca9c7ed9a69bccb320f59b320730f55af804361abe4d5ee Stored in directory: /root/.cache/pip/wheels/a4/4e/e3/a4206b04b841f27c5ce485db4ceb4024abe689201dc0f186bc Building wheel for python-json-logger (pyproject.toml): started Building wheel for python-json-logger (pyproject.toml): finished with status 'done' Created wheel for python-json-logger: filename=python_json_logger-3.3.0-py3-none-any.whl size=15218 sha256=e595adadbf74d970e62ff4b086d2406b8e3458ea00db0e9402eaca56e84ac112 Stored in directory: /root/.cache/pip/wheels/a4/2a/ae/9455d46335c96151ba7df75dae3f70e811ee6eee53e5d5f072 Building wheel for python-lsp-jsonrpc (pyproject.toml): started Building wheel for python-lsp-jsonrpc (pyproject.toml): finished with status 'done' Created wheel for python-lsp-jsonrpc: filename=python_lsp_jsonrpc-1.1.2-py3-none-any.whl size=8846 sha256=05adca915be81e1fe6105f147f649379eff2c0f09797867fe3db5aa7a260a1a7 Stored in directory: /root/.cache/pip/wheels/ca/51/e6/aa8b05bf89719785c1ae777cd6eb34dd6d6294651e4d14d576 Building wheel for python-lsp-server (pyproject.toml): started Building wheel for python-lsp-server (pyproject.toml): finished with status 'done' Created wheel for python-lsp-server: filename=python_lsp_server-1.12.2-py3-none-any.whl size=74812 sha256=e3a926ed731a71bdbfa709449defcd1251d6589d763c1240fdc322b833e0242c Stored in directory: /root/.cache/pip/wheels/08/69/54/08561a5a941d8bc89240a709e7d0f8a3a72a9c151d98d710bf Building wheel for python-multipart (pyproject.toml): started Building wheel for python-multipart (pyproject.toml): finished with status 'done' Created wheel for python-multipart: filename=python_multipart-0.0.31-py3-none-any.whl size=29996 sha256=3e72fb543564569a589def52b82d231ad84f4adff41b53426eb94ff03aca58c0 Stored in directory: /root/.cache/pip/wheels/2f/01/4a/ee2c6f87bf6578f9ec89fae029985b84db1ed897d0223b0c14 Building wheel for python-pptx (pyproject.toml): started Building wheel for python-pptx (pyproject.toml): finished with status 'done' Created wheel for python-pptx: filename=python_pptx-1.0.2-py3-none-any.whl size=472823 sha256=fe827185a246ef2d00bdefd935205ec30345f54e2ecf87c34829ad8caa9bc035 Stored in directory: /root/.cache/pip/wheels/78/25/fc/6360bfd453a10ff36d74d5fb25678b96766cecdcca1320e3d8 Building wheel for pyxml2pdf (pyproject.toml): started Building wheel for pyxml2pdf (pyproject.toml): finished with status 'done' Created wheel for pyxml2pdf: filename=pyxml2pdf-0.3.5-py3-none-any.whl size=393551 sha256=9c6d90eee89d588275c2afa56c005997e08f6e9ae49477d481767a6ce86ececa Stored in directory: /root/.cache/pip/wheels/e8/5b/0c/3072240eddd673c593cbf1932a70599b78352179862381ab30 Building wheel for pyzmq (pyproject.toml): started Building wheel for pyzmq (pyproject.toml): finished with status 'done' Created wheel for pyzmq: filename=pyzmq-26.4.0-cp313-cp313-linux_x86_64.whl size=246054 sha256=e2986c72c0b4b784102dbfe1e2b785bca492bf5e0e858f8c03480c049b28c33e Stored in directory: /root/.cache/pip/wheels/45/fc/59/8d5d41aef94fee6e34518c4d2fdfc722a60106108e478b869a Building wheel for reportlab (pyproject.toml): started Building wheel for reportlab (pyproject.toml): finished with status 'done' Created wheel for reportlab: filename=reportlab-4.4.10-py3-none-any.whl size=1955400 sha256=0eebf445c2199ddb8261a3c68caf8fb871bd7de23ffdf1ef2ecd36d65dd48e20 Stored in directory: /root/.cache/pip/wheels/99/43/47/13d8e20181cabef6b9fc5e7f66ae041dc50e9922f918d4337d Building wheel for rlpycairo (pyproject.toml): started Building wheel for rlpycairo (pyproject.toml): finished with status 'done' Created wheel for rlpycairo: filename=rlpycairo-0.4.0-py3-none-any.whl size=7557 sha256=9dfe27e1dbf5b35d2d315b9650c44adf69073627cda5b5cc123c82afd89e94ca Stored in directory: /root/.cache/pip/wheels/ba/48/18/9086541004831a30a305f5b297fee1c821320eb209bdd15cd1 Building wheel for questionary (pyproject.toml): started Building wheel for questionary (pyproject.toml): finished with status 'done' Created wheel for questionary: filename=questionary-2.1.1-py3-none-any.whl size=36817 sha256=a1ad95ae137c2dd751ed4caac7df4a0a46e7a4eb85d9079cbce0444f4c84e3ae Stored in directory: /root/.cache/pip/wheels/55/e6/b8/5f62c11f105aff318e314add6733a85a40894ac72f46512911 Building wheel for Send2Trash (pyproject.toml): started Building wheel for Send2Trash (pyproject.toml): finished with status 'done' Created wheel for Send2Trash: filename=send2trash-1.8.3-py3-none-any.whl size=18074 sha256=addb55a50772b421d4ad070d55f03ea53c704645ec7691142039e428f953225a Stored in directory: /root/.cache/pip/wheels/28/41/fa/6a1a4689e0f6bce9fe5cf1eed4ddd4d61a5c977b1752ad9a5c Building wheel for shiny (pyproject.toml): started Building wheel for shiny (pyproject.toml): finished with status 'done' Created wheel for shiny: filename=shiny-1.6.3-py3-none-any.whl size=3931060 sha256=b3d058c3595f493f27669db1a51fdf9910005b907e05bc81e5c18b998a380acb Stored in directory: /root/.cache/pip/wheels/7e/b2/78/9754858a9907e7188115f08be6a86dbd871532ff48e9509c82 Building wheel for shinychat (pyproject.toml): started Building wheel for shinychat (pyproject.toml): finished with status 'done' Created wheel for shinychat: filename=shinychat-0.4.0-py3-none-any.whl size=1086165 sha256=a69c3756f1bd8549ecab7380bb6bc26d8c00937ddc47c4d03077b5960930c9c4 Stored in directory: /root/.cache/pip/wheels/c9/58/f8/a61cdc5069108affa92fa0c754e8983a65d0c1af0327c69d98 Building wheel for simpervisor (pyproject.toml): started Building wheel for simpervisor (pyproject.toml): finished with status 'done' Created wheel for simpervisor: filename=simpervisor-1.0.0-py3-none-any.whl size=8339 sha256=081284c09aaf963dd67d9cbcc470beddcb235c389a874020b17fc2a27250db38 Stored in directory: /root/.cache/pip/wheels/b6/86/3d/284c2b7730f3df50a2e3fb00ea9089ae0f4b112954a2c5eae3 Building wheel for starlette (pyproject.toml): started Building wheel for starlette (pyproject.toml): finished with status 'done' Created wheel for starlette: filename=starlette-1.3.1-py3-none-any.whl size=73631 sha256=f1e21f14dca0322c60ca13e7fc610c77d16de61180a5b005ae0a5f4e49d120ce Stored in directory: /root/.cache/pip/wheels/d4/23/4d/cec344d6d1a58990511440e8ba982530d482754b0021673524 Building wheel for svglib (pyproject.toml): started Building wheel for svglib (pyproject.toml): finished with status 'done' Created wheel for svglib: filename=svglib-1.6.0-py3-none-any.whl size=39160 sha256=a4792941abef77b0b4f7b6659e37a9ed6315c5b519681f73a01d9aab8caa7209 Stored in directory: /root/.cache/pip/wheels/f9/d5/7f/10b5509c089251ceaba83b7de07d30c45411e9015ab4204156 Building wheel for tinycss2 (pyproject.toml): started Building wheel for tinycss2 (pyproject.toml): finished with status 'done' Created wheel for tinycss2: filename=tinycss2-1.4.0-py3-none-any.whl size=26651 sha256=925b255f334266df83859a8f53ac6be427b01df975c39ba745647eca9125db59 Stored in directory: /root/.cache/pip/wheels/10/72/20/1bb7a66e06742f7baa98d7bc47357dcf8701bf416d1e594e17 Building wheel for uc-micro-py (pyproject.toml): started Building wheel for uc-micro-py (pyproject.toml): finished with status 'done' Created wheel for uc-micro-py: filename=uc_micro_py-1.0.3-py3-none-any.whl size=6269 sha256=884c1b37fede0e1d6ea30b5e87bd185ca865daf8ad3436200ee0b29f6a3504f3 Stored in directory: /root/.cache/pip/wheels/5b/81/4e/1ff7e9b40c7a60a0348f75829f567dfdb2b572590d31572a81 Building wheel for ujson (pyproject.toml): started Building wheel for ujson (pyproject.toml): finished with status 'done' Created wheel for ujson: filename=ujson-5.13.0-cp313-cp313-linux_x86_64.whl size=54589 sha256=b29b32b714c388353e23f989866e4a8123d59d9bbea41b4b57133f20cc60f9d2 Stored in directory: /root/.cache/pip/wheels/35/36/44/34a1491bd485bc329b4caf02e243442c5ff82a3c0933c17de2 Building wheel for uvicorn (pyproject.toml): started Building wheel for uvicorn (pyproject.toml): finished with status 'done' Created wheel for uvicorn: filename=uvicorn-0.34.2-py3-none-any.whl size=62482 sha256=febdcd9f288c927db0e1cb5615ef4a8ac818b90c953ac570aafae7030463081a Stored in directory: /root/.cache/pip/wheels/5d/1e/34/d8e4b42abc3378918ccdd9337e3461a4e78c8ff4a89619cf21 Building wheel for watchfiles (pyproject.toml): started Building wheel for watchfiles (pyproject.toml): finished with status 'done' Created wheel for watchfiles: filename=watchfiles-1.1.1-cp313-cp313-linux_x86_64.whl size=464547 sha256=0cbf082a27edefa0deb43d3b197a414a1acc61e2f2fa6791e8a9e575bc7ff587 Stored in directory: /root/.cache/pip/wheels/f4/bc/fb/9fa6eb8d9154b15672b7feac5b5dc80595b0ae3c31ba94a938 Building wheel for webcolors (pyproject.toml): started Building wheel for webcolors (pyproject.toml): finished with status 'done' Created wheel for webcolors: filename=webcolors-24.11.1-py3-none-any.whl size=14935 sha256=74430025d3a3b5b5c6aa781667aa2cd509a14a0c8bf122dc6b5e733344ddc3b2 Stored in directory: /root/.cache/pip/wheels/63/b2/74/01d98781601b68aa1d6bdcc23d63c2e2a0c9f7569e4a36f09c Building wheel for websockets (pyproject.toml): started Building wheel for websockets (pyproject.toml): finished with status 'done' Created wheel for websockets: filename=websockets-15.0.1-cp313-cp313-linux_x86_64.whl size=181828 sha256=9b5794bdddf07f83b26afcb971227357ddab9862d947ca867d66ca5250e44f30 Stored in directory: /root/.cache/pip/wheels/b4/39/96/fd6053ccf3876dd49bbd8da139d5b65f778560011d5f6be9d5 Building wheel for websocket-client (pyproject.toml): started Building wheel for websocket-client (pyproject.toml): finished with status 'done' Created wheel for websocket-client: filename=websocket_client-1.8.0-py3-none-any.whl size=58928 sha256=146f1ab80a548fa21660c952840ffe2d1de2519cc284a0a1ff69d27e4c7941a0 Stored in directory: /root/.cache/pip/wheels/ef/36/ba/4d9d6a3748bacf0c3749131ba5b1e0393aac6cf0ad85065351 Building wheel for xlsxwriter (pyproject.toml): started Building wheel for xlsxwriter (pyproject.toml): finished with status 'done' Created wheel for xlsxwriter: filename=xlsxwriter-3.2.5-py3-none-any.whl size=172377 sha256=0b47526db1a95cfd3a9aff5a66d821068a49727e31f6816fbd61f3e64367c6d9 Stored in directory: /root/.cache/pip/wheels/81/8d/11/c08a4b00598d2974460086dc5d3a7fc4c04f7b0e3da9bca563 Building wheel for anyio (pyproject.toml): started Building wheel for anyio (pyproject.toml): finished with status 'done' Created wheel for anyio: filename=anyio-4.9.0-py3-none-any.whl size=100954 sha256=9246127270c851f727f4b77b3ea1e0817f40c89dde4371593063eec8a8a031f1 Stored in directory: /root/.cache/pip/wheels/6a/94/84/a7da54732626f983ab831e02b367576d4264bc0bf817e1b2a5 Building wheel for charset-normalizer (pyproject.toml): started Building wheel for charset-normalizer (pyproject.toml): finished with status 'done' Created wheel for charset-normalizer: filename=charset_normalizer-3.4.7-py3-none-any.whl size=61958 sha256=03ea67fe8488c153e991553bdd36ebe5d55797638c590facd55e590dbb1d4523 Stored in directory: /root/.cache/pip/wheels/07/9d/88/3a3b03d498949455cb2e1aea130605a5998feae6c23f8f60cc Building wheel for jedi (pyproject.toml): started Building wheel for jedi (pyproject.toml): finished with status 'done' Created wheel for jedi: filename=jedi-0.19.2-py2.py3-none-any.whl size=1572433 sha256=134d61af8216ae51d713f02de2b4feab1c339e10781db5c35da5b0c0c802bbcd Stored in directory: /root/.cache/pip/wheels/94/6f/fb/dd6c0e9573499e5fdd7f38b359c569feaeca6647734127b687 Building wheel for markdown-it-py (pyproject.toml): started Building wheel for markdown-it-py (pyproject.toml): finished with status 'done' Created wheel for markdown-it-py: filename=markdown_it_py-3.0.0-py3-none-any.whl size=87594 sha256=2405b83d987f98f979d0b67707323fa797eade163097dda46f0785cf4a82069a Stored in directory: /root/.cache/pip/wheels/b4/0e/8b/2a77555be7fe04a9ba66ef18f3f7fe60e77addc49f1db5e23c Building wheel for mdurl (pyproject.toml): started Building wheel for mdurl (pyproject.toml): finished with status 'done' Created wheel for mdurl: filename=mdurl-0.1.2-py3-none-any.whl size=10023 sha256=e09a93faf10973b4df4d9bb682dec5068ea51e1a11807dec2cdc21122f6d2f09 Stored in directory: /root/.cache/pip/wheels/75/58/94/b22a684be2e028740d095905aba1425f24b4d11de6a401c0ac Building wheel for parso (pyproject.toml): started Building wheel for parso (pyproject.toml): finished with status 'done' Created wheel for parso: filename=parso-0.8.4-py2.py3-none-any.whl size=103677 sha256=551ad8fa02fff59cb681e4f27895fae38129ee0f932c760e2894c2496ed9f85a Stored in directory: /root/.cache/pip/wheels/43/18/2e/bc9381fd158c74736a2d6a46819246d49e722c037aa9088f1e Building wheel for prompt-toolkit (pyproject.toml): started Building wheel for prompt-toolkit (pyproject.toml): finished with status 'done' Created wheel for prompt-toolkit: filename=prompt_toolkit-3.0.50-py3-none-any.whl size=387869 sha256=52751c0b912a0844c2b4a0b95311a9fcf1c668418e50564b3738e5a4a55da7e9 Stored in directory: /root/.cache/pip/wheels/42/32/d6/89fae2fe6579ff821f3908b6b917af3b17d8155b4ba89141be Building wheel for arrow (pyproject.toml): started Building wheel for arrow (pyproject.toml): finished with status 'done' Created wheel for arrow: filename=arrow-1.3.0-py3-none-any.whl size=66462 sha256=26b8a5b93bd54a90f85a160aafe4f8a33414bbec0d6dd7142c893d4e76634c1c Stored in directory: /root/.cache/pip/wheels/9f/fe/c6/490c9eed6b7529e33c1cb1da2e4ff49d41633fc598d3dc57e7 Building wheel for babel (pyproject.toml): started Building wheel for babel (pyproject.toml): finished with status 'done' Created wheel for babel: filename=babel-2.17.0-py3-none-any.whl size=10182564 sha256=deb005c5d17504053580ecd58945599298221096e26bed212dc67dfc5f3501f9 Stored in directory: /root/.cache/pip/wheels/28/36/69/6ef91062b9b97b438d44d912c933e0be75220c011449a35dc1 Building wheel for cffi (pyproject.toml): started Building wheel for cffi (pyproject.toml): finished with status 'done' Created wheel for cffi: filename=cffi-2.0.0-cp313-cp313-linux_x86_64.whl size=466585 sha256=b7952784f2efd607a7230d7770274bc09aa3b41fb53a9250427f0a3728d900d0 Stored in directory: /root/.cache/pip/wheels/d4/47/b8/0ae8bf0dde2ec6765bd5ccefa943b0504583d313a898b52cf6 Building wheel for click (pyproject.toml): started Building wheel for click (pyproject.toml): finished with status 'done' Created wheel for click: filename=click-8.4.2-py3-none-any.whl size=119243 sha256=2252088d7b7fe76fbfa50fae76a9657f3ffafafc85a34a799a97bc172c852a3f Stored in directory: /root/.cache/pip/wheels/e5/a9/66/c6560364650fe385d7231bd2030c4b8cdd9cb27000e8905b6b Building wheel for importlib-metadata (pyproject.toml): started Building wheel for importlib-metadata (pyproject.toml): finished with status 'done' Created wheel for importlib-metadata: filename=importlib_metadata-8.6.1-py3-none-any.whl size=27013 sha256=0e1ebe6e3cde9e5569d31fb9a00287a4edacaa629ac3d98aea3a63691feee4be Stored in directory: /root/.cache/pip/wheels/b6/cc/ed/5b17c27889b677291da1411fde2eeb372e2232811b6e938cd3 Building wheel for ipython (pyproject.toml): started Building wheel for ipython (pyproject.toml): finished with status 'done' Created wheel for ipython: filename=ipython-9.0.2-py3-none-any.whl size=600569 sha256=ad17e3f28a0b2d7a261b5f7a8d425781731d298a7ca4ccc67af5ab35c85f16af Stored in directory: /root/.cache/pip/wheels/22/1b/11/33b8de56a34e02e2eff536de2942a1d39c30163ae71b5bd3d9 Building wheel for jsonschema (pyproject.toml): started Building wheel for jsonschema (pyproject.toml): finished with status 'done' Created wheel for jsonschema: filename=jsonschema-4.23.0-py3-none-any.whl size=88461 sha256=a97a21c8c1afc40c85441cd1f76b8a3a2c7a248aafa4eb6af274a9eb76887c3d Stored in directory: /root/.cache/pip/wheels/15/51/85/5292657dfdddb9705146309db4fdbd024e43d43b49b1facb5a Building wheel for attrs (pyproject.toml): started Building wheel for attrs (pyproject.toml): finished with status 'done' Created wheel for attrs: filename=attrs-25.1.0-py3-none-any.whl size=63150 sha256=66685e8279cbcf2e448f05e40afa8e1bb9e209048bdac13567eafcbb3e006b57 Stored in directory: /root/.cache/pip/wheels/b4/b6/cb/92074ce97aeec13fd6cb3a18f05b3a69387fbe9fca0632c021 Building wheel for jsonschema-specifications (pyproject.toml): started Building wheel for jsonschema-specifications (pyproject.toml): finished with status 'done' Created wheel for jsonschema-specifications: filename=jsonschema_specifications-2024.10.1-py3-none-any.whl size=18458 sha256=abab8dfa983d93c33806d30716fbe94db2d1522dc4d72ba16624004a829ae9db Stored in directory: /root/.cache/pip/wheels/94/85/1f/2d8222ef1cb0ed8bd1810fac11f25163ba0a08b07ca3ec4e05 Building wheel for lxml (pyproject.toml): started Building wheel for lxml (pyproject.toml): still running... Building wheel for lxml (pyproject.toml): finished with status 'done' Created wheel for lxml: filename=lxml-6.1.0-cp313-cp313-linux_x86_64.whl size=10065441 sha256=598a8451547759401bab052f0c42910b4d9b84a20e8d1bf44e01167747ce8739 Stored in directory: /root/.cache/pip/wheels/a6/6d/16/a624fbb8d26c8d0f7f7d65024c672442851a0769426a02fb70 Building wheel for markupsafe (pyproject.toml): started Building wheel for markupsafe (pyproject.toml): finished with status 'done' Created wheel for markupsafe: filename=markupsafe-3.0.2-cp313-cp313-linux_x86_64.whl size=22841 sha256=9a0fb14ca5ba673aede7abebc6e0d74b6efcd4a5194119832af67e96b86400fe Stored in directory: /root/.cache/pip/wheels/c9/3a/71/0ae58756520a2873f0144737a2e9d29126d6c86bf2da2b4f13 Building wheel for matplotlib-inline (pyproject.toml): started Building wheel for matplotlib-inline (pyproject.toml): finished with status 'done' Created wheel for matplotlib-inline: filename=matplotlib_inline-0.1.7-py3-none-any.whl size=9936 sha256=e8481f02f090b7d1ddf09df0db88a18454e7a6315ca0fccf45e10e42111beca3 Stored in directory: /root/.cache/pip/wheels/91/4e/c5/5e961979ab3829f12f933ee7e882e57f1cdc24af8fc2abb4bc Building wheel for narwhals (pyproject.toml): started Building wheel for narwhals (pyproject.toml): finished with status 'done' Created wheel for narwhals: filename=narwhals-1.37.0-py3-none-any.whl size=331871 sha256=a549367fd09c46c3820bead43d6f2702a92e0dd8fca5085eb954387b619b457a Stored in directory: /root/.cache/pip/wheels/81/ad/72/a735644b72216fa92e431a00a29377c633c4d4b5be10fa42bb Building wheel for packaging (pyproject.toml): started Building wheel for packaging (pyproject.toml): finished with status 'done' Created wheel for packaging: filename=packaging-26.2-py3-none-any.whl size=100204 sha256=5622a42e58f07823594b2adc7f5492760794f75b8c2fabca52186d2362603c41 Stored in directory: /root/.cache/pip/wheels/35/6b/64/f622595614992d106ec2715a7e1809deee767fd0f73f61db4a Building wheel for pillow (pyproject.toml): started Building wheel for pillow (pyproject.toml): finished with status 'done' Created wheel for pillow: filename=pillow-12.3.0-cp313-cp313-linux_x86_64.whl size=1558140 sha256=8f7b860ffd18d922cccd2ffabc8f8061e69e789fac8e60ba2aba2d1445e14bdb Stored in directory: /root/.cache/pip/wheels/ac/6e/6e/1b39620f4ef1fa5e1ce52d5fec0e54fbc95d22fb19172c9527 Building wheel for platformdirs (pyproject.toml): started Building wheel for platformdirs (pyproject.toml): finished with status 'done' Created wheel for platformdirs: filename=platformdirs-4.5.0-py3-none-any.whl size=18560 sha256=b9b9eda4c9c00fec14dd3d1e1ae6cc3e8321b018be00f8c46066120d525fac13 Stored in directory: /root/.cache/pip/wheels/cb/0c/a1/dda52b974ac4233f6cb9ea3f6d55726cdc8378c4685b4ff779 Building wheel for referencing (pyproject.toml): started Building wheel for referencing (pyproject.toml): finished with status 'done' Created wheel for referencing: filename=referencing-0.36.2-py3-none-any.whl size=26776 sha256=34ecc10856429123eb0a1045fe25287f42182585d769c6b603934e7fe191a3d0 Stored in directory: /root/.cache/pip/wheels/e4/b0/27/060c15f5b302e9ec2ed30cf9b7fe25984ce72752cfc7c04f02 Building wheel for rpds-py (pyproject.toml): started Building wheel for rpds-py (pyproject.toml): finished with status 'done' Created wheel for rpds-py: filename=rpds_py-0.29.0-cp313-cp313-linux_x86_64.whl size=393765 sha256=2deed2a7c660c25f46871aa09f072e6af7a43ba7602d346c1609db232f592b92 Stored in directory: /root/.cache/pip/wheels/e8/01/bb/8a419ed9a3e9f703d9e66c3524a890ce6600528efb5031b763 Building wheel for sniffio (pyproject.toml): started Building wheel for sniffio (pyproject.toml): finished with status 'done' Created wheel for sniffio: filename=sniffio-1.3.1-py3-none-any.whl size=10284 sha256=9d2c7b10e54b951c9658dc44f8ca6ee474490131e73f22f37f83961a94be58d5 Stored in directory: /root/.cache/pip/wheels/1b/bf/77/3793f7e384e32bbe6586869fec505ac9cf8576ce08ac2609e3 Building wheel for tornado (pyproject.toml): started Building wheel for tornado (pyproject.toml): finished with status 'done' Created wheel for tornado: filename=tornado-6.5.7-cp39-abi3-linux_x86_64.whl size=448375 sha256=9e90042a706375c3cb58aec98a40816502aae84d5c9f08eb91f15c3fc6246c36 Stored in directory: /root/.cache/pip/wheels/47/5b/33/c7feaa3feedca792bb3bd827b1b88644bfad4e14d15badd334 Building wheel for traitlets (pyproject.toml): started Building wheel for traitlets (pyproject.toml): finished with status 'done' Created wheel for traitlets: filename=traitlets-5.14.3-py3-none-any.whl size=85356 sha256=389df0fecbd4a57df79cd44889ce7ed3f4957f0e165c57c44058cbdb12911fe1 Stored in directory: /root/.cache/pip/wheels/2b/c4/c3/a536f6eaa7b9a311108d915ed110404c9d83ac77b385513be5 Building wheel for types-python-dateutil (pyproject.toml): started Building wheel for types-python-dateutil (pyproject.toml): finished with status 'done' Created wheel for types-python-dateutil: filename=types_python_dateutil-2.9.0.20241206-py3-none-any.whl size=14463 sha256=3f8f06c4963c7f3b8b9cb1b0227fbc262bf341d8d4aae01c0412ad4b92860f04 Stored in directory: /root/.cache/pip/wheels/d9/dc/8e/20e64e3ca27c8f012d19957519721634380dae4bc101ba4efa Building wheel for typing_extensions (pyproject.toml): started Building wheel for typing_extensions (pyproject.toml): finished with status 'done' Created wheel for typing_extensions: filename=typing_extensions-4.15.0-py3-none-any.whl size=44614 sha256=f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548 Stored in directory: /root/.cache/pip/wheels/cc/94/cf/cff0a62ae14269478c9c5a9aed747cf7ab88ae5c63233523fe Building wheel for zipp (pyproject.toml): started Building wheel for zipp (pyproject.toml): finished with status 'done' Created wheel for zipp: filename=zipp-3.21.0-py3-none-any.whl size=9659 sha256=4a3d9c796374f46b72ad130612dec260309317ba07f54ed296b9cd408c54088b Stored in directory: /root/.cache/pip/wheels/b0/43/cb/a7dfa616492f6348706d31224baacd5a6416e5c93cc78d691d Building wheel for aiohttp (pyproject.toml): started Building wheel for aiohttp (pyproject.toml): finished with status 'done' Created wheel for aiohttp: filename=aiohttp-3.14.3-cp313-cp313-linux_x86_64.whl size=1749308 sha256=04f230160b82d1736c4b2debf64486c078aa64b0ae93a09b88d293301706d974 Stored in directory: /root/.cache/pip/wheels/44/fc/8b/4e802271537ea091d2f1362bdd062ceb9e5f6f9b22242d13a1 Building wheel for multidict (pyproject.toml): started Building wheel for multidict (pyproject.toml): finished with status 'done' Created wheel for multidict: filename=multidict-6.1.0-cp313-cp313-linux_x86_64.whl size=130413 sha256=1bf6e1a19041f8af84dc09ce8d15f75c5020617aa8512382fa4b2691b50be2d2 Stored in directory: /root/.cache/pip/wheels/6a/45/ec/0346af42277e50f74a282b6c8b3a0328794fd5e8d24004be29 Building wheel for yarl (pyproject.toml): started Building wheel for yarl (pyproject.toml): finished with status 'done' Created wheel for yarl: filename=yarl-1.18.3-cp313-cp313-linux_x86_64.whl size=339220 sha256=e613e47b98db8eb1d11ff9e46329c341418e8845366cad8f7d3940dc2c3b65c0 Stored in directory: /root/.cache/pip/wheels/3b/4b/1e/0cd2d71ca415eb39dc9bdbaa17698fce531298b8b2c61a06e6 Building wheel for aiohappyeyeballs (pyproject.toml): started Building wheel for aiohappyeyeballs (pyproject.toml): finished with status 'done' Created wheel for aiohappyeyeballs: filename=aiohappyeyeballs-2.5.0-py3-none-any.whl size=15160 sha256=0db294d9f88a65f9c6bb96644bf7906f55d44e552575be80e2a74f0f5b3ba567 Stored in directory: /root/.cache/pip/wheels/ed/b2/20/fee96907ff7823684fba92c1a7a8b904ca913dbe769cdedb12 Building wheel for aiosignal (pyproject.toml): started Building wheel for aiosignal (pyproject.toml): finished with status 'done' Created wheel for aiosignal: filename=aiosignal-1.4.0-py3-none-any.whl size=7490 sha256=3be35ce600c00b18ad47c927df66e950499c8755f0acd5c9761ad77d0c088cfd Stored in directory: /root/.cache/pip/wheels/0d/56/73/8ab751b393035f64781c96a5062fa492538fb9c657d45406e4 Building wheel for frozenlist (pyproject.toml): started Building wheel for frozenlist (pyproject.toml): finished with status 'done' Created wheel for frozenlist: filename=frozenlist-1.5.0-cp313-cp313-linux_x86_64.whl size=299045 sha256=fb4cc6dc506e73be374f61141d3ce955ccfc3191c4454b9c9d69ed450c8e0729 Stored in directory: /root/.cache/pip/wheels/27/77/94/133655d37f6595e539a16fe120117ab055a7a45016803b565c Building wheel for propcache (pyproject.toml): started Building wheel for propcache (pyproject.toml): finished with status 'done' Created wheel for propcache: filename=propcache-0.3.0-cp313-cp313-linux_x86_64.whl size=227013 sha256=f53afe1f711f5d5ae08a360a55e9ecfbfaf7087f024acf199e547e18775258e7 Stored in directory: /root/.cache/pip/wheels/22/b3/2c/f65a7ba86c68435f82351336399a33fb68132496f7d44cd42c Building wheel for beautifulsoup4 (pyproject.toml): started Building wheel for beautifulsoup4 (pyproject.toml): finished with status 'done' Created wheel for beautifulsoup4: filename=beautifulsoup4-4.13.3-py3-none-any.whl size=186636 sha256=90b7d62bdbe2210a98159a9f6152152e2f5800ffa692c7e70853766ee0eeaf2d Stored in directory: /root/.cache/pip/wheels/e1/c5/77/871610c93796b354545036afe53af8db55fae815e6e466f090 Building wheel for soupsieve (pyproject.toml): started Building wheel for soupsieve (pyproject.toml): finished with status 'done' Created wheel for soupsieve: filename=soupsieve-2.8.4-py3-none-any.whl size=37304 sha256=9b74526eb271375d6e43b8036606a51891ef66c083d83a5cc46a08c5089dd149 Stored in directory: /root/.cache/pip/wheels/00/8a/03/fcf4d9d758b3727ca6770b0ef677310776567cad4d5ec46d9f Building wheel for decorator (pyproject.toml): started Building wheel for decorator (pyproject.toml): finished with status 'done' Created wheel for decorator: filename=decorator-5.2.1-py3-none-any.whl size=8969 sha256=4bde0ffe3777f692e1791353fb5d1e5b2f1a2e92f6790147a40180cd3fdfa66f Stored in directory: /root/.cache/pip/wheels/22/c3/2a/222c02b615b1ef0fbcd01202c1e9eb84407fa1a3d6822e2b8c Building wheel for asttokens (pyproject.toml): started Building wheel for asttokens (pyproject.toml): finished with status 'done' Created wheel for asttokens: filename=asttokens-3.0.0-py3-none-any.whl size=26957 sha256=6a8621d0194d5e7f6d3ffc87e70bf197eb85e597b3deb88550ed4e782a1e3095 Stored in directory: /root/.cache/pip/wheels/d2/4f/25/ba4653858e38d4b293501b318e6a25eaa68d8f315264dad75f Building wheel for executing (pyproject.toml): started Building wheel for executing (pyproject.toml): finished with status 'done' Created wheel for executing: filename=executing-2.2.0-py2.py3-none-any.whl size=26740 sha256=468f1de9ca9449157c5069e9df0d12989c93d048756a948bc6c2f115dcbabace Stored in directory: /root/.cache/pip/wheels/d5/3e/f0/b08b90c0be0e9ebfb2dc03ec47ed532f63eaae1989d3483101 Building wheel for tqdm (pyproject.toml): started Building wheel for tqdm (pyproject.toml): finished with status 'done' Created wheel for tqdm: filename=tqdm-4.67.1-py3-none-any.whl size=78580 sha256=20590d9592cb27cf9ca56bad034c1a5461a0d054df91bf8456151586fd5a3260 Stored in directory: /root/.cache/pip/wheels/dc/e3/21/2f76ebd10c58a53f0a8c39cbfd9016b0da6ac5d37ed5dfd4cf Building wheel for wcwidth (pyproject.toml): started Building wheel for wcwidth (pyproject.toml): finished with status 'done' Created wheel for wcwidth: filename=wcwidth-0.2.13-py2.py3-none-any.whl size=34256 sha256=8c028b0e9f9f40b83ca72805d675261ad90724d4e60db745610872723c166e95 Stored in directory: /root/.cache/pip/wheels/59/d0/3d/79a9c043c4277ed45f7698aad7155f7fd11bc4a094214d1d9f Successfully built argon2-cffi argon2-cffi-bindings asgiref async-lru bleach cairocffi cairosvg comm cssselect2 niquests tenacity urllib3-future jh2 wassima debugpy docstring-to-markdown download et-xmlfile faicons fastjsonschema fqdn freetype_py htmltools ipykernel ipython-genutils ipywidgets jupyterlab_widgets widgetsnbextension isoduration jsonpointer json5 jupyter jupyter-client jupyter-console jupyter-core jupyter-events jupyter-lsp jupyter-server jupyter-server-proxy jupyter-server-terminals jupyterlab linkify-it-py mdit-py-plugins mistune nbclassic nbclient nbformat nest-asyncio notebook odswriter openpyxl opentelemetry_api overrides prometheus-client pycairo pypdf python-json-logger python-lsp-jsonrpc python-lsp-server python-multipart python-pptx pyxml2pdf pyzmq reportlab rlpycairo questionary Send2Trash shiny shinychat simpervisor starlette svglib tinycss2 uc-micro-py ujson uvicorn watchfiles webcolors websockets websocket-client xlsxwriter anyio charset-normalizer jedi markdown-it-py mdurl parso prompt-toolkit arrow babel cffi click importlib-metadata ipython jsonschema attrs jsonschema-specifications lxml markupsafe matplotlib-inline narwhals packaging pillow platformdirs referencing rpds-py sniffio tornado traitlets types-python-dateutil typing_extensions zipp aiohttp multidict yarl aiohappyeyeballs aiosignal frozenlist propcache beautifulsoup4 soupsieve decorator asttokens executing tqdm wcwidth if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_extratools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_extratools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_extratools@mfext[/opt/metwork-mfext-master/opt/python3_extratools] is already loaded Looking in links: ./src Processing ./src/argon2_cffi-23.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/argon2_cffi_bindings-21.2.0-cp313-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/asgiref-3.8.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/aspose_slides-26.5.0-py3-none-manylinux1_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/async_lru-2.0.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/bleach-6.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/cairocffi-1.7.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/cairosvg-2.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/comm-0.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/cssselect2-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/datagouv_client-0.5.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/debugpy-1.8.14-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/docstring_to_markdown-0.17-py3-none-any.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/download-0.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/et_xmlfile-2.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/faicons-0.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/fastjsonschema-2.21.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/fqdn-1.5.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/freetype_py-2.5.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/htmltools-0.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/ipykernel-6.29.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/ipython_genutils-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/ipywidgets-8.1.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/isoduration-20.11.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/jh2-5.0.13-cp37-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/jsonpointer-3.0.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/json5-0.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/jupyter-1.1.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/jupyter_client-8.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/jupyter_console-6.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/jupyter_core-5.7.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 31)) Processing ./src/jupyter_events-0.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 32)) Processing ./src/jupyter_lsp-2.2.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/jupyter_server-2.20.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/jupyter_server_proxy-4.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/jupyter_server_terminals-0.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/jupyterlab-4.5.10-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/jupyterlab_pygments-0.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/jupyterlab_server-2.28.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/jupyterlab_widgets-3.0.15-py3-none-any.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/linkify_it_py-2.0.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/mdit_py_plugins-0.4.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/mistune-3.3.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/nbclassic-1.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/nbclient-0.10.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/nbconvert-7.17.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/nbformat-5.10.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/nest_asyncio-1.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/niquests-3.21.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/notebook-7.5.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/notebook_shim-0.2.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/odswriter-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/openpyxl-3.1.5-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/opentelemetry_api-1.42.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/overrides-7.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/pandocfilters-1.5.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/prometheus_client-0.21.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/pycairo-1.29.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/pypdf-6.15.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/python_json_logger-3.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/python_lsp_jsonrpc-1.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/python_lsp_server-1.12.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/python_multipart-0.0.31-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/python_pptx-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/pyxml2pdf-0.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/pyzmq-26.4.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/qh3-1.9.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/reportlab-4.4.10-py3-none-any.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/rlpycairo-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/questionary-2.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/rfc3339_validator-0.1.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/rfc3986_validator-0.1.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/send2trash-1.8.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/shiny-1.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Processing ./src/shinychat-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 75)) Processing ./src/simpervisor-1.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 76)) Processing ./src/starlette-1.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 77)) Processing ./src/svglib-1.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 78)) Processing ./src/tenacity-9.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 79)) Processing ./src/terminado-0.18.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 80)) Processing ./src/tinycss2-1.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 81)) Processing ./src/uc_micro_py-1.0.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 82)) Processing ./src/ujson-5.13.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 83)) Processing ./src/uri_template-1.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 84)) Processing ./src/urllib3_future-2.24.900-py3-none-any.whl (from -r requirements3.txt.tmp (line 85)) Processing ./src/uvicorn-0.34.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 86)) Processing ./src/wassima-2.1.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 87)) Processing ./src/watchfiles-1.1.1-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 88)) Processing ./src/webcolors-24.11.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 89)) Processing ./src/webencodings-0.5.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 90)) Processing ./src/websockets-15.0.1-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 91)) Processing ./src/websocket_client-1.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 92)) Processing ./src/widgetsnbextension-4.0.14-py3-none-any.whl (from -r requirements3.txt.tmp (line 93)) Processing ./src/xlsxwriter-3.2.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 94)) Requirement already satisfied: cffi>=1.0.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from argon2-cffi-bindings==21.2.0->-r requirements3.txt.tmp (line 2)) (2.0.0) Requirement already satisfied: defusedxml in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cairosvg==2.9.0->-r requirements3.txt.tmp (line 8)) (0.7.1) Requirement already satisfied: pillow in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cairosvg==2.9.0->-r requirements3.txt.tmp (line 8)) (12.3.0) Requirement already satisfied: traitlets>=4 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from comm==0.2.2->-r requirements3.txt.tmp (line 9)) (5.14.3) Requirement already satisfied: charset-normalizer<4,>=2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from niquests==3.21.0->-r requirements3.txt.tmp (line 49)) (3.4.7) Requirement already satisfied: h11<1.0.0,>=0.11.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from urllib3-future==2.24.900->-r requirements3.txt.tmp (line 85)) (0.16.0) Requirement already satisfied: importlib-metadata>=3.6 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from docstring-to-markdown==0.17->-r requirements3.txt.tmp (line 13)) (8.6.1) Requirement already satisfied: typing_extensions>=4.6 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from docstring-to-markdown==0.17->-r requirements3.txt.tmp (line 13)) (4.15.0) Requirement already satisfied: tqdm in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from download==0.3.5->-r requirements3.txt.tmp (line 14)) (4.67.1) Requirement already satisfied: six in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from download==0.3.5->-r requirements3.txt.tmp (line 14)) (1.17.0) Requirement already satisfied: requests in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from download==0.3.5->-r requirements3.txt.tmp (line 14)) (2.34.2) Requirement already satisfied: packaging>=20.9 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from htmltools==0.7.0->-r requirements3.txt.tmp (line 20)) (26.2) Requirement already satisfied: ipython>=7.23.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (9.0.2) Requirement already satisfied: matplotlib-inline>=0.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (0.1.7) Requirement already satisfied: psutil in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (7.2.2) Requirement already satisfied: tornado>=6.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (6.5.7) Requirement already satisfied: arrow>=0.15.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from isoduration==20.11.0->-r requirements3.txt.tmp (line 24)) (1.3.0) Requirement already satisfied: python-dateutil>=2.8.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-client==8.6.3->-r requirements3.txt.tmp (line 29)) (2.9.0.post0) Requirement already satisfied: prompt-toolkit>=3.0.30 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-console==6.6.3->-r requirements3.txt.tmp (line 30)) (3.0.50) Requirement already satisfied: pygments in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-console==6.6.3->-r requirements3.txt.tmp (line 30)) (2.20.0) Requirement already satisfied: platformdirs>=2.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from jupyter-core==5.7.2->-r requirements3.txt.tmp (line 31)) (4.5.0) Requirement already satisfied: jsonschema>=4.18.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt.tmp (line 32)) (4.23.0) Requirement already satisfied: pyyaml>=5.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-events==0.12.0->-r requirements3.txt.tmp (line 32)) (6.0.3) Requirement already satisfied: referencing in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-events==0.12.0->-r requirements3.txt.tmp (line 32)) (0.36.2) Requirement already satisfied: anyio>=3.1.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-server==2.20.0->-r requirements3.txt.tmp (line 34)) (4.9.0) Requirement already satisfied: jinja2>=3.0.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-server==2.20.0->-r requirements3.txt.tmp (line 34)) (3.1.6) Requirement already satisfied: aiohttp in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 35)) (3.14.3) Requirement already satisfied: httpx<1,>=0.25.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyterlab==4.5.10->-r requirements3.txt.tmp (line 37)) (0.28.1) Requirement already satisfied: setuptools>=41.1.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from jupyterlab==4.5.10->-r requirements3.txt.tmp (line 37)) (83.0.0) Requirement already satisfied: babel>=2.10 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyterlab-server==2.28.0->-r requirements3.txt.tmp (line 39)) (2.17.0) Requirement already satisfied: markdown-it-py<4.0.0,>=1.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mdit-py-plugins==0.4.2->-r requirements3.txt.tmp (line 42)) (3.0.0) Requirement already satisfied: beautifulsoup4 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from nbconvert==7.17.1->-r requirements3.txt.tmp (line 46)) (4.13.3) Requirement already satisfied: markupsafe>=2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from nbconvert==7.17.1->-r requirements3.txt.tmp (line 46)) (3.0.2) Requirement already satisfied: jedi<0.20.0,>=0.17.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from python-lsp-server==1.12.2->-r requirements3.txt.tmp (line 62)) (0.19.2) Requirement already satisfied: pluggy>=1.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from python-lsp-server==1.12.2->-r requirements3.txt.tmp (line 62)) (1.6.0) Requirement already satisfied: lxml>=3.1.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from python-pptx==1.0.2->-r requirements3.txt.tmp (line 64)) (6.1.0) Requirement already satisfied: click>=8.1.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from shiny==1.6.3->-r requirements3.txt.tmp (line 74)) (8.4.2) Requirement already satisfied: narwhals>=1.10.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from shiny==1.6.3->-r requirements3.txt.tmp (line 74)) (1.37.0) Requirement already satisfied: orjson>=3.10.7 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from shiny==1.6.3->-r requirements3.txt.tmp (line 74)) (3.11.9) Requirement already satisfied: ptyprocess in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from terminado==0.18.1->-r requirements3.txt.tmp (line 80)) (0.7.0) Requirement already satisfied: idna>=2.8 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from anyio>=3.1.0->jupyter-server==2.20.0->-r requirements3.txt.tmp (line 34)) (3.18) Requirement already satisfied: sniffio>=1.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from anyio>=3.1.0->jupyter-server==2.20.0->-r requirements3.txt.tmp (line 34)) (1.3.1) Requirement already satisfied: certifi in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from httpx<1,>=0.25.0->jupyterlab==4.5.10->-r requirements3.txt.tmp (line 37)) (2026.7.22) Requirement already satisfied: httpcore==1.* in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from httpx<1,>=0.25.0->jupyterlab==4.5.10->-r requirements3.txt.tmp (line 37)) (1.0.9) Requirement already satisfied: parso<0.9.0,>=0.8.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jedi<0.20.0,>=0.17.2->python-lsp-server==1.12.2->-r requirements3.txt.tmp (line 62)) (0.8.4) Requirement already satisfied: mdurl~=0.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from markdown-it-py<4.0.0,>=1.0.0->mdit-py-plugins==0.4.2->-r requirements3.txt.tmp (line 42)) (0.1.2) Requirement already satisfied: wcwidth in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from prompt-toolkit>=3.0.30->jupyter-console==6.6.3->-r requirements3.txt.tmp (line 30)) (0.2.13) Requirement already satisfied: types-python-dateutil>=2.8.10 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from arrow>=0.15.0->isoduration==20.11.0->-r requirements3.txt.tmp (line 24)) (2.9.0.20241206) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cffi>=1.0.1->argon2-cffi-bindings==21.2.0->-r requirements3.txt.tmp (line 2)) (3.0) Requirement already satisfied: zipp>=3.20 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from importlib-metadata>=3.6->docstring-to-markdown==0.17->-r requirements3.txt.tmp (line 13)) (3.21.0) Requirement already satisfied: decorator in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (5.2.1) Requirement already satisfied: ipython-pygments-lexers in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (1.1.1) Requirement already satisfied: pexpect>4.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (4.9.0) Requirement already satisfied: stack_data in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (0.6.3) Requirement already satisfied: attrs>=22.2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt.tmp (line 32)) (25.1.0) Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt.tmp (line 32)) (2024.10.1) Requirement already satisfied: rpds-py>=0.7.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt.tmp (line 32)) (0.29.0) Requirement already satisfied: urllib3<3,>=1.26 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from requests->download==0.3.5->-r requirements3.txt.tmp (line 14)) (2.7.0) Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 35)) (2.5.0) Requirement already satisfied: aiosignal>=1.4.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 35)) (1.4.0) Requirement already satisfied: frozenlist>=1.1.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 35)) (1.5.0) Requirement already satisfied: multidict<7.0,>=4.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 35)) (6.1.0) Requirement already satisfied: propcache>=0.2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 35)) (0.3.0) Requirement already satisfied: yarl<2.0,>=1.17.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 35)) (1.18.3) Requirement already satisfied: soupsieve>1.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from beautifulsoup4->nbconvert==7.17.1->-r requirements3.txt.tmp (line 46)) (2.8.4) Requirement already satisfied: executing>=1.2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (2.2.0) Requirement already satisfied: asttokens>=2.1.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (3.0.0) Requirement already satisfied: pure_eval in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (0.2.3) Installing collected packages: webencodings, odswriter, ipython-genutils, fastjsonschema, xlsxwriter, widgetsnbextension, websockets, websocket-client, webcolors, wassima, uvicorn, uri-template, ujson, uc-micro-py, tinycss2, terminado, tenacity, simpervisor, Send2Trash, rfc3986-validator, rfc3339-validator, reportlab, qh3, pyzmq, python-multipart, python-json-logger, pypdf, pycairo, prometheus-client, pandocfilters, overrides, opentelemetry_api, nest-asyncio, mistune, jupyterlab_widgets, jupyterlab-pygments, jupyter-core, jsonpointer, json5, jh2, htmltools, freetype_py, fqdn, et-xmlfile, debugpy, comm, bleach, async-lru, Aspose.Slides, asgiref, watchfiles, urllib3-future, starlette, rlpycairo, questionary, python-pptx, python-lsp-jsonrpc, openpyxl, mdit-py-plugins, linkify-it-py, jupyter-server-terminals, jupyter-client, faicons, download, docstring-to-markdown, cssselect2, cairocffi, argon2-cffi-bindings, svglib, pyxml2pdf, python-lsp-server, niquests, isoduration, ipywidgets, ipykernel, cairosvg, argon2-cffi, nbformat, jupyter-console, datagouv_client, nbclient, jupyter-events, nbconvert, jupyter-server, notebook-shim, jupyterlab-server, jupyter-server-proxy, jupyter-lsp, nbclassic, jupyterlab, notebook, jupyter, shinychat, shiny Successfully installed Aspose.Slides-26.5.0 Send2Trash-1.8.3 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 asgiref-3.8.1 async-lru-2.0.5 bleach-6.4.0 cairocffi-1.7.1 cairosvg-2.9.0 comm-0.2.2 cssselect2-0.9.0 datagouv_client-0.5.0 debugpy-1.8.14 docstring-to-markdown-0.17 download-0.3.5 et-xmlfile-2.0.0 faicons-0.2.2 fastjsonschema-2.21.1 fqdn-1.5.1 freetype_py-2.5.1 htmltools-0.7.0 ipykernel-6.29.5 ipython-genutils-0.2.0 ipywidgets-8.1.7 isoduration-20.11.0 jh2-5.0.13 json5-0.12.0 jsonpointer-3.0.0 jupyter-1.1.1 jupyter-client-8.6.3 jupyter-console-6.6.3 jupyter-core-5.7.2 jupyter-events-0.12.0 jupyter-lsp-2.2.5 jupyter-server-2.20.0 jupyter-server-proxy-4.4.0 jupyter-server-terminals-0.5.3 jupyterlab-4.5.10 jupyterlab-pygments-0.3.0 jupyterlab-server-2.28.0 jupyterlab_widgets-3.0.15 linkify-it-py-2.0.3 mdit-py-plugins-0.4.2 mistune-3.3.3 nbclassic-1.3.1 nbclient-0.10.2 nbconvert-7.17.1 nbformat-5.10.4 nest-asyncio-1.6.0 niquests-3.21.0 notebook-7.5.6 notebook-shim-0.2.4 odswriter-0.4.0 openpyxl-3.1.5 opentelemetry_api-1.42.1 overrides-7.7.0 pandocfilters-1.5.1 prometheus-client-0.21.1 pycairo-1.29.0 pypdf-6.15.0 python-json-logger-3.3.0 python-lsp-jsonrpc-1.1.2 python-lsp-server-1.12.2 python-multipart-0.0.31 python-pptx-1.0.2 pyxml2pdf-0.3.5 pyzmq-26.4.0 qh3-1.9.4 questionary-2.1.1 reportlab-4.4.10 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rlpycairo-0.4.0 shiny-1.6.3 shinychat-0.4.0 simpervisor-1.0.0 starlette-1.3.1 svglib-1.6.0 tenacity-9.1.2 terminado-0.18.1 tinycss2-1.4.0 uc-micro-py-1.0.3 ujson-5.13.0 uri-template-1.3.0 urllib3-future-2.24.900 uvicorn-0.34.2 wassima-2.1.3 watchfiles-1.1.1 webcolors-24.11.1 webencodings-0.5.1 websocket-client-1.8.0 websockets-15.0.1 widgetsnbextension-4.0.14 xlsxwriter-3.2.5 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/aspose_slides.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/Send2Trash.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/argon2-cffi-bindings.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/argon2-cffi.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/asgiref.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/async-lru.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/bleach.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/cairocffi.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/CairoSVG.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/comm.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/cssselect2.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/datagouv_client.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/debugpy.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/docstring-to-markdown.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/download.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/et_xmlfile.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/faicons.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/fastjsonschema.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/fqdn.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/freetype-py.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/htmltools.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/ipykernel.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/ipython_genutils.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/ipywidgets.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/isoduration.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jh2.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/json5.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jsonpointer.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter_client.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter-console.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter_core.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter-events.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter-lsp.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter_server_proxy.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter_server_terminals.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter_server.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyterlab_pygments.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyterlab_server.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyterlab.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyterlab_widgets.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/linkify-it-py.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/mdit-py-plugins.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/mistune.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/nbclassic.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/nbclient.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/nbconvert.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/nbformat.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/nest_asyncio.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/niquests.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/notebook_shim.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/notebook.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/odswriter.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/openpyxl.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/opentelemetry-api.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/overrides.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/pandocfilters.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/prometheus_client.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/pycairo.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/pypdf.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/python-json-logger.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/python-lsp-jsonrpc.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/python-lsp-server.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/python-multipart.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/python-pptx.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/pyxml2pdf.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/pyzmq.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/qh3.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/questionary.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/reportlab.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/rfc3339_validator.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/rfc3986_validator.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/rlPyCairo.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/shiny.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/shinychat.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/simpervisor.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/starlette.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/svglib.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/tenacity.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/terminado.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/tinycss2.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/uc-micro-py.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/ujson.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/uri-template.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/urllib3-future.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/uvicorn.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/wassima.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/watchfiles.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/webcolors.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/webencodings.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/websocket-client.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/websockets.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/widgetsnbextension.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/xlsxwriter.yaml is ready cd /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/aspose && ls -1 *.cpython-*.so | grep -v 313 | xargs rm -f touch /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/aspose/.clean_aspose make[3]: Leaving directory '/src/layers/layer5_python3_extratools/0500_extra_packages' if test "1" = "1"; then echo extratools > /opt/metwork-mfext-master/opt/python3_extratools/.mfextaddon; fi _layer_dhash "python3_extratools@mfext" >/opt/metwork-mfext-master/opt/python3_extratools/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_extratools" cache: /buildcache/mfext_cache_layer_python3_extratools_7840e76bd6147766645c6cc3a139d365.tar created make[2]: Leaving directory '/src/layers/layer5_python3_extratools' make[1]: Leaving directory '/src/layers' if test "1" != "1"; then _layer_dhash root@mfext >/opt/metwork-mfext-master/.dhash; fi layer_wrapper --layers=python3_devtools@mfext -- _yaml_to_md.py ALL >.metwork-framework/components.md