Read the Docs build information Build id: 1611914 Project: institute-for-disease-modeling-covasim Version: v1.7.4 Commit: 985161f192aa9cc886ab9814f5f5bda27b3dd669 Date: 2023-07-20T20:47:09.361708Z State: finished Success: False [rtd-command-info] start-time: 2023-07-20T20:47:14.028097Z, end-time: 2023-07-20T20:47:18.475657Z, duration: 4, exit-code: 0 git clone --no-single-branch --depth 50 git@github.com:InstituteforDiseaseModeling/covasim.git . Cloning into '.'... Warning: Permanently added 'github.com,192.30.255.113' (ECDSA) to the list of known hosts. [rtd-command-info] start-time: 2023-07-20T20:47:18.802119Z, end-time: 2023-07-20T20:47:18.920276Z, duration: 0, exit-code: 0 git checkout --force 985161f192aa9cc886ab9814f5f5bda27b3dd669 Note: switching to '985161f192aa9cc886ab9814f5f5bda27b3dd669'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 985161f1 Merge pull request #702 from amath-idm/refactor-tracing [rtd-command-info] start-time: 2023-07-20T20:47:19.424306Z, end-time: 2023-07-20T20:47:19.481906Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-07-20T20:47:19.738808Z, end-time: 2023-07-20T20:47:19.798406Z, duration: 0, exit-code: 0 cat .readthedocs.yml # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py fail_on_warning: true # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF formats: - htmlzip - pdf # Optionally set the version of Python and requirements required to build your docs python: version: 3.7 install: - requirements: docs/requirements.txt - method: setuptools path: . system_packages: true # Optionally rank topics in search results, between -10 (lower) and 10 (higher). # 0 is normal rank, not no rank search: ranking: index.html: 3 modules.html: 2 [rtd-command-info] start-time: 2023-07-20T20:47:21.253624Z, end-time: 2023-07-20T20:47:26.759184Z, duration: 5, exit-code: 0 python3.7 -mvirtualenv --system-site-packages $READTHEDOCS_VIRTUALENV_PATH Using base prefix '/home/docs/.pyenv/versions/3.7.9' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin/python3.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2023-07-20T20:47:27.060384Z, end-time: 2023-07-20T20:47:28.929236Z, duration: 1, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools<58.3.0 Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (23.2) Collecting setuptools<58.3.0 Downloading setuptools-58.2.0-py3-none-any.whl (946 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 946.1/946.1 kB 33.8 MB/s eta 0:00:00 Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 68.0.0 Uninstalling setuptools-68.0.0: Successfully uninstalled setuptools-68.0.0 Successfully installed setuptools-58.2.0 [rtd-command-info] start-time: 2023-07-20T20:47:29.173553Z, end-time: 2023-07-20T20:47:37.197527Z, duration: 8, exit-code: 0 python -m pip install --upgrade --no-cache-dir -I pillow==5.4.1 mock==1.0.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.9.1 recommonmark==0.5.0 sphinx<2 sphinx-rtd-theme<0.5 readthedocs-sphinx-ext<2.3 jinja2<3.1.0 setuptools<58.3.0 Collecting pillow==5.4.1 Downloading Pillow-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 41.5 MB/s eta 0:00:00 Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 218.1 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting commonmark==0.9.1 Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 164.3 MB/s eta 0:00:00 Collecting recommonmark==0.5.0 Downloading recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting sphinx<2 Downloading Sphinx-1.8.6-py2.py3-none-any.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 181.6 MB/s eta 0:00:00 Collecting sphinx-rtd-theme<0.5 Downloading sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl (6.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/6.4 MB 180.7 MB/s eta 0:00:00 Collecting readthedocs-sphinx-ext<2.3 Obtaining dependency information for readthedocs-sphinx-ext<2.3 from https://files.pythonhosted.org/packages/8c/f1/3d783ebfc084a9d556123d54669116101760e5e0dbb894b006745bcb59ea/readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata (1.5 kB) Collecting jinja2<3.1.0 Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 195.8 MB/s eta 0:00:00 Collecting setuptools<58.3.0 Downloading setuptools-58.2.0-py3-none-any.whl (946 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 946.1/946.1 kB 218.6 MB/s eta 0:00:00 Collecting docutils>=0.11 (from recommonmark==0.5.0) Obtaining dependency information for docutils>=0.11 from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting six>=1.5 (from sphinx<2) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting Pygments>=2.0 (from sphinx<2) Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 217.9 MB/s eta 0:00:00 Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 217.8 MB/s eta 0:00:00 Collecting snowballstemmer>=1.1 (from sphinx<2) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 180.0 MB/s eta 0:00:00 Collecting babel!=2.0,>=1.3 (from sphinx<2) Downloading Babel-2.12.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 163.9 MB/s eta 0:00:00 Collecting imagesize (from sphinx<2) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.0.0 (from sphinx<2) Obtaining dependency information for requests>=2.0.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging (from sphinx<2) Downloading packaging-23.1-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 163.9 MB/s eta 0:00:00 Collecting sphinxcontrib-websupport (from sphinx<2) Downloading sphinxcontrib_websupport-1.2.4-py2.py3-none-any.whl (39 kB) Collecting MarkupSafe>=2.0 (from jinja2<3.1.0) Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/e5/dd/49576e803c0d974671e44fa78049217fcc68af3662a24f831525ed30e6c7/MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting pytz>=2015.7 (from babel!=2.0,>=1.3->sphinx<2) Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 208.1 MB/s eta 0:00:00 Collecting charset-normalizer<4,>=2 (from requests>=2.0.0->sphinx<2) Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/89/f5/88e9dd454756fea555198ddbe6fa40d6408ec4f10ad4f0a911e0b7e471e4/charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) Collecting idna<4,>=2.5 (from requests>=2.0.0->sphinx<2) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 163.8 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.0.0->sphinx<2) Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.0.0->sphinx<2) Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 205.4 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml (from sphinxcontrib-websupport->sphinx<2) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 188.5 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl (11 kB) Downloading MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 171.1 MB/s eta 0:00:00 Downloading charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (175 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.8/175.8 kB 200.3 MB/s eta 0:00:00 Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 189.6 MB/s eta 0:00:00 Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23772 sha256=91e0ade75faec16e5daa76b8ade3ba8989f2336440e9fbf00a30b0ccb26e876d Stored in directory: /tmp/pip-ephem-wheel-cache-0ifiwmt9/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1 Successfully built mock Installing collected packages: snowballstemmer, pytz, mock, commonmark, urllib3, sphinxcontrib-serializinghtml, six, setuptools, Pygments, pillow, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, sphinxcontrib-websupport, requests, jinja2, sphinx, readthedocs-sphinx-ext, sphinx-rtd-theme, recommonmark ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. matplotlib 3.5.3 requires pillow>=6.2.0, but you have pillow 5.4.1 which is incompatible. Successfully installed MarkupSafe-2.1.3 Pygments-2.15.1 alabaster-0.7.13 babel-2.12.1 certifi-2023.5.7 charset-normalizer-3.2.0 commonmark-0.9.1 docutils-0.17.1 idna-3.4 imagesize-1.4.1 jinja2-3.0.3 mock-1.0.1 packaging-23.1 pillow-5.4.1 pytz-2023.3 readthedocs-sphinx-ext-2.2.2 recommonmark-0.5.0 requests-2.31.0 setuptools-58.2.0 six-1.16.0 snowballstemmer-2.2.0 sphinx-1.8.6 sphinx-rtd-theme-0.4.3 sphinxcontrib-serializinghtml-1.1.5 sphinxcontrib-websupport-1.2.4 urllib3-2.0.4 [rtd-command-info] start-time: 2023-07-20T20:47:37.433857Z, end-time: 2023-07-20T20:47:44.478481Z, duration: 7, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Collecting sphinx-rtd-theme~=0.5.0 (from -r docs/requirements.txt (line 1)) Downloading sphinx_rtd_theme-0.5.2-py2.py3-none-any.whl (9.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.1/9.1 MB 102.4 MB/s eta 0:00:00 Collecting sphinxcontrib-napoleon~=0.7 (from -r docs/requirements.txt (line 2)) Downloading sphinxcontrib_napoleon-0.7-py2.py3-none-any.whl (17 kB) Collecting sphinx~=3.2.0 (from -r docs/requirements.txt (line 3)) Downloading Sphinx-3.2.1-py3-none-any.whl (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 137.1 MB/s eta 0:00:00 Collecting plantweb~=1.2.1 (from -r docs/requirements.txt (line 4)) Downloading plantweb-1.2.1-py3-none-any.whl (20 kB) Collecting pytest (from -r docs/requirements.txt (line 5)) Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/33/b2/741130cbcf2bbfa852ed95a60dc311c9e232c7ed25bac3d9b8880a8df4ae/pytest-7.4.0-py3-none-any.whl.metadata Downloading pytest-7.4.0-py3-none-any.whl.metadata (8.0 kB) Collecting numba==0.48.0 (from -r docs/requirements.txt (line 6)) Downloading numba-0.48.0-1-cp37-cp37m-manylinux2014_x86_64.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 183.7 MB/s eta 0:00:00 Collecting llvmlite<0.32.0,>=0.31.0dev0 (from numba==0.48.0->-r docs/requirements.txt (line 6)) Downloading llvmlite-0.31.0-cp37-cp37m-manylinux1_x86_64.whl (20.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.2/20.2 MB 176.2 MB/s eta 0:00:00 Requirement already satisfied: numpy>=1.15 in /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages (from numba==0.48.0->-r docs/requirements.txt (line 6)) (1.21.6) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from numba==0.48.0->-r docs/requirements.txt (line 6)) (58.2.0) Collecting docutils<0.17 (from sphinx-rtd-theme~=0.5.0->-r docs/requirements.txt (line 1)) Downloading docutils-0.16-py2.py3-none-any.whl (548 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 548.2/548.2 kB 208.6 MB/s eta 0:00:00 Requirement already satisfied: six>=1.5.2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from sphinxcontrib-napoleon~=0.7->-r docs/requirements.txt (line 2)) (1.16.0) Collecting pockets>=0.3 (from sphinxcontrib-napoleon~=0.7->-r docs/requirements.txt (line 2)) Downloading pockets-0.9.1-py2.py3-none-any.whl (26 kB) Collecting sphinxcontrib-applehelp (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 196.0 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 178.9 MB/s eta 0:00:00 Collecting sphinxcontrib-jsmath (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 190.8 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (1.1.5) Collecting sphinxcontrib-qthelp (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 191.5 MB/s eta 0:00:00 Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (3.0.3) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (2.15.1) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (2.2.0) Requirement already satisfied: babel>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (2.12.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (0.7.13) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (1.4.1) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (2.31.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (23.1) Collecting iniconfig (from pytest->-r docs/requirements.txt (line 5)) Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) Collecting pluggy<2.0,>=0.12 (from pytest->-r docs/requirements.txt (line 5)) Obtaining dependency information for pluggy<2.0,>=0.12 from https://files.pythonhosted.org/packages/51/32/4a79112b8b87b21450b066e102d6608907f4c885ed7b04c3fdb085d4d6ae/pluggy-1.2.0-py3-none-any.whl.metadata Downloading pluggy-1.2.0-py3-none-any.whl.metadata (4.4 kB) Collecting exceptiongroup>=1.0.0rc8 (from pytest->-r docs/requirements.txt (line 5)) Obtaining dependency information for exceptiongroup>=1.0.0rc8 from https://files.pythonhosted.org/packages/fe/17/f43b7c9ccf399d72038042ee72785c305f6c6fdc6231942f8ab99d995742/exceptiongroup-1.1.2-py3-none-any.whl.metadata Downloading exceptiongroup-1.1.2-py3-none-any.whl.metadata (6.1 kB) Collecting tomli>=1.0.0 (from pytest->-r docs/requirements.txt (line 5)) Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting importlib-metadata>=0.12 (from pytest->-r docs/requirements.txt (line 5)) Obtaining dependency information for importlib-metadata>=0.12 from https://files.pythonhosted.org/packages/ff/94/64287b38c7de4c90683630338cf28f129decbba0a44f0c6db35a873c73c4/importlib_metadata-6.7.0-py3-none-any.whl.metadata Downloading importlib_metadata-6.7.0-py3-none-any.whl.metadata (4.9 kB) Requirement already satisfied: pytz>=2015.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from babel>=1.3->sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (2023.3) Collecting zipp>=0.5 (from importlib-metadata>=0.12->pytest->-r docs/requirements.txt (line 5)) Downloading zipp-3.15.0-py3-none-any.whl (6.8 kB) Requirement already satisfied: typing-extensions>=3.6.4 in /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages (from importlib-metadata>=0.12->pytest->-r docs/requirements.txt (line 5)) (4.5.0) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from Jinja2>=2.3->sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (2.1.3) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from requests>=2.5.0->sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from requests>=2.5.0->sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from requests>=2.5.0->sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (2.0.4) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages (from requests>=2.5.0->sphinx~=3.2.0->-r docs/requirements.txt (line 3)) (2023.5.7) Downloading pytest-7.4.0-py3-none-any.whl (323 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 323.6/323.6 kB 205.9 MB/s eta 0:00:00 Downloading exceptiongroup-1.1.2-py3-none-any.whl (14 kB) Downloading importlib_metadata-6.7.0-py3-none-any.whl (22 kB) Downloading pluggy-1.2.0-py3-none-any.whl (17 kB) Installing collected packages: llvmlite, zipp, tomli, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, pockets, numba, iniconfig, exceptiongroup, docutils, sphinxcontrib-napoleon, sphinx, plantweb, importlib-metadata, sphinx-rtd-theme, pluggy, pytest Attempting uninstall: docutils Found existing installation: docutils 0.17.1 Uninstalling docutils-0.17.1: Successfully uninstalled docutils-0.17.1 Attempting uninstall: sphinx Found existing installation: Sphinx 1.8.6 Uninstalling Sphinx-1.8.6: Successfully uninstalled Sphinx-1.8.6 Attempting uninstall: sphinx-rtd-theme Found existing installation: sphinx-rtd-theme 0.4.3 Uninstalling sphinx-rtd-theme-0.4.3: Successfully uninstalled sphinx-rtd-theme-0.4.3 Successfully installed docutils-0.16 exceptiongroup-1.1.2 importlib-metadata-6.7.0 iniconfig-2.0.0 llvmlite-0.31.0 numba-0.48.0 plantweb-1.2.1 pluggy-1.2.0 pockets-0.9.1 pytest-7.4.0 sphinx-3.2.1 sphinx-rtd-theme-0.5.2 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-napoleon-0.7 sphinxcontrib-qthelp-1.0.3 tomli-2.0.1 zipp-3.15.0 [rtd-command-info] start-time: 2023-07-20T20:47:44.885622Z, end-time: 2023-07-20T20:51:10.923577Z, duration: 206, exit-code: 1 python ./setup.py install --force running install running bdist_egg running egg_info creating covasim.egg-info writing covasim.egg-info/PKG-INFO writing dependency_links to covasim.egg-info/dependency_links.txt writing requirements to covasim.egg-info/requires.txt writing top-level names to covasim.egg-info/top_level.txt writing manifest file 'covasim.egg-info/SOURCES.txt' reading manifest file 'covasim.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 3: 'recursive-include' expects ... warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'covasim.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib creating build/lib/covasim copying covasim/version.py -> build/lib/covasim copying covasim/defaults.py -> build/lib/covasim copying covasim/people.py -> build/lib/covasim copying covasim/plotting.py -> build/lib/covasim copying covasim/population.py -> build/lib/covasim copying covasim/base.py -> build/lib/covasim copying covasim/run.py -> build/lib/covasim copying covasim/interventions.py -> build/lib/covasim copying covasim/__init__.py -> build/lib/covasim copying covasim/parameters.py -> build/lib/covasim copying covasim/misc.py -> build/lib/covasim copying covasim/sim.py -> build/lib/covasim copying covasim/utils.py -> build/lib/covasim copying covasim/requirements.py -> build/lib/covasim copying covasim/analysis.py -> build/lib/covasim creating build/lib/covasim/data copying covasim/data/state_age_data.py -> build/lib/covasim/data copying covasim/data/loaders.py -> build/lib/covasim/data copying covasim/data/__init__.py -> build/lib/covasim/data copying covasim/data/household_size_data.py -> build/lib/covasim/data copying covasim/data/country_age_data.py -> build/lib/covasim/data creating build/lib/covasim/webapp copying covasim/webapp/__init__.py -> build/lib/covasim/webapp copying covasim/webapp/cova_app.py -> build/lib/covasim/webapp creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/version.py -> build/bdist.linux-x86_64/egg/covasim creating build/bdist.linux-x86_64/egg/covasim/data copying build/lib/covasim/data/state_age_data.py -> build/bdist.linux-x86_64/egg/covasim/data copying build/lib/covasim/data/loaders.py -> build/bdist.linux-x86_64/egg/covasim/data copying build/lib/covasim/data/__init__.py -> build/bdist.linux-x86_64/egg/covasim/data copying build/lib/covasim/data/household_size_data.py -> build/bdist.linux-x86_64/egg/covasim/data copying build/lib/covasim/data/country_age_data.py -> build/bdist.linux-x86_64/egg/covasim/data copying build/lib/covasim/defaults.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/people.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/plotting.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/population.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/base.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/run.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/interventions.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/__init__.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/parameters.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/misc.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/sim.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/utils.py -> build/bdist.linux-x86_64/egg/covasim copying build/lib/covasim/requirements.py -> build/bdist.linux-x86_64/egg/covasim creating build/bdist.linux-x86_64/egg/covasim/webapp copying build/lib/covasim/webapp/__init__.py -> build/bdist.linux-x86_64/egg/covasim/webapp copying build/lib/covasim/webapp/cova_app.py -> build/bdist.linux-x86_64/egg/covasim/webapp copying build/lib/covasim/analysis.py -> build/bdist.linux-x86_64/egg/covasim byte-compiling build/bdist.linux-x86_64/egg/covasim/version.py to version.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/data/state_age_data.py to state_age_data.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/data/loaders.py to loaders.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/data/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/data/household_size_data.py to household_size_data.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/data/country_age_data.py to country_age_data.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/defaults.py to defaults.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/people.py to people.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/plotting.py to plotting.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/population.py to population.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/base.py to base.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/run.py to run.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/interventions.py to interventions.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/parameters.py to parameters.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/misc.py to misc.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/sim.py to sim.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/utils.py to utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/requirements.py to requirements.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/webapp/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/webapp/cova_app.py to cova_app.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/covasim/analysis.py to analysis.cpython-37.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying covasim.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying covasim.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying covasim.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying covasim.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying covasim.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... covasim.__pycache__.interventions.cpython-37: module MAY be using inspect.getouterframes covasim.__pycache__.misc.cpython-37: module references __file__ covasim.__pycache__.misc.cpython-37: module MAY be using inspect.getouterframes covasim.webapp.__pycache__.cova_app.cpython-37: module references __file__ creating dist creating 'dist/covasim-1.7.4-py3.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing covasim-1.7.4-py3.7.egg creating /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/covasim-1.7.4-py3.7.egg Extracting covasim-1.7.4-py3.7.egg to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding covasim 1.7.4 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/covasim-1.7.4-py3.7.egg Processing dependencies for covasim==1.7.4 Searching for fire Reading https://pypi.org/simple/fire/ Downloading https://files.pythonhosted.org/packages/94/ed/3b9a10605163f48517931083aee8364d4d6d3bb1aa9b75eb0a4a5e9fbfc1/fire-0.5.0.tar.gz#sha256=a6b0d49e98c8963910021f92bba66f65ab440da2982b78eb1bbf95a0a34aacc6 Best match: fire 0.5.0 Processing fire-0.5.0.tar.gz Writing /tmp/easy_install-bn_d58x9/fire-0.5.0/setup.cfg Running fire-0.5.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-bn_d58x9/fire-0.5.0/egg-dist-tmp-zfppufy_ /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/setuptools/dist.py:720: UserWarning: Usage of dash-separated 'license-file' will not be supported in future versions. Please use the underscore name 'license_file' instead % (opt, underscore_opt) zip_safe flag not set; analyzing archive contents... fire.__pycache__.core.cpython-37: module MAY be using inspect.stack fire.__pycache__.core.cpython-37: module MAY be using inspect.trace fire.__pycache__.inspectutils.cpython-37: module MAY be using inspect.getsourcefile fire.__pycache__.inspectutils.cpython-37: module MAY be using inspect.findsource creating /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/fire-0.5.0-py3.7.egg Extracting fire-0.5.0-py3.7.egg to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding fire 0.5.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/fire-0.5.0-py3.7.egg Searching for ipywidgets Reading https://pypi.org/simple/ipywidgets/ Downloading https://files.pythonhosted.org/packages/a3/af/9d5f256025100b578b11d7280e76fda349255666f752b618a613785cb58d/ipywidgets-8.0.7-py3-none-any.whl#sha256=e0aed0c95a1e55b6a123f64305245578bdc09e52965a34941c2b6a578b8c64a0 Best match: ipywidgets 8.0.7 Processing ipywidgets-8.0.7-py3-none-any.whl Installing ipywidgets-8.0.7-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding ipywidgets 8.0.7 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/ipywidgets-8.0.7-py3.7.egg Searching for plotly Reading https://pypi.org/simple/plotly/ Downloading https://files.pythonhosted.org/packages/a5/07/5bef9376c975ce23306d9217ab69ca94c07f2a3c90b17c03e3ae4db87170/plotly-5.15.0-py2.py3-none-any.whl#sha256=3508876bbd6aefb8a692c21a7128ca87ce42498dd041efa5c933ee44b55aab24 Best match: plotly 5.15.0 Processing plotly-5.15.0-py2.py3-none-any.whl Installing plotly-5.15.0-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding plotly 5.15.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/plotly-5.15.0-py3.7.egg Searching for gunicorn Reading https://pypi.org/simple/gunicorn/ Downloading https://files.pythonhosted.org/packages/0e/2a/c3a878eccb100ccddf45c50b6b8db8cf3301a6adede6e31d48e8531cab13/gunicorn-21.2.0-py3-none-any.whl#sha256=3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0 Best match: gunicorn 21.2.0 Processing gunicorn-21.2.0-py3-none-any.whl Installing gunicorn-21.2.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding gunicorn 21.2.0 to easy-install.pth file Installing gunicorn script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/gunicorn-21.2.0-py3.7.egg Searching for scirisweb>=0.17.0 Reading https://pypi.org/simple/scirisweb/ Downloading https://files.pythonhosted.org/packages/c2/9e/84b1d5ab078c54b877c03c5d0ea720a72d2c465be9a7bf2d70fd4bbd1ee6/scirisweb-0.17.1-py3-none-any.whl#sha256=ff609bd43463a6b0805ac8aceb40c9e6ef35044bdb824fec89ccbc325cfc366c Best match: scirisweb 0.17.1 Processing scirisweb-0.17.1-py3-none-any.whl Installing scirisweb-0.17.1-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding scirisweb 0.17.1 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/scirisweb-0.17.1-py3.7.egg Searching for sciris>=0.17.0 Reading https://pypi.org/simple/sciris/ Downloading https://files.pythonhosted.org/packages/94/f9/da3d86bea335ecbb0fab57ec5c467ef9442c129b5464ed168203860740bb/sciris-3.0.0-py3-none-any.whl#sha256=2b6888729cfe51245b61c71beda34520a42865b3118d69b359f4f78a6e49d624 Best match: sciris 3.0.0 Processing sciris-3.0.0-py3-none-any.whl Installing sciris-3.0.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding sciris 3.0.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/sciris-3.0.0-py3.7.egg Searching for statsmodels Reading https://pypi.org/simple/statsmodels/ Downloading https://files.pythonhosted.org/packages/13/a3/a8bf1c9e6d0193f854d9a79cb86a65dac0866de64051ff96e35bc7ecedfe/statsmodels-0.14.0.tar.gz#sha256=6875c7d689e966d948f15eb816ab5616f4928706b180cf470fd5907ab6f647a4 Best match: statsmodels 0.14.0 Processing statsmodels-0.14.0.tar.gz Writing /tmp/easy_install-o6ckvbv8/statsmodels-0.14.0/setup.cfg Running statsmodels-0.14.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-o6ckvbv8/statsmodels-0.14.0/egg-dist-tmp-a8onyq4t warning: no files found matching '*.pxi' anywhere in distribution warning: no previously-included files matching '*' found under directory 'build' warning: no previously-included files matching '*' found under directory 'dist' warning: no previously-included files matching '*' found under directory 'tools' warning: no previously-included files found matching 'docs/source/generated/*' warning: no files found matching '*' under directory 'docs/sphinxext' warning: no files found matching '*' under directory 'docs/themes' warning: no previously-included files matching '*' found under directory 'docs/build' warning: no previously-included files matching '*' found under directory 'docs/build/htmlhelp' warning: no files found matching 'statsmodels/statsmodelsdoc.chm' no previously-included directories found matching '*/__pycache__' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution statsmodels/tsa/statespace/_tools.c:36057:12: warning: ‘__pyx_f_11statsmodels_3tsa_10statespace_6_tools__zselect2’ defined but not used [-Wunused-function] static int __pyx_f_11statsmodels_3tsa_10statespace_6_tools__zselect2(CYTHON_UNUSED __pyx_t_double_complex *__pyx_v_a, CYTHON_UNUSED __pyx_t_double_complex *__pyx_v_b) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ statsmodels/tsa/statespace/_tools.c:26059:12: warning: ‘__pyx_f_11statsmodels_3tsa_10statespace_6_tools__cselect2’ defined but not used [-Wunused-function] static int __pyx_f_11statsmodels_3tsa_10statespace_6_tools__cselect2(CYTHON_UNUSED __pyx_t_float_complex *__pyx_v_a, CYTHON_UNUSED __pyx_t_float_complex *__pyx_v_b) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ statsmodels/tsa/statespace/_tools.c:16210:12: warning: ‘__pyx_f_11statsmodels_3tsa_10statespace_6_tools__dselect1’ defined but not used [-Wunused-function] static int __pyx_f_11statsmodels_3tsa_10statespace_6_tools__dselect1(CYTHON_UNUSED __pyx_t_5numpy_float64_t *__pyx_v_a) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ statsmodels/tsa/statespace/_tools.c:6382:12: warning: ‘__pyx_f_11statsmodels_3tsa_10statespace_6_tools__sselect1’ defined but not used [-Wunused-function] static int __pyx_f_11statsmodels_3tsa_10statespace_6_tools__sselect1(CYTHON_UNUSED __pyx_t_5numpy_float32_t *__pyx_v_a) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ creating /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/statsmodels-0.0.0-py3.7-linux-x86_64.egg Extracting statsmodels-0.0.0-py3.7-linux-x86_64.egg to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding statsmodels 0.0.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/statsmodels-0.0.0-py3.7-linux-x86_64.egg Searching for termcolor Reading https://pypi.org/simple/termcolor/ Downloading https://files.pythonhosted.org/packages/67/e1/434566ffce04448192369c1a282931cf4ae593e91907558eaecd2e9f2801/termcolor-2.3.0-py3-none-any.whl#sha256=3afb05607b89aed0ffe25202399ee0867ad4d3cb4180d98aaf8eefa6a5f7d475 Best match: termcolor 2.3.0 Processing termcolor-2.3.0-py3-none-any.whl Installing termcolor-2.3.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding termcolor 2.3.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/termcolor-2.3.0-py3.7.egg Searching for widgetsnbextension~=4.0.7 Reading https://pypi.org/simple/widgetsnbextension/ Downloading https://files.pythonhosted.org/packages/8e/d4/d31b12ac0b87e8cc9fdb6ea1eb6596de405eaaa2f25606aaa755d0eebbc0/widgetsnbextension-4.0.8-py3-none-any.whl#sha256=2e37f0ce9da11651056280c7efe96f2db052fe8fc269508e3724f5cbd6c93018 Best match: widgetsnbextension 4.0.8 Processing widgetsnbextension-4.0.8-py3-none-any.whl Installing widgetsnbextension-4.0.8-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding widgetsnbextension 4.0.8 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/widgetsnbextension-4.0.8-py3.7.egg Searching for traitlets>=4.3.1 Reading https://pypi.org/simple/traitlets/ Downloading https://files.pythonhosted.org/packages/77/75/c28e9ef7abec2b7e9ff35aea3e0be6c1aceaf7873c26c95ae1f0d594de71/traitlets-5.9.0-py3-none-any.whl#sha256=9e6ec080259b9a5940c797d58b613b5e31441c2257b87c2e795c5228ae80d2d8 Best match: traitlets 5.9.0 Processing traitlets-5.9.0-py3-none-any.whl Installing traitlets-5.9.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding traitlets 5.9.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/traitlets-5.9.0-py3.7.egg Searching for jupyterlab-widgets~=3.0.7 Reading https://pypi.org/simple/jupyterlab-widgets/ Downloading https://files.pythonhosted.org/packages/74/5e/2475ac62faf2e342b2bf20b8d8e375f49400ecb38f52e4e0a7557eb1cedb/jupyterlab_widgets-3.0.8-py3-none-any.whl#sha256=4715912d6ceab839c9db35953c764b3214ebbc9161c809f6e0510168845dfdf5 Best match: jupyterlab-widgets 3.0.8 Processing jupyterlab_widgets-3.0.8-py3-none-any.whl Installing jupyterlab_widgets-3.0.8-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding jupyterlab-widgets 3.0.8 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/jupyterlab_widgets-3.0.8-py3.7.egg Searching for ipython>=6.1.0 Reading https://pypi.org/simple/ipython/ Downloading https://files.pythonhosted.org/packages/52/d1/f70cdafba20030cbc1412d7a7d6a89c5035071835cc50e47fc5ed8da553c/ipython-8.14.0-py3-none-any.whl#sha256=248aca623f5c99a6635bc3857677b7320b9b8039f99f070ee0d20a5ca5a8e6bf Best match: ipython 8.14.0 Processing ipython-8.14.0-py3-none-any.whl Installing ipython-8.14.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding ipython 8.14.0 to easy-install.pth file Installing ipython script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing ipython3 script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/ipython-8.14.0-py3.7.egg Searching for ipykernel>=4.5.1 Reading https://pypi.org/simple/ipykernel/ Downloading https://files.pythonhosted.org/packages/00/75/5e27470b1f71ae1f83551f5bc0186c9579c5b5710fbfc4b001753b0f37fd/ipykernel-6.24.0-py3-none-any.whl#sha256=2f5fffc7ad8f1fd5aadb4e171ba9129d9668dbafa374732cf9511ada52d6547f Best match: ipykernel 6.24.0 Processing ipykernel-6.24.0-py3-none-any.whl Installing ipykernel-6.24.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding ipykernel 6.24.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/ipykernel-6.24.0-py3.7.egg Searching for tenacity>=6.2.0 Reading https://pypi.org/simple/tenacity/ Downloading https://files.pythonhosted.org/packages/e7/b0/c23bd61e1b32c9b96fbca996c87784e196a812da8d621d8d04851f6c8181/tenacity-8.2.2-py3-none-any.whl#sha256=2f277afb21b851637e8f52e6a613ff08734c347dc19ade928e519d7d2d8569b0 Best match: tenacity 8.2.2 Processing tenacity-8.2.2-py3-none-any.whl Installing tenacity-8.2.2-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding tenacity 8.2.2 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/tenacity-8.2.2-py3.7.egg Searching for werkzeug Reading https://pypi.org/simple/werkzeug/ Downloading https://files.pythonhosted.org/packages/ba/d6/8040faecaba2feb84e1647af174b3243c9b90c163c7ea407820839931efe/Werkzeug-2.3.6-py3-none-any.whl#sha256=935539fa1413afbb9195b24880778422ed620c0fc09670945185cce4d91a8890 Best match: Werkzeug 2.3.6 Processing Werkzeug-2.3.6-py3-none-any.whl Installing Werkzeug-2.3.6-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding Werkzeug 2.3.6 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/Werkzeug-2.3.6-py3.7.egg Searching for twisted>=18.4.0 Reading https://pypi.org/simple/twisted/ Downloading https://files.pythonhosted.org/packages/ac/63/b5540d15dfeb7388fbe12fa55a902c118fd2b324be5430cdeac0c0439489/Twisted-22.10.0-py3-none-any.whl#sha256=86c55f712cc5ab6f6d64e02503352464f0400f66d4f079096d744080afcccbd0 Best match: Twisted 22.10.0 Processing Twisted-22.10.0-py3-none-any.whl Installing Twisted-22.10.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding Twisted 22.10.0 to easy-install.pth file Installing cftp script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing ckeygen script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing conch script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing mailmail script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing pyhtmlizer script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing tkconch script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing trial script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing twist script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing twistd script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/Twisted-22.10.0-py3.7.egg Searching for sqlalchemy Reading https://pypi.org/simple/sqlalchemy/ Downloading https://files.pythonhosted.org/packages/fd/01/723aae6192e3ac65338da311ea0bfe860ed243a951a96d8a936f3c3c7383/SQLAlchemy-2.0.19-py3-none-any.whl#sha256=314145c1389b021a9ad5aa3a18bac6f5d939f9087d7fc5443be28cba19d2c972 Best match: SQLAlchemy 2.0.19 Processing SQLAlchemy-2.0.19-py3-none-any.whl Installing SQLAlchemy-2.0.19-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding SQLAlchemy 2.0.19 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/SQLAlchemy-2.0.19-py3.7.egg Searching for service-identity Reading https://pypi.org/simple/service-identity/ Downloading https://files.pythonhosted.org/packages/0c/42/bf07f277b45da6e350df3314804aa2b5411e0938d3b78b4f17da2e1302c2/service_identity-23.1.0-py3-none-any.whl#sha256=87415a691d52fcad954a500cb81f424d0273f8e7e3ee7d766128f4575080f383 Best match: service-identity 23.1.0 Processing service_identity-23.1.0-py3-none-any.whl Installing service_identity-23.1.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding service-identity 23.1.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/service_identity-23.1.0-py3.7.egg Searching for redis==2.10.6 Reading https://pypi.org/simple/redis/ Downloading https://files.pythonhosted.org/packages/3b/f6/7a76333cf0b9251ecf49efff635015171843d9b977e4ffcf59f9c4428052/redis-2.10.6-py2.py3-none-any.whl#sha256=8a1900a9f2a0a44ecf6e8b5eb3e967a9909dfed219ad66df094f27f7d6f330fb Best match: redis 2.10.6 Processing redis-2.10.6-py2.py3-none-any.whl Installing redis-2.10.6-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding redis 2.10.6 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/redis-2.10.6-py3.7.egg Searching for pyasn1 Reading https://pypi.org/simple/pyasn1/ Downloading https://files.pythonhosted.org/packages/14/e5/b56a725cbde139aa960c26a1a3ca4d4af437282e20b5314ee6a3501e7dfc/pyasn1-0.5.0-py2.py3-none-any.whl#sha256=87a2121042a1ac9358cabcaf1d07680ff97ee6404333bacca15f76aa8ad01a57 Best match: pyasn1 0.5.0 Processing pyasn1-0.5.0-py2.py3-none-any.whl Installing pyasn1-0.5.0-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding pyasn1 0.5.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/pyasn1-0.5.0-py3.7.egg Searching for mpld3 Reading https://pypi.org/simple/mpld3/ Downloading https://files.pythonhosted.org/packages/67/dc/68f18f12b851e1ad67f9eb05c1006592e6e9d231c7307cad504928341bc7/mpld3-0.5.9-py3-none-any.whl#sha256=cecdd988b24f8d7c7f362b8f72bb91df1a24b1993dd02a958223918a31c31052 Best match: mpld3 0.5.9 Processing mpld3-0.5.9-py3-none-any.whl Installing mpld3-0.5.9-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding mpld3 0.5.9 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/mpld3-0.5.9-py3.7.egg Searching for flask>=1.0.0 Reading https://pypi.org/simple/flask/ Downloading https://files.pythonhosted.org/packages/fa/1a/f191d32818e5cd985bdd3f47a6e4f525e2db1ce5e8150045ca0c31813686/Flask-2.3.2-py3-none-any.whl#sha256=77fd4e1249d8c9923de34907236b747ced06e5467ecac1a7bb7115ae0e9670b0 Best match: Flask 2.3.2 Processing Flask-2.3.2-py3-none-any.whl Installing Flask-2.3.2-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding Flask 2.3.2 to easy-install.pth file Installing flask script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/Flask-2.3.2-py3.7.egg Searching for flask-session>=0.3.1 Reading https://pypi.org/simple/flask-session/ Downloading https://files.pythonhosted.org/packages/3e/d4/b374183251054928ddb5e72f9a0d3d764d0f2af0638fbbdf205df26e55e3/flask_session-0.5.0-py3-none-any.whl#sha256=1619bcbc16f04f64e90f8e0b17145ba5c9700090bb1294e889956c1282d58631 Best match: flask-session 0.5.0 Processing flask_session-0.5.0-py3-none-any.whl Installing flask_session-0.5.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding flask-session 0.5.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/flask_session-0.5.0-py3.7.egg Searching for flask-login>=0.4.1 Reading https://pypi.org/simple/flask-login/ Downloading https://files.pythonhosted.org/packages/a6/94/01b658bef1863a07f4738a322cce87d97be4362645255dc1182f7f5c075a/Flask_Login-0.6.2-py3-none-any.whl#sha256=1ef79843f5eddd0f143c2cd994c1b05ac83c0401dc6234c143495af9a939613f Best match: Flask-Login 0.6.2 Processing Flask_Login-0.6.2-py3-none-any.whl Installing Flask_Login-0.6.2-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding Flask-Login 0.6.2 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/Flask_Login-0.6.2-py3.7.egg Searching for decorator>=4.1.2 Reading https://pypi.org/simple/decorator/ Downloading https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl#sha256=b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186 Best match: decorator 5.1.1 Processing decorator-5.1.1-py3-none-any.whl Installing decorator-5.1.1-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding decorator 5.1.1 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/decorator-5.1.1-py3.7.egg Searching for celery>=4.2 Reading https://pypi.org/simple/celery/ Downloading https://files.pythonhosted.org/packages/18/b9/cb8d519ea0094b9b8fe7480225c14937517729f8ec927643dc7379904f64/celery-5.3.1-py3-none-any.whl#sha256=27f8f3f3b58de6e0ab4f174791383bbd7445aff0471a43e99cfd77727940753f Best match: celery 5.3.1 Processing celery-5.3.1-py3-none-any.whl Installing celery-5.3.1-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding celery 5.3.1 to easy-install.pth file Installing celery script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/celery-5.3.1-py3.7.egg Searching for zstandard Reading https://pypi.org/simple/zstandard/ Downloading https://files.pythonhosted.org/packages/f1/2d/538e86b58b53c3b9fb0993014ce537ec07d01e653d35de85ba78d4ee76f6/zstandard-0.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=e1e0c62a67ff425927898cf43da2cf6b852289ebcc2054514ea9bf121bec10a5 Best match: zstandard 0.21.0 Processing zstandard-0.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Installing zstandard-0.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding zstandard 0.21.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/zstandard-0.21.0-py3.7-linux-x86_64.egg Searching for xlsxwriter Reading https://pypi.org/simple/xlsxwriter/ Downloading https://files.pythonhosted.org/packages/37/94/25d3ec8587974de7ebd790232aa3155abfe44ed23df7ccaa4645977a1cbe/XlsxWriter-3.1.2-py3-none-any.whl#sha256=331508ff39d610ecdaf979e458840bc1eab6e6a02cfd5d08f044f0f73636236f Best match: XlsxWriter 3.1.2 Processing XlsxWriter-3.1.2-py3-none-any.whl Installing XlsxWriter-3.1.2-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding XlsxWriter 3.1.2 to easy-install.pth file Installing vba_extract.py script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/XlsxWriter-3.1.2-py3.7.egg Searching for tqdm Reading https://pypi.org/simple/tqdm/ Downloading https://files.pythonhosted.org/packages/e6/02/a2cff6306177ae6bc73bc0665065de51dfb3b9db7373e122e2735faf0d97/tqdm-4.65.0-py3-none-any.whl#sha256=c4f53a17fe37e132815abceec022631be8ffe1b9381c2e6e30aa70edc99e9671 Best match: tqdm 4.65.0 Processing tqdm-4.65.0-py3-none-any.whl Installing tqdm-4.65.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding tqdm 4.65.0 to easy-install.pth file Installing tqdm script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/tqdm-4.65.0-py3.7.egg Searching for pyyaml Reading https://pypi.org/simple/pyyaml/ Downloading https://files.pythonhosted.org/packages/d7/8f/db62b0df635b9008fe90aa68424e99cee05e68b398740c8a666a98455589/PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c Best match: PyYAML 6.0.1 Processing PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Installing PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding PyYAML 6.0.1 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/PyYAML-6.0.1-py3.7-linux-x86_64.egg Searching for psutil Reading https://pypi.org/simple/psutil/ Downloading https://files.pythonhosted.org/packages/af/4d/389441079ecef400e2551a3933224885a7bde6b8a4810091d628cdd75afe/psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=89518112647f1276b03ca97b65cc7f64ca587b1eb0278383017c2a0dcc26cbe4 Best match: psutil 5.9.5 Processing psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl Installing psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding psutil 5.9.5 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/psutil-5.9.5-py3.7-linux-x86_64.egg Searching for openpyxl Reading https://pypi.org/simple/openpyxl/ Downloading https://files.pythonhosted.org/packages/e2/5e/1fe4ea74f5c0afc681cbb1f34836fa251280c5aa3012dc803f6aac1382d6/openpyxl-3.2.0b1-py2.py3-none-any.whl#sha256=c9c32c7304ad9de30aa6632dd9836469fce0338e91f3e7875a1395f9163a3eec Best match: openpyxl 3.2.0b1 Processing openpyxl-3.2.0b1-py2.py3-none-any.whl Installing openpyxl-3.2.0b1-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding openpyxl 3.2.0b1 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/openpyxl-3.2.0b1-py3.7.egg Searching for multiprocess Reading https://pypi.org/simple/multiprocess/ Downloading https://files.pythonhosted.org/packages/f1/00/c1b90843cb80e6a1911f480e92a92b1258efcdd32ed4fe87449703416fc4/multiprocess-0.70.14-py37-none-any.whl#sha256=93a8208ca0926d05cdbb5b9250a604c401bed677579e96c14da3090beb798193 Best match: multiprocess 0.70.14 Processing multiprocess-0.70.14-py37-none-any.whl Installing multiprocess-0.70.14-py37-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding multiprocess 0.70.14 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/multiprocess-0.70.14-py3.7.egg Searching for memory-profiler Reading https://pypi.org/simple/memory-profiler/ Downloading https://files.pythonhosted.org/packages/49/26/aaca612a0634ceede20682e692a6c55e35a94c21ba36b807cc40fe910ae1/memory_profiler-0.61.0-py3-none-any.whl#sha256=400348e61031e3942ad4d4109d18753b2fb08c2f6fb8290671c5513a34182d84 Best match: memory-profiler 0.61.0 Processing memory_profiler-0.61.0-py3-none-any.whl Installing memory_profiler-0.61.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding memory-profiler 0.61.0 to easy-install.pth file Installing mprof script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/memory_profiler-0.61.0-py3.7.egg Searching for line-profiler Reading https://pypi.org/simple/line-profiler/ Downloading https://files.pythonhosted.org/packages/ab/85/6aad2a06a068e91e66b9cddc9388db2bde592a07832015bfec9d6910c41c/line_profiler-4.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=659c3f99359825034a5becb7de2e19eeee96bbe60fface73059b446124b942d4 Best match: line-profiler 4.0.3 Processing line_profiler-4.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Installing line_profiler-4.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding line-profiler 4.0.3 to easy-install.pth file Installing kernprof script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/line_profiler-4.0.3-py3.7-linux-x86_64.egg Searching for jsonpickle Reading https://pypi.org/simple/jsonpickle/ Downloading https://files.pythonhosted.org/packages/4c/2f/75afdf7c9688eba3575072034abf4572833c4ef291177d2510a103c5f251/jsonpickle-3.0.1-py2.py3-none-any.whl#sha256=130d8b293ea0add3845de311aaba55e6d706d0bb17bc123bd2c8baf8a39ac77c Best match: jsonpickle 3.0.1 Processing jsonpickle-3.0.1-py2.py3-none-any.whl Installing jsonpickle-3.0.1-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding jsonpickle 3.0.1 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/jsonpickle-3.0.1-py3.7.egg Searching for jellyfish Reading https://pypi.org/simple/jellyfish/ Downloading https://files.pythonhosted.org/packages/05/8b/e068133dfc45be8434c8ed4e129e9f94860e233b965e7b3269147a2899e9/jellyfish-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=d7ddf60f4dcf0d45ef125ca4ddf41551ceb7f7acd6a60896d04b814902749e86 Best match: jellyfish 1.0.0 Processing jellyfish-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Installing jellyfish-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding jellyfish 1.0.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/jellyfish-1.0.0-py3.7-linux-x86_64.egg Searching for gitpython Reading https://pypi.org/simple/gitpython/ Downloading https://files.pythonhosted.org/packages/67/50/742c2fb60989b76ccf7302c7b1d9e26505d7054c24f08cc7ec187faaaea7/GitPython-3.1.32-py3-none-any.whl#sha256=e3d59b1c2c6ebb9dfa7a184daf3b6dd4914237e7488a1730a6d8f6f5d0b4187f Best match: GitPython 3.1.32 Processing GitPython-3.1.32-py3-none-any.whl Installing GitPython-3.1.32-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding GitPython 3.1.32 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/GitPython-3.1.32-py3.7.egg Searching for dill Reading https://pypi.org/simple/dill/ Downloading https://files.pythonhosted.org/packages/be/e3/a84bf2e561beed15813080d693b4b27573262433fced9c1d1fea59e60553/dill-0.3.6-py3-none-any.whl#sha256=a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0 Best match: dill 0.3.6 Processing dill-0.3.6-py3-none-any.whl Installing dill-0.3.6-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding dill 0.3.6 to easy-install.pth file Installing undill script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing get_objgraph script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/dill-0.3.6-py3.7.egg Searching for patsy>=0.5.2 Reading https://pypi.org/simple/patsy/ Downloading https://files.pythonhosted.org/packages/2a/e4/b3263b0e353f2be7b14f044d57874490c9cef1798a435f038683acea5c98/patsy-0.5.3-py2.py3-none-any.whl#sha256=7eb5349754ed6aa982af81f636479b1b8db9d5b1a6e957a6016ec0534b5c86b7 Best match: patsy 0.5.3 Processing patsy-0.5.3-py2.py3-none-any.whl Installing patsy-0.5.3-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding patsy 0.5.3 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/patsy-0.5.3-py3.7.egg Searching for stack-data Reading https://pypi.org/simple/stack-data/ Downloading https://files.pythonhosted.org/packages/6a/81/aa96c25c27f78cdc444fec27d80f4c05194c591465e491a1358d8a035bc1/stack_data-0.6.2-py3-none-any.whl#sha256=cbb2a53eb64e5785878201a97ed7c7b94883f48b87bfb0bbe8b623c74679e4a8 Best match: stack-data 0.6.2 Processing stack_data-0.6.2-py3-none-any.whl Installing stack_data-0.6.2-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding stack-data 0.6.2 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/stack_data-0.6.2-py3.7.egg Searching for prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30 Reading https://pypi.org/simple/prompt-toolkit/ Downloading https://files.pythonhosted.org/packages/a9/b4/ba77c84edf499877317225d7b7bc047a81f7c2eed9628eeb6bab0ac2e6c9/prompt_toolkit-3.0.39-py3-none-any.whl#sha256=9dffbe1d8acf91e3de75f3b544e4842382fc06c6babe903ac9acb74dc6e08d88 Best match: prompt-toolkit 3.0.39 Processing prompt_toolkit-3.0.39-py3-none-any.whl Installing prompt_toolkit-3.0.39-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding prompt-toolkit 3.0.39 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/prompt_toolkit-3.0.39-py3.7.egg Searching for pickleshare Reading https://pypi.org/simple/pickleshare/ Downloading https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl#sha256=9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56 Best match: pickleshare 0.7.5 Processing pickleshare-0.7.5-py2.py3-none-any.whl Installing pickleshare-0.7.5-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding pickleshare 0.7.5 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/pickleshare-0.7.5-py3.7.egg Searching for pexpect>4.3 Reading https://pypi.org/simple/pexpect/ Downloading https://files.pythonhosted.org/packages/39/7b/88dbb785881c28a102619d46423cb853b46dbccc70d3ac362d99773a78ce/pexpect-4.8.0-py2.py3-none-any.whl#sha256=0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937 Best match: pexpect 4.8.0 Processing pexpect-4.8.0-py2.py3-none-any.whl Installing pexpect-4.8.0-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding pexpect 4.8.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/pexpect-4.8.0-py3.7.egg Searching for matplotlib-inline Reading https://pypi.org/simple/matplotlib-inline/ Downloading https://files.pythonhosted.org/packages/f2/51/c34d7a1d528efaae3d8ddb18ef45a41f284eacf9e514523b191b7d0872cc/matplotlib_inline-0.1.6-py3-none-any.whl#sha256=f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311 Best match: matplotlib-inline 0.1.6 Processing matplotlib_inline-0.1.6-py3-none-any.whl Installing matplotlib_inline-0.1.6-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding matplotlib-inline 0.1.6 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/matplotlib_inline-0.1.6-py3.7.egg Searching for jedi>=0.16 Reading https://pypi.org/simple/jedi/ Downloading https://files.pythonhosted.org/packages/6d/60/4acda63286ef6023515eb914543ba36496b8929cb7af49ecce63afde09c6/jedi-0.18.2-py2.py3-none-any.whl#sha256=203c1fd9d969ab8f2119ec0a3342e0b49910045abe6af0a3ae83a5764d54639e Best match: jedi 0.18.2 Processing jedi-0.18.2-py2.py3-none-any.whl Installing jedi-0.18.2-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding jedi 0.18.2 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/jedi-0.18.2-py3.7.egg Searching for backcall Reading https://pypi.org/simple/backcall/ Downloading https://files.pythonhosted.org/packages/4c/1c/ff6546b6c12603d8dd1070aa3c3d273ad4c07f5771689a7b69a550e8c951/backcall-0.2.0-py2.py3-none-any.whl#sha256=fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255 Best match: backcall 0.2.0 Processing backcall-0.2.0-py2.py3-none-any.whl Installing backcall-0.2.0-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding backcall 0.2.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/backcall-0.2.0-py3.7.egg Searching for tornado>=6.1 Reading https://pypi.org/simple/tornado/ Downloading https://files.pythonhosted.org/packages/30/f0/6e5d85d422a26fd696a1f2613ab8119495c1ebb8f49e29f428d15daf79cc/tornado-6.3.2.tar.gz#sha256=4b927c4f19b71e627b13f3db2324e4ae660527143f9e1f2e2fb404f3a187e2ba Best match: tornado 6.3.2 Processing tornado-6.3.2.tar.gz Writing /tmp/easy_install-w2j6aqiy/tornado-6.3.2/setup.cfg Running tornado-6.3.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-w2j6aqiy/tornado-6.3.2/egg-dist-tmp-ityd4cyz warning: no files found matching '*.yaml' under directory 'demos' no previously-included directories found matching 'docs/build' warning: no files found matching 'tornado/test/README' zip_safe flag not set; analyzing archive contents... tornado.__pycache__.autoreload.cpython-37: module references __file__ tornado.__pycache__.gen.cpython-37: module references __file__ tornado.__pycache__.options.cpython-37: module references __file__ tornado.__pycache__.speedups.cpython-37: module references __file__ tornado.__pycache__.testing.cpython-37: module references __file__ tornado.test.__pycache__.gen_test.cpython-37: module references __file__ tornado.test.__pycache__.httpserver_test.cpython-37: module references __file__ tornado.test.__pycache__.iostream_test.cpython-37: module references __file__ tornado.test.__pycache__.locale_test.cpython-37: module references __file__ tornado.test.__pycache__.options_test.cpython-37: module references __file__ tornado.test.__pycache__.template_test.cpython-37: module references __file__ tornado.test.__pycache__.web_test.cpython-37: module references __file__ creating /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/tornado-6.3.2-py3.7-linux-x86_64.egg Extracting tornado-6.3.2-py3.7-linux-x86_64.egg to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding tornado 6.3.2 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/tornado-6.3.2-py3.7-linux-x86_64.egg Searching for pyzmq>=20 Reading https://pypi.org/simple/pyzmq/ Downloading https://files.pythonhosted.org/packages/04/ee/e774e20d3dd577dc138d23d5732e80490cd30dc2208220d9e3edb7965e7e/pyzmq-25.1.1b2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=a91a268e76f274c8d923b0ffcf74e47231eb70919abac9a50b6bf37c67b2a425 Best match: pyzmq 25.1.1b2 Processing pyzmq-25.1.1b2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl Installing pyzmq-25.1.1b2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding pyzmq 25.1.1b2 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/pyzmq-25.1.1b2-py3.7-linux-x86_64.egg Searching for nest-asyncio Reading https://pypi.org/simple/nest-asyncio/ Downloading https://files.pythonhosted.org/packages/e9/1a/6dd9ec31cfdb34cef8fea0055b593ee779a6f63c8e8038ad90d71b7f53c0/nest_asyncio-1.5.6-py3-none-any.whl#sha256=b9a953fb40dceaa587d109609098db21900182b16440652454a146cffb06e8b8 Best match: nest-asyncio 1.5.6 Processing nest_asyncio-1.5.6-py3-none-any.whl Installing nest_asyncio-1.5.6-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding nest-asyncio 1.5.6 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/nest_asyncio-1.5.6-py3.7.egg Searching for jupyter-core!=5.0.*,>=4.12 Reading https://pypi.org/simple/jupyter-core/ Downloading https://files.pythonhosted.org/packages/8c/e0/3f9061c5e99a03612510f892647b15a91f910c5275b7b77c6c72edae1494/jupyter_core-5.3.1-py3-none-any.whl#sha256=ae9036db959a71ec1cac33081eeb040a79e681f08ab68b0883e9a676c7a90dce Best match: jupyter-core 5.3.1 Processing jupyter_core-5.3.1-py3-none-any.whl Installing jupyter_core-5.3.1-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding jupyter-core 5.3.1 to easy-install.pth file Installing jupyter script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing jupyter-migrate script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing jupyter-troubleshoot script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/jupyter_core-5.3.1-py3.7.egg Searching for jupyter-client>=6.1.12 Reading https://pypi.org/simple/jupyter-client/ Downloading https://files.pythonhosted.org/packages/29/24/0491f7837cedf39ae0f96d9b3e4db2fae31cc4dd5eac00a98ab0db996c9b/jupyter_client-8.3.0-py3-none-any.whl#sha256=7441af0c0672edc5d28035e92ba5e32fadcfa8a4e608a434c228836a89df6158 Best match: jupyter-client 8.3.0 Processing jupyter_client-8.3.0-py3-none-any.whl Installing jupyter_client-8.3.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding jupyter-client 8.3.0 to easy-install.pth file Installing jupyter-kernel script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing jupyter-kernelspec script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installing jupyter-run script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/jupyter_client-8.3.0-py3.7.egg Searching for debugpy>=1.6.5 Reading https://pypi.org/simple/debugpy/ Downloading https://files.pythonhosted.org/packages/35/59/8c931ec27227fc2aace39566cb82b5df8e10ab03a3b230213383c87d3a25/debugpy-1.6.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=279d64c408c60431c8ee832dfd9ace7c396984fd7341fa3116aee414e7dcd88d Best match: debugpy 1.6.7 Processing debugpy-1.6.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Installing debugpy-1.6.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding debugpy 1.6.7 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/debugpy-1.6.7-py3.7-linux-x86_64.egg Searching for comm>=0.1.1 Reading https://pypi.org/simple/comm/ Downloading https://files.pythonhosted.org/packages/74/f3/b88d7e1dadf741550c56b70d7ce62673354fddb68e143d193ceb80224208/comm-0.1.3-py3-none-any.whl#sha256=16613c6211e20223f215fc6d3b266a247b6e2641bf4e0a3ad34cb1aff2aa3f37 Best match: comm 0.1.3 Processing comm-0.1.3-py3-none-any.whl Installing comm-0.1.3-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding comm 0.1.3 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/comm-0.1.3-py3.7.egg Searching for zope.interface>=4.4.2 Reading https://pypi.org/simple/zope.interface/ Downloading https://files.pythonhosted.org/packages/96/2c/374222dc4609ec3bb6af9bb04de7ef6aa4814ce76993f26ab0040f3e23fa/zope.interface-6.1a2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=db0ca240b647388754ad4c9cee053a9bd731f933943c5cadaf2195ce3b953652 Best match: zope.interface 6.1a2 Processing zope.interface-6.1a2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl Installing zope.interface-6.1a2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding zope.interface 6.1a2 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/zope.interface-6.1a2-py3.7-linux-x86_64.egg Searching for incremental>=21.3.0 Reading https://pypi.org/simple/incremental/ Downloading https://files.pythonhosted.org/packages/77/51/8073577012492fcd15628e811db585f447c500fa407e944ab3a18ec55fb7/incremental-22.10.0-py2.py3-none-any.whl#sha256=b864a1f30885ee72c5ac2835a761b8fe8aa9c28b9395cacf27286602688d3e51 Best match: incremental 22.10.0 Processing incremental-22.10.0-py2.py3-none-any.whl Installing incremental-22.10.0-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding incremental 22.10.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/incremental-22.10.0-py3.7.egg Searching for hyperlink>=17.1.1 Reading https://pypi.org/simple/hyperlink/ Downloading https://files.pythonhosted.org/packages/6e/aa/8caf6a0a3e62863cbb9dab27135660acba46903b703e224f14f447e57934/hyperlink-21.0.0-py2.py3-none-any.whl#sha256=e6b14c37ecb73e89c77d78cdb4c2cc8f3fb59a885c5b3f819ff4ed80f25af1b4 Best match: hyperlink 21.0.0 Processing hyperlink-21.0.0-py2.py3-none-any.whl Installing hyperlink-21.0.0-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding hyperlink 21.0.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/hyperlink-21.0.0-py3.7.egg Searching for constantly>=15.1 Reading https://pypi.org/simple/constantly/ Downloading https://files.pythonhosted.org/packages/b9/65/48c1909d0c0aeae6c10213340ce682db01b48ea900a7d9fce7a7910ff318/constantly-15.1.0-py2.py3-none-any.whl#sha256=dd2fa9d6b1a51a83f0d7dd76293d734046aa176e384bf6e33b7e44880eb37c5d Best match: constantly 15.1.0 Processing constantly-15.1.0-py2.py3-none-any.whl Installing constantly-15.1.0-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding constantly 15.1.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/constantly-15.1.0-py3.7.egg Searching for attrs>=19.2.0 Reading https://pypi.org/simple/attrs/ Downloading https://files.pythonhosted.org/packages/f0/eb/fcb708c7bf5056045e9e98f62b93bd7467eb718b0202e7698eb11d66416c/attrs-23.1.0-py3-none-any.whl#sha256=1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04 Best match: attrs 23.1.0 Processing attrs-23.1.0-py3-none-any.whl Installing attrs-23.1.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding attrs 23.1.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/attrs-23.1.0-py3.7.egg Searching for Automat>=0.8.0 Reading https://pypi.org/simple/Automat/ Downloading https://files.pythonhosted.org/packages/29/90/64aabce6c1b820395452cc5472b8f11cd98320f40941795b8069aef4e0e0/Automat-22.10.0-py2.py3-none-any.whl#sha256=c3164f8742b9dc440f3682482d32aaff7bb53f71740dd018533f9de286b64180 Best match: Automat 22.10.0 Processing Automat-22.10.0-py2.py3-none-any.whl Installing Automat-22.10.0-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding Automat 22.10.0 to easy-install.pth file Installing automat-visualize script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/bin Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/Automat-22.10.0-py3.7.egg Searching for greenlet!=0.4.17 Reading https://pypi.org/simple/greenlet/ Downloading https://files.pythonhosted.org/packages/a2/70/8a50036bb66527ff93d49d78af2e55baf1fbb7c8e49671b88bfeda42783d/greenlet-3.0.0a1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=cd31ab223e43ac64fd23f8f5dad249addadac2a459f040546200acbf7e84e353 Best match: greenlet 3.0.0a1 Processing greenlet-3.0.0a1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Installing greenlet-3.0.0a1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding greenlet 3.0.0a1 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/greenlet-3.0.0a1-py3.7-linux-x86_64.egg Searching for pyasn1-modules Reading https://pypi.org/simple/pyasn1-modules/ Downloading https://files.pythonhosted.org/packages/cd/8e/bea464350e1b8c6ed0da3a312659cb648804a08af6cacc6435867f74f8bd/pyasn1_modules-0.3.0-py2.py3-none-any.whl#sha256=d3ccd6ed470d9ffbc716be08bd90efbd44d0734bc9303818f7336070984a162d Best match: pyasn1-modules 0.3.0 Processing pyasn1_modules-0.3.0-py2.py3-none-any.whl Installing pyasn1_modules-0.3.0-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding pyasn1-modules 0.3.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/pyasn1_modules-0.3.0-py3.7.egg Searching for cryptography Reading https://pypi.org/simple/cryptography/ Downloading https://files.pythonhosted.org/packages/fe/ee/aa40ae0f8cfb5988736b3a93adba13421dbfe318211d48a2da138a3a346e/cryptography-41.0.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=f14ad275364c8b4e525d018f6716537ae7b6d369c094805cae45300847e0894f Best match: cryptography 41.0.2 Processing cryptography-41.0.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Installing cryptography-41.0.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding cryptography 41.0.2 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/cryptography-41.0.2-py3.7-linux-x86_64.egg Searching for itsdangerous>=2.1.2 Reading https://pypi.org/simple/itsdangerous/ Downloading https://files.pythonhosted.org/packages/68/5f/447e04e828f47465eeab35b5d408b7ebaaaee207f48b7136c5a7267a30ae/itsdangerous-2.1.2-py3-none-any.whl#sha256=2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44 Best match: itsdangerous 2.1.2 Processing itsdangerous-2.1.2-py3-none-any.whl Installing itsdangerous-2.1.2-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding itsdangerous 2.1.2 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/itsdangerous-2.1.2-py3.7.egg Searching for click>=8.1.3 Reading https://pypi.org/simple/click/ Downloading https://files.pythonhosted.org/packages/1a/70/e63223f8116931d365993d4a6b7ef653a4d920b41d03de7c59499962821f/click-8.1.6-py3-none-any.whl#sha256=fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5 Best match: click 8.1.6 Processing click-8.1.6-py3-none-any.whl Installing click-8.1.6-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding click 8.1.6 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/click-8.1.6-py3.7.egg Searching for blinker>=1.6.2 Reading https://pypi.org/simple/blinker/ Downloading https://files.pythonhosted.org/packages/0d/f1/5f39e771cd730d347539bb74c6d496737b9d5f0a53bc9fdbf3e170f1ee48/blinker-1.6.2-py3-none-any.whl#sha256=c3d739772abb7bc2860abf5f2ec284223d9ad5c76da018234f6f50d6f31ab1f0 Best match: blinker 1.6.2 Processing blinker-1.6.2-py3-none-any.whl Installing blinker-1.6.2-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages Adding blinker 1.6.2 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/v1.7.4/lib/python3.7/site-packages/blinker-1.6.2-py3.7.egg error: Jinja2 3.0.3 is installed but Jinja2>=3.1.2 is required by {'flask'}