Read the Docs build information
Build id: 1669987
Project: institute-for-disease-modeling-synthpops-test
Version: latest
Commit: 76e8c669a7d8b09cd457bc0daba50d45dbef88e4
Date: 2023-08-18T21:01:04.948748Z
State: finished
Success: False
[rtd-command-info] start-time: 2023-08-18T21:13:03.922384Z, end-time: 2023-08-18T21:13:06.539873Z, duration: 2, exit-code: 0
git clone --depth 1 git@github.com:InstituteforDiseaseModeling/synthpops.git .
Cloning into '.'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
[rtd-command-info] start-time: 2023-08-18T21:13:07.031364Z, end-time: 2023-08-18T21:13:13.641606Z, duration: 6, exit-code: 0
git fetch origin --force --prune --prune-tags --depth 50
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
From github.com:InstituteforDiseaseModeling/synthpops
* [new tag] v0.5.0 -> v0.5.0
* [new tag] v0.5.1 -> v0.5.1
* [new tag] v1.4.3 -> v1.4.3
* [new tag] v1.5.1 -> v1.5.1
* [new tag] v1.5.2 -> v1.5.2
* [new tag] v1.5.3 -> v1.5.3
* [new tag] v1.6.0 -> v1.6.0
* [new tag] v1.6.1 -> v1.6.1
* [new tag] v1.7.5 -> v1.7.5
* [new tag] v1.7.6 -> v1.7.6
* [new tag] v1.7.7 -> v1.7.7
* [new tag] v1.8.0 -> v1.8.0
* [new tag] v1.8.1 -> v1.8.1
* [new tag] v1.8.2 -> v1.8.2
* [new tag] v1.8.3 -> v1.8.3
* [new tag] v1.8.4 -> v1.8.4
* [new tag] v1.9.0 -> v1.9.0
[rtd-command-info] start-time: 2023-08-18T21:13:14.144721Z, end-time: 2023-08-18T21:13:14.220724Z, 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:
installation.html: 3
modules.html: 2
[rtd-command-info] start-time: 2023-08-18T21:13:17.709595Z, end-time: 2023-08-18T21:13:24.198540Z, duration: 6, 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-synthpops-test/envs/latest/bin/python3.7
Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin/python
Installing setuptools, pip, wheel...
done.
[rtd-command-info] start-time: 2023-08-18T21:13:25.661888Z, end-time: 2023-08-18T21:13:27.586606Z, 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-synthpops-test/envs/latest/lib/python3.7/site-packages (23.2.1)
Collecting setuptools<58.3.0
Downloading setuptools-58.2.0-py3-none-any.whl (946 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 946.1/946.1 kB 21.6 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-08-18T21:13:28.093085Z, end-time: 2023-08-18T21:13:36.349820Z, 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 38.2 MB/s eta 0:00:00
Collecting mock==1.0.1
Downloading mock-1.0.1.zip (861 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 219.8 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 156.5 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 175.8 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 170.2 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.9 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 219.5 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)
Obtaining dependency information for Pygments>=2.0 from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata
Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB)
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 213.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 186.7 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 171.2 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 174.6 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 217.0 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 168.9 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)
Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata
Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB)
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 184.9 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 Pygments-2.16.1-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 218.5 MB/s eta 0:00:00
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 174.6 MB/s eta 0:00:00
Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 204.0 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 194.4 MB/s eta 0:00:00
Downloading urllib3-2.0.4-py3-none-any.whl (123 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 198.0 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=88635614bacb02c67c0c834a9813e251e568d4bfbcb8e87018532132f9850c3e
Stored in directory: /tmp/pip-ephem-wheel-cache-1sv1fojq/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.16.1 alabaster-0.7.13 babel-2.12.1 certifi-2023.7.22 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-08-18T21:13:36.987517Z, end-time: 2023-08-18T21:13:43.067856Z, duration: 6, exit-code: 0
python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt
Collecting pytest (from -r docs/requirements.txt (line 1))
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)
Requirement already satisfied: sphinx-rtd-theme in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from -r docs/requirements.txt (line 2)) (0.4.3)
Collecting sphinxcontrib-napoleon (from -r docs/requirements.txt (line 3))
Downloading sphinxcontrib_napoleon-0.7-py2.py3-none-any.whl (17 kB)
Requirement already satisfied: sphinx in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from -r docs/requirements.txt (line 4)) (1.8.6)
Collecting plantweb (from -r docs/requirements.txt (line 5))
Downloading plantweb-1.2.1-py3-none-any.whl (20 kB)
Collecting pandoc (from -r docs/requirements.txt (line 6))
Downloading pandoc-2.3.tar.gz (33 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting pypandoc (from -r docs/requirements.txt (line 7))
Downloading pypandoc-1.11-py3-none-any.whl (20 kB)
Collecting numba==0.48 (from -r docs/requirements.txt (line 8))
Downloading numba-0.48.0-1-cp37-cp37m-manylinux2014_x86_64.whl (3.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 79.4 MB/s eta 0:00:00
Collecting llvmlite<0.32.0,>=0.31.0dev0 (from numba==0.48->-r docs/requirements.txt (line 8))
Downloading llvmlite-0.31.0-cp37-cp37m-manylinux1_x86_64.whl (20.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.2/20.2 MB 86.4 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->-r docs/requirements.txt (line 8)) (1.21.6)
Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from numba==0.48->-r docs/requirements.txt (line 8)) (58.2.0)
Collecting iniconfig (from pytest->-r docs/requirements.txt (line 1))
Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from pytest->-r docs/requirements.txt (line 1)) (23.1)
Collecting pluggy<2.0,>=0.12 (from pytest->-r docs/requirements.txt (line 1))
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 1))
Obtaining dependency information for exceptiongroup>=1.0.0rc8 from https://files.pythonhosted.org/packages/ad/83/b71e58666f156a39fb29417e4c8ca4bc7400c0dd4ed9e8842ab54dc8c344/exceptiongroup-1.1.3-py3-none-any.whl.metadata
Downloading exceptiongroup-1.1.3-py3-none-any.whl.metadata (6.1 kB)
Collecting tomli>=1.0.0 (from pytest->-r docs/requirements.txt (line 1))
Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting importlib-metadata>=0.12 (from pytest->-r docs/requirements.txt (line 1))
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: six>=1.5.2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinxcontrib-napoleon->-r docs/requirements.txt (line 3)) (1.16.0)
Collecting pockets>=0.3 (from sphinxcontrib-napoleon->-r docs/requirements.txt (line 3))
Downloading pockets-0.9.1-py2.py3-none-any.whl (26 kB)
Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinx->-r docs/requirements.txt (line 4)) (3.0.3)
Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinx->-r docs/requirements.txt (line 4)) (2.16.1)
Requirement already satisfied: docutils<0.18,>=0.11 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinx->-r docs/requirements.txt (line 4)) (0.17.1)
Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinx->-r docs/requirements.txt (line 4)) (2.2.0)
Requirement already satisfied: babel!=2.0,>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinx->-r docs/requirements.txt (line 4)) (2.12.1)
Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinx->-r docs/requirements.txt (line 4)) (0.7.13)
Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinx->-r docs/requirements.txt (line 4)) (1.4.1)
Requirement already satisfied: requests>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinx->-r docs/requirements.txt (line 4)) (2.31.0)
Requirement already satisfied: sphinxcontrib-websupport in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinx->-r docs/requirements.txt (line 4)) (1.2.4)
Collecting plumbum (from pandoc->-r docs/requirements.txt (line 6))
Obtaining dependency information for plumbum from https://files.pythonhosted.org/packages/6f/e8/a9a580d1d67825d8bdc16f3993ea58c4066769d5f8ba34caaa69a5344b39/plumbum-1.8.2-py3-none-any.whl.metadata
Downloading plumbum-1.8.2-py3-none-any.whl.metadata (10 kB)
Collecting ply (from pandoc->-r docs/requirements.txt (line 6))
Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 164.4 MB/s eta 0:00:00
Requirement already satisfied: pytz>=2015.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from babel!=2.0,>=1.3->sphinx->-r docs/requirements.txt (line 4)) (2023.3)
Collecting zipp>=0.5 (from importlib-metadata>=0.12->pytest->-r docs/requirements.txt (line 1))
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 1)) (4.5.0)
Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from Jinja2>=2.3->sphinx->-r docs/requirements.txt (line 4)) (2.1.3)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from requests>=2.0.0->sphinx->-r docs/requirements.txt (line 4)) (3.2.0)
Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from requests>=2.0.0->sphinx->-r docs/requirements.txt (line 4)) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from requests>=2.0.0->sphinx->-r docs/requirements.txt (line 4)) (2.0.4)
Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from requests>=2.0.0->sphinx->-r docs/requirements.txt (line 4)) (2023.7.22)
Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages (from sphinxcontrib-websupport->sphinx->-r docs/requirements.txt (line 4)) (1.1.5)
Downloading pytest-7.4.0-py3-none-any.whl (323 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 323.6/323.6 kB 210.7 MB/s eta 0:00:00
Downloading exceptiongroup-1.1.3-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)
Downloading plumbum-1.8.2-py3-none-any.whl (127 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.0/127.0 kB 195.6 MB/s eta 0:00:00
Building wheels for collected packages: pandoc
Building wheel for pandoc (setup.py): started
Building wheel for pandoc (setup.py): finished with status 'done'
Created wheel for pandoc: filename=pandoc-2.3-py3-none-any.whl size=33284 sha256=a2ae7c0fdb8c96fb6cd7e9308dc4e3b3a4292d8b4b445ccd7e2fda59b65d2267
Stored in directory: /tmp/pip-ephem-wheel-cache-smga4asd/wheels/85/34/09/ef86f63d472f58915f67e86a5dde62f9eaf82e03b0804aa018
Successfully built pandoc
Installing collected packages: ply, llvmlite, zipp, tomli, pypandoc, pockets, plumbum, numba, iniconfig, exceptiongroup, sphinxcontrib-napoleon, plantweb, pandoc, importlib-metadata, pluggy, pytest
Successfully installed exceptiongroup-1.1.3 importlib-metadata-6.7.0 iniconfig-2.0.0 llvmlite-0.31.0 numba-0.48.0 pandoc-2.3 plantweb-1.2.1 pluggy-1.2.0 plumbum-1.8.2 ply-3.11 pockets-0.9.1 pypandoc-1.11 pytest-7.4.0 sphinxcontrib-napoleon-0.7 tomli-2.0.1 zipp-3.15.0
[rtd-command-info] start-time: 2023-08-18T21:13:43.828344Z, end-time: 2023-08-18T21:14:14.763579Z, duration: 30, exit-code: 0
python ./setup.py install --force
running install
running bdist_egg
running egg_info
creating synthpops.egg-info
writing synthpops.egg-info/PKG-INFO
writing dependency_links to synthpops.egg-info/dependency_links.txt
writing requirements to synthpops.egg-info/requires.txt
writing top-level names to synthpops.egg-info/top_level.txt
writing manifest file 'synthpops.egg-info/SOURCES.txt'
reading manifest file 'synthpops.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: manifest_maker: MANIFEST.in, line 4: unknown action 'global-prune'
warning: manifest_maker: MANIFEST.in, line 5: unknown action 'global-prune'
adding license file 'LICENSE'
writing manifest file 'synthpops.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/synthpops
copying synthpops/workplaces.py -> build/lib/synthpops
copying synthpops/version.py -> build/lib/synthpops
copying synthpops/sampling.py -> build/lib/synthpops
copying synthpops/config.py -> build/lib/synthpops
copying synthpops/defaults.py -> build/lib/synthpops
copying synthpops/data.py -> build/lib/synthpops
copying synthpops/plotting.py -> build/lib/synthpops
copying synthpops/base.py -> build/lib/synthpops
copying synthpops/households.py -> build/lib/synthpops
copying synthpops/__init__.py -> build/lib/synthpops
copying synthpops/data_distributions.py -> build/lib/synthpops
copying synthpops/pop.py -> build/lib/synthpops
copying synthpops/schools.py -> build/lib/synthpops
copying synthpops/contact_networks.py -> build/lib/synthpops
copying synthpops/ltcfs.py -> build/lib/synthpops
creating build/lib/synthpops/people
copying synthpops/people/state_age_data.py -> build/lib/synthpops/people
copying synthpops/people/people.py -> build/lib/synthpops/people
copying synthpops/people/loaders.py -> build/lib/synthpops/people
copying synthpops/people/__init__.py -> build/lib/synthpops/people
copying synthpops/people/household_size_data.py -> build/lib/synthpops/people
copying synthpops/people/makepop.py -> build/lib/synthpops/people
copying synthpops/people/utils.py -> build/lib/synthpops/people
copying synthpops/people/country_age_data.py -> build/lib/synthpops/people
creating build/lib/synthpops/data
copying synthpops/data/MUestimates_all_locations.obj -> build/lib/synthpops/data
copying synthpops/data/MUestimates_home.obj -> build/lib/synthpops/data
copying synthpops/data/MUestimates_other_locations.obj -> build/lib/synthpops/data
copying synthpops/data/MUestimates_school.obj -> build/lib/synthpops/data
copying synthpops/data/MUestimates_work.obj -> build/lib/synthpops/data
copying synthpops/data/Malawi.json -> build/lib/synthpops/data
copying synthpops/data/Nepal.json -> build/lib/synthpops/data
copying synthpops/data/Senegal-Dakar-Dakar.json -> build/lib/synthpops/data
copying synthpops/data/Senegal-Dakar.json -> build/lib/synthpops/data
copying synthpops/data/Senegal.json -> build/lib/synthpops/data
copying synthpops/data/Zimbabwe.json -> build/lib/synthpops/data
copying synthpops/data/bangladesh-dhaka-dhaka_city.json -> build/lib/synthpops/data
copying synthpops/data/usa-Oregon-portland_metro.json -> build/lib/synthpops/data
copying synthpops/data/usa-Oregon.json -> build/lib/synthpops/data
copying synthpops/data/usa-Washington-Franklin_County.json -> build/lib/synthpops/data
copying synthpops/data/usa-Washington-Island_County.json -> build/lib/synthpops/data
copying synthpops/data/usa-Washington-Spokane_County.json -> build/lib/synthpops/data
copying synthpops/data/usa-Washington-seattle_metro.json -> build/lib/synthpops/data
copying synthpops/data/usa-Washington.json -> build/lib/synthpops/data
copying synthpops/data/usa.json -> build/lib/synthpops/data
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/workplaces.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/version.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/sampling.py -> build/bdist.linux-x86_64/egg/synthpops
creating build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/usa-Washington-Franklin_County.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/MUestimates_school.obj -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/Zimbabwe.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/usa-Oregon.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/usa-Washington-Island_County.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/Senegal-Dakar-Dakar.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/MUestimates_work.obj -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/MUestimates_all_locations.obj -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/MUestimates_home.obj -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/bangladesh-dhaka-dhaka_city.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/usa-Washington-seattle_metro.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/Senegal.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/usa.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/usa-Oregon-portland_metro.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/Senegal-Dakar.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/usa-Washington.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/Nepal.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/MUestimates_other_locations.obj -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/usa-Washington-Spokane_County.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/data/Malawi.json -> build/bdist.linux-x86_64/egg/synthpops/data
copying build/lib/synthpops/config.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/defaults.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/data.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/plotting.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/base.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/households.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/__init__.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/data_distributions.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/pop.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/schools.py -> build/bdist.linux-x86_64/egg/synthpops
creating build/bdist.linux-x86_64/egg/synthpops/people
copying build/lib/synthpops/people/state_age_data.py -> build/bdist.linux-x86_64/egg/synthpops/people
copying build/lib/synthpops/people/people.py -> build/bdist.linux-x86_64/egg/synthpops/people
copying build/lib/synthpops/people/loaders.py -> build/bdist.linux-x86_64/egg/synthpops/people
copying build/lib/synthpops/people/__init__.py -> build/bdist.linux-x86_64/egg/synthpops/people
copying build/lib/synthpops/people/household_size_data.py -> build/bdist.linux-x86_64/egg/synthpops/people
copying build/lib/synthpops/people/makepop.py -> build/bdist.linux-x86_64/egg/synthpops/people
copying build/lib/synthpops/people/utils.py -> build/bdist.linux-x86_64/egg/synthpops/people
copying build/lib/synthpops/people/country_age_data.py -> build/bdist.linux-x86_64/egg/synthpops/people
copying build/lib/synthpops/contact_networks.py -> build/bdist.linux-x86_64/egg/synthpops
copying build/lib/synthpops/ltcfs.py -> build/bdist.linux-x86_64/egg/synthpops
byte-compiling build/bdist.linux-x86_64/egg/synthpops/workplaces.py to workplaces.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/version.py to version.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/sampling.py to sampling.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/config.py to config.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/defaults.py to defaults.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/data.py to data.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/plotting.py to plotting.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/base.py to base.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/households.py to households.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/data_distributions.py to data_distributions.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/pop.py to pop.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/schools.py to schools.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/people/state_age_data.py to state_age_data.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/people/people.py to people.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/people/loaders.py to loaders.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/people/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/people/household_size_data.py to household_size_data.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/people/makepop.py to makepop.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/people/utils.py to utils.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/people/country_age_data.py to country_age_data.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/contact_networks.py to contact_networks.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/synthpops/ltcfs.py to ltcfs.cpython-37.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying synthpops.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying synthpops.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying synthpops.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying synthpops.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying synthpops.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
synthpops.__pycache__.config.cpython-37: module references __file__
synthpops.__pycache__.defaults.cpython-37: module references __file__
creating dist
creating 'dist/synthpops-1.10.5-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 synthpops-1.10.5-py3.7.egg
creating /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg
Extracting synthpops-1.10.5-py3.7.egg to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding synthpops 1.10.5 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg
Processing dependencies for synthpops==1.10.5
Searching for jsbeautifier
Reading https://pypi.org/simple/jsbeautifier/
Downloading https://files.pythonhosted.org/packages/6b/19/0ecb8815e70d2a18acef86abecf6e20fb86147680a928a4f4f08c33a97cf/jsbeautifier-1.14.9.tar.gz#sha256=c738ebc36b47bd94e4ca6dd17a9004c3cc74edad582ca1d60e0e5d5945a63cb9
Best match: jsbeautifier 1.14.9
Processing jsbeautifier-1.14.9.tar.gz
Writing /tmp/easy_install-t086y2s5/jsbeautifier-1.14.9/setup.cfg
Running jsbeautifier-1.14.9/setup.py -q bdist_egg --dist-dir /tmp/easy_install-t086y2s5/jsbeautifier-1.14.9/egg-dist-tmp-a3ktx8a7
warning: no files found matching 'js-beautify'
zip_safe flag not set; analyzing archive contents...
jsbeautifier.unpackers.__pycache__.__init__.cpython-37: module references __path__
jsbeautifier.unpackers.tests.__pycache__.testmyobfuscate.cpython-37: module references __path__
creating /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/jsbeautifier-1.14.9-py3.7.egg
Extracting jsbeautifier-1.14.9-py3.7.egg to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding jsbeautifier 1.14.9 to easy-install.pth file
Installing js-beautify script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/jsbeautifier-1.14.9-py3.7.egg
Searching for jsonobject
Reading https://pypi.org/simple/jsonobject/
Downloading https://files.pythonhosted.org/packages/b3/e3/a98923d37d6f101b6e85b9bb67b2001641c99bf77b13af18d2fbb6982eb9/jsonobject-2.1.0.tar.gz#sha256=5298a379503e43efc0ab4002d742c0fcbba1a9628eddacc4ea547b7138514466
Best match: jsonobject 2.1.0
Processing jsonobject-2.1.0.tar.gz
Writing /tmp/easy_install-m41716ts/jsonobject-2.1.0/setup.cfg
Running jsonobject-2.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-m41716ts/jsonobject-2.1.0/egg-dist-tmp-r4rszfvv
Warning: 'classifiers' should be a list, got type 'tuple'
zip_safe flag not set; analyzing archive contents...
jsonobject.__pycache__.api.cpython-37: module references __file__
jsonobject.__pycache__.base.cpython-37: module references __file__
jsonobject.__pycache__.base_properties.cpython-37: module references __file__
jsonobject.__pycache__.containers.cpython-37: module references __file__
jsonobject.__pycache__.properties.cpython-37: module references __file__
jsonobject.__pycache__.utils.cpython-37: module references __file__
You are running without Cython installed. It is highly recommended to run
pip install cython>=0.29.21,<1.0.0
before you continue
creating /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/jsonobject-2.1.0-py3.7-linux-x86_64.egg
Extracting jsonobject-2.1.0-py3.7-linux-x86_64.egg to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding jsonobject 2.1.0 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/jsonobject-2.1.0-py3.7-linux-x86_64.egg
Searching for pydot
Reading https://pypi.org/simple/pydot/
Downloading https://files.pythonhosted.org/packages/ea/76/75b1bb82e9bad3e3d656556eaa353d8cd17c4254393b08ec9786ac8ed273/pydot-1.4.2-py2.py3-none-any.whl#sha256=66c98190c65b8d2e2382a441b4c0edfdb4f4c025ef9cb9874de478fb0793a451
Best match: pydot 1.4.2
Processing pydot-1.4.2-py2.py3-none-any.whl
Installing pydot-1.4.2-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding pydot 1.4.2 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/pydot-1.4.2-py3.7.egg
Searching for graphviz
Reading https://pypi.org/simple/graphviz/
Downloading https://files.pythonhosted.org/packages/de/5e/fcbb22c68208d39edff467809d06c9d81d7d27426460ebc598e55130c1aa/graphviz-0.20.1-py3-none-any.whl#sha256=587c58a223b51611c0cf461132da386edd896a029524ca61a1462b880bf97977
Best match: graphviz 0.20.1
Processing graphviz-0.20.1-py3-none-any.whl
Installing graphviz-0.20.1-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding graphviz 0.20.1 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/graphviz-0.20.1-py3.7.egg
Searching for seaborn
Reading https://pypi.org/simple/seaborn/
Downloading https://files.pythonhosted.org/packages/8f/2e/17bbb83fbf102687bb2aa3d808add39da820a7698159302a1a69bb82e01c/seaborn-0.12.2-py3-none-any.whl#sha256=ebf15355a4dba46037dfd65b7350f014ceb1f13c05e814eda2c9f5fd731afc08
Best match: seaborn 0.12.2
Processing seaborn-0.12.2-py3-none-any.whl
Installing seaborn-0.12.2-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding seaborn 0.12.2 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/seaborn-0.12.2-py3.7.egg
Searching for cmasher
Reading https://pypi.org/simple/cmasher/
Downloading https://files.pythonhosted.org/packages/c3/4c/f2c9342f82c7d705463867818952bab39b67998a5ef600a13a7f1ea23784/cmasher-1.6.3-py3-none-any.whl#sha256=5d856d24e03f04fb7b2b38c7ca4a8081516b2774d0fa30c6140e94d5153e8066
Best match: cmasher 1.6.3
Processing cmasher-1.6.3-py3-none-any.whl
Installing cmasher-1.6.3-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding cmasher 1.6.3 to easy-install.pth file
Installing cmr script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/cmasher-1.6.3-py3.7.egg
Searching for cmocean
Reading https://pypi.org/simple/cmocean/
Downloading https://files.pythonhosted.org/packages/eb/33/1b5353a244ea5b8b21e2324b3e00f4983b8f1b2f48f02b61379423e0d259/cmocean-3.0.3-py3-none-any.whl#sha256=a23e4b7893e05dfd958931df53fc0e31bca09a572c13d78158a79ade47dc44bf
Best match: cmocean 3.0.3
Processing cmocean-3.0.3-py3-none-any.whl
Installing cmocean-3.0.3-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding cmocean 3.0.3 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/cmocean-3.0.3-py3.7.egg
Searching for networkx>=2.3
Reading https://pypi.org/simple/networkx/
Downloading https://files.pythonhosted.org/packages/a8/05/9d4f9b78ead6b2661d6e8ea772e111fc4a9fbd866ad0c81906c11206b55e/networkx-3.1-py3-none-any.whl#sha256=4f33f68cb2afcf86f28a45f43efc27a9386b535d567d2127f8f61d51dec58d36
Best match: networkx 3.1
Processing networkx-3.1-py3-none-any.whl
Installing networkx-3.1-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding networkx 3.1 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/networkx-3.1-py3.7.egg
Searching for sciris>=1.1.1
Reading https://pypi.org/simple/sciris/
Downloading https://files.pythonhosted.org/packages/c8/f1/fccc4b5be735fe840313fd3bc59b09be9a3eac920437d98e9c1d184d1530/sciris-3.1.0-py3-none-any.whl#sha256=2478a0e8a41798f05163a0c42b07d0d75bc9e08faefcb92f6f882dbc4bccde80
Best match: sciris 3.1.0
Processing sciris-3.1.0-py3-none-any.whl
Installing sciris-3.1.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding sciris 3.1.0 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sciris-3.1.0-py3.7.egg
Searching for editorconfig>=0.12.2
Reading https://pypi.org/simple/editorconfig/
Downloading https://files.pythonhosted.org/packages/4e/04/e8a79c1db0c55ef03d53c05c61d06c4d6d3be37ef84e5400ce36b4a0fbe9/EditorConfig-0.12.3-py3-none-any.whl#sha256=6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1
Best match: EditorConfig 0.12.3
Processing EditorConfig-0.12.3-py3-none-any.whl
Installing EditorConfig-0.12.3-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding EditorConfig 0.12.3 to easy-install.pth file
Installing editorconfig script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/EditorConfig-0.12.3-py3.7.egg
Searching for e13tools>=0.9.4
Reading https://pypi.org/simple/e13tools/
Downloading https://files.pythonhosted.org/packages/dd/cc/f699b2af6789be195269fa04747b9bddbe5488b30571a0f1e8c2dfcd9267/e13tools-0.9.6-py3-none-any.whl#sha256=2611f98c176f6fdaecba50ffeeb37c639a921331098bb8c0569773b699cea89b
Best match: e13tools 0.9.6
Processing e13tools-0.9.6-py3-none-any.whl
Installing e13tools-0.9.6-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding e13tools 0.9.6 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/e13tools-0.9.6-py3.7.egg
Searching for colorspacious>=1.1.0
Reading https://pypi.org/simple/colorspacious/
Downloading https://files.pythonhosted.org/packages/ab/a1/318b9aeca7b9856410ededa4f52d6f82174d1a41e64bdd70d951e532675a/colorspacious-1.1.2-py2.py3-none-any.whl#sha256=c78befa603cea5dccb332464e7dd29e96469eebf6cd5133029153d1e69e3fd6f
Best match: colorspacious 1.1.2
Processing colorspacious-1.1.2-py2.py3-none-any.whl
Installing colorspacious-1.1.2-py2.py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding colorspacious 1.1.2 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/colorspacious-1.1.2-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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/bin
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/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/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl#sha256=d302b3c5b53d47bce91fea46679d9c3c6508cf6332229aa1e7d8653723793386
Best match: tqdm 4.66.1
Processing tqdm-4.66.1-py3-none-any.whl
Installing tqdm-4.66.1-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding tqdm 4.66.1 to easy-install.pth file
Installing tqdm script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/tqdm-4.66.1-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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/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/ca/3f/8354ce12fd13bd5c5bb4722261a10ca1d6e2eb7c1c08fa3d8a4e9dc98f44/multiprocess-0.70.15-py37-none-any.whl#sha256=f7d4a1629bccb433114c3b4885f69eccc200994323c80f6feee73b0edc9199c5
Best match: multiprocess 0.70.15
Processing multiprocess-0.70.15-py37-none-any.whl
Installing multiprocess-0.70.15-py37-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding multiprocess 0.70.15 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/multiprocess-0.70.15-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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/bin
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/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/83/f3/374e8d6627a7db0c3c6ace78860e161a7a76db1af23e3f8ce8cb276aa45c/line_profiler-4.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=07d6629e636ca6c15e6fb3800e5ee7c3ce14f1326c1954bceea7574083f0264d
Best match: line-profiler 4.1.0
Processing line_profiler-4.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing line_profiler-4.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding line-profiler 4.1.0 to easy-install.pth file
Installing kernprof script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/line_profiler-4.1.0-py3.7-linux-x86_64.egg
Searching for jsonpickle
Reading https://pypi.org/simple/jsonpickle/
Downloading https://files.pythonhosted.org/packages/d3/25/6e0a450430b7aa194b0f515f64820fc619314faa289458b7dfca4a026114/jsonpickle-3.0.2-py3-none-any.whl#sha256=4a8442d97ca3f77978afa58068768dba7bff2dbabe79a9647bc3cdafd4ef019f
Best match: jsonpickle 3.0.2
Processing jsonpickle-3.0.2-py3-none-any.whl
Installing jsonpickle-3.0.2-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding jsonpickle 3.0.2 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/jsonpickle-3.0.2-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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/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-synthpops-test/envs/latest/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/f5/3a/74a29b11cf2cdfcd6ba89c0cecd70b37cd1ba7b77978ce611eb7a146a832/dill-0.3.7-py3-none-any.whl#sha256=76b122c08ef4ce2eedcd4d1abd8e641114bfc6c2867f49f3c41facf65bf19f5e
Best match: dill 0.3.7
Processing dill-0.3.7-py3-none-any.whl
Installing dill-0.3.7-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding dill 0.3.7 to easy-install.pth file
Installing get_gprof script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installing undill script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installing get_objgraph script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/dill-0.3.7-py3.7.egg
Searching for et-xmlfile
Reading https://pypi.org/simple/et-xmlfile/
Downloading https://files.pythonhosted.org/packages/96/c2/3dd434b0108730014f1b96fd286040dc3bcb70066346f7e01ec2ac95865f/et_xmlfile-1.1.0-py3-none-any.whl#sha256=a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada
Best match: et-xmlfile 1.1.0
Processing et_xmlfile-1.1.0-py3-none-any.whl
Installing et_xmlfile-1.1.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding et-xmlfile 1.1.0 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/et_xmlfile-1.1.0-py3.7.egg
Searching for gitdb<5,>=4.0.1
Reading https://pypi.org/simple/gitdb/
Downloading https://files.pythonhosted.org/packages/21/a6/35f83efec687615c711fe0a09b67e58f6d1254db27b1013119de46f450bd/gitdb-4.0.10-py3-none-any.whl#sha256=c286cf298426064079ed96a9e4a9d39e7f3e9bf15ba60701e95f5492f28415c7
Best match: gitdb 4.0.10
Processing gitdb-4.0.10-py3-none-any.whl
Installing gitdb-4.0.10-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding gitdb 4.0.10 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/gitdb-4.0.10-py3.7.egg
Searching for smmap<6,>=3.0.1
Reading https://pypi.org/simple/smmap/
Downloading https://files.pythonhosted.org/packages/6d/01/7caa71608bc29952ae09b0be63a539e50d2484bc37747797a66a60679856/smmap-5.0.0-py3-none-any.whl#sha256=2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94
Best match: smmap 5.0.0
Processing smmap-5.0.0-py3-none-any.whl
Installing smmap-5.0.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Adding smmap 5.0.0 to easy-install.pth file
Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/smmap-5.0.0-py3.7.egg
Searching for numba==0.48.0
Best match: numba 0.48.0
Adding numba 0.48.0 to easy-install.pth file
Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Searching for pandas==1.3.5
Best match: pandas 1.3.5
Adding pandas 1.3.5 to easy-install.pth file
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for scipy==1.7.3
Best match: scipy 1.7.3
scipy 1.7.3 is already the active version in easy-install.pth
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for numpy==1.21.6
Best match: numpy 1.21.6
numpy 1.21.6 is already the active version in easy-install.pth
Installing f2py script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installing f2py3 script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installing f2py3.7 script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for matplotlib==3.5.3
Best match: matplotlib 3.5.3
matplotlib 3.5.3 is already the active version in easy-install.pth
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for six==1.16.0
Best match: six 1.16.0
Adding six 1.16.0 to easy-install.pth file
Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Searching for pyparsing==3.0.9
Best match: pyparsing 3.0.9
pyparsing 3.0.9 is already the active version in easy-install.pth
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for typing-extensions==4.5.0
Best match: typing-extensions 4.5.0
typing-extensions 4.5.0 is already the active version in easy-install.pth
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for packaging==23.1
Best match: packaging 23.1
Adding packaging 23.1 to easy-install.pth file
Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Searching for llvmlite==0.31.0
Best match: llvmlite 0.31.0
Adding llvmlite 0.31.0 to easy-install.pth file
Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Searching for setuptools==58.2.0
Best match: setuptools 58.2.0
Adding setuptools 58.2.0 to easy-install.pth file
Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Searching for python-dateutil==2.8.2
Best match: python-dateutil 2.8.2
python-dateutil 2.8.2 is already the active version in easy-install.pth
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for pytz==2023.3
Best match: pytz 2023.3
Adding pytz 2023.3 to easy-install.pth file
Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Searching for kiwisolver==1.4.4
Best match: kiwisolver 1.4.4
kiwisolver 1.4.4 is already the active version in easy-install.pth
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for cycler==0.11.0
Best match: cycler 0.11.0
cycler 0.11.0 is already the active version in easy-install.pth
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for fonttools==4.38.0
Best match: fonttools 4.38.0
fonttools 4.38.0 is already the active version in easy-install.pth
Installing fonttools script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installing pyftmerge script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installing pyftsubset script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Installing ttx script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/bin
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for Pillow==9.5.0
Best match: Pillow 9.5.0
Pillow 9.5.0 is already the active version in easy-install.pth
Using /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages
Searching for importlib-metadata==6.7.0
Best match: importlib-metadata 6.7.0
Adding importlib-metadata 6.7.0 to easy-install.pth file
Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Searching for zipp==3.15.0
Best match: zipp 3.15.0
Adding zipp 3.15.0 to easy-install.pth file
Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages
Finished processing dependencies for synthpops==1.10.5
[rtd-command-info] start-time: 2023-08-18T21:14:22.234007Z, end-time: 2023-08-18T21:14:22.284571Z, duration: 0, exit-code: 0
cat docs/conf.py
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import subprocess
import sys
import sphinx_rtd_theme
from datetime import datetime
import synthpops as sp
on_rtd = os.environ.get('READTHEDOCS') == 'True'
if sys.platform in ["linux", "darwin"]:
subprocess.check_output(["make", "generate-api"], cwd=os.path.dirname(os.path.abspath(__file__)))
else:
subprocess.check_output(["make.bat", "generate-api"], cwd=os.path.dirname(os.path.abspath(__file__)))
# Rename "synthpops package" to "API reference"
filename = 'modules.rst' # This must match the Makefile
with open(filename) as f: # Read existing file
lines = f.readlines()
lines[0] = "API reference\n" # Blast away the existing heading and replace with this
lines[1] = "=============\n" # Ensure the heading is the right length
with open(filename, "w") as f: # Write new file
f.writelines(lines)
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
# needs_sphinx = '1.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.githubpages',
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.todo',
'sphinx.ext.viewcode', # Add a link to the Python source code for classes, functions etc.
]
autodoc_default_options = {
'member-order': 'bysource',
'members': None
}
autodoc_mock_imports = []
napoleon_google_docstring = True
# Configure autosummary
autosummary_generate = True # Turn on sphinx.ext.autosummary
autoclass_content = "both" # Add __init__ doc (ie. params) to class summaries
html_show_sourcelink = False # Remove 'view source code' from top of page (for html, not python)
autodoc_member_order = 'bysource' # Keep original ordering
add_module_names = False # NB, does not work
autodoc_inherit_docstrings = False # Stops sublcasses from including docs from parent classes
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = 'SynthPops'
copyright = f'1999 - {datetime.today().year}, Bill & Melinda Gates Foundation. All rights reserved.\nThese docs were built for SynthPops version {sp.__version__}.\n'
author = 'Institute for Disease Modeling'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = sp.__version__
# The full version, including alpha/beta/rc tags.
release = sp.__version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# suppress warnings for multiple possible Python references in the namespace
# suppress_warnings = ['ref.python']
pygments_style = 'sphinx'
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
# RST epilog is added to the end of every topic. Useful for replace
# directives to use across the docset.
rst_epilog = "\n.. include:: /variables.txt"
# -- Options for HTML output ----------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_logo = "images/IDM_white.png"
html_favicon = "images/favicon.ico"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_context = {
'rtd_url': 'https://docs.idmod.org/projects/synthpops/en/latest',
'theme_vcs_pageview_mode': 'edit',
'css_files': [
'_static/theme_overrides.css'
]
}
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
#
if not on_rtd:
html_extra_path = ['robots.txt']
# If not None, a 'Last updated on:' timestamp is inserted at every page
# bottom, using the given strftime format.
# The empty string is equivalent to '%b %d, %Y'.
#
html_last_updated_fmt = '%Y-%b-%d'
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
html_show_sphinx = False
# If true, an OpenSearch description file will be output, and all pages will
# contain a tag referring to it. The value of this option must be the
# base URL from which the finished HTML is served.
html_use_opensearch = 'docs.idmod.org/projects/synthpops/en/latest'
# Output file base name for HTML help builder.
htmlhelp_basename = 'SynthPops'
# -- Options for LaTeX output ---------------------------------------------
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
# 'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
# 'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
'preamble': '%XeLaTeX packages'
'\\usepackage{xltxtra}'
'\\usepackage{fontspec} %%Font package'
'\\usepackage{xunicode}'
'%%Select fonts'
'\\setmainfont[Mapping=tex-text]{nimbusserif}'
'\\setsansfont[Mapping=tex-text]{nimbussans}'
'\\setmonofont{nimbusmono}',
# Latex figure (float) alignment
#
# 'figure_align': 'htbp',
}
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'synthpops-docs.tex', u'SynthPops',
'Institute for Disease Modeling', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
# the title page.
#
# latex_logo = None
# -- Options for manual page output ---------------------------------------
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'synthpops-docs', 'SynthPops',
[author], 1)
]
# If true, show URL addresses after external links.
#
man_show_urls = True
# -- Options for Texinfo output -------------------------------------------
# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'synthpops-docs', 'SynthPops',
author, 'Institute for Disease Modeling', 'How to use SynthPops for creating synthetic populations.',
'Miscellaneous'),
]
# Example configuration for intersphinx: refer to the Python standard library.
# intersphinx_mapping = {'https://docs.python.org/': None}
###########################################################################
# auto-created readthedocs.org specific configuration #
###########################################################################
#
# The following code was added during an automated build on readthedocs.org
# It is auto created and injected for every build. The result is based on the
# conf.py.tmpl file found in the readthedocs.org codebase:
# https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl
#
# Note: this file shouldn't rely on extra dependencies.
import importlib
import sys
import os.path
# Borrowed from six.
PY3 = sys.version_info[0] == 3
string_types = str if PY3 else basestring
from sphinx import version_info
# Get suffix for proper linking to GitHub
# This is deprecated in Sphinx 1.3+,
# as each page can have its own suffix
if globals().get('source_suffix', False):
if isinstance(source_suffix, string_types):
SUFFIX = source_suffix
elif isinstance(source_suffix, (list, tuple)):
# Sphinx >= 1.3 supports list/tuple to define multiple suffixes
SUFFIX = source_suffix[0]
elif isinstance(source_suffix, dict):
# Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes
SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility
else:
# default to .rst
SUFFIX = '.rst'
else:
SUFFIX = '.rst'
# Add RTD Static Path. Add to the end because it overwrites previous files.
if not 'html_static_path' in globals():
html_static_path = []
if os.path.exists('_static'):
html_static_path.append('_static')
# Add RTD Theme only if they aren't overriding it already
using_rtd_theme = (
(
'html_theme' in globals() and
html_theme in ['default'] and
# Allow people to bail with a hack of having an html_style
'html_style' not in globals()
) or 'html_theme' not in globals()
)
if using_rtd_theme:
html_theme = 'sphinx_rtd_theme'
html_style = None
html_theme_options = {}
# This following legacy behavior will gradually be sliced out until its deprecated and removed.
# Skipped for Sphinx 6+
# Skipped by internal Feature flag SKIP_SPHINX_HTML_THEME_PATH
# Skipped by all new projects since SKIP_SPHINX_HTML_THEME_PATH's introduction (jan 2023)
if (
using_rtd_theme
and version_info < (6,0)
and not False
):
theme = importlib.import_module('sphinx_rtd_theme')
if 'html_theme_path' in globals():
html_theme_path.append(theme.get_html_theme_path())
else:
html_theme_path = [theme.get_html_theme_path()]
# Define websupport2_base_url and websupport2_static_url
if globals().get('websupport2_base_url', False):
websupport2_base_url = 'https://readthedocs.com/websupport'
websupport2_static_url = 'https://assets.readthedocs.com/'
#Add project information to the template context.
context = {
'using_theme': using_rtd_theme,
'html_theme': html_theme,
'current_version': "latest",
'version_slug': "latest",
'MEDIA_URL': "https://media.readthedocs.com/media/",
'STATIC_URL': "https://assets.readthedocs.com/",
'PRODUCTION_DOMAIN': "readthedocs.com",
'proxied_static_path': "/_/static/",
'versions': [
("latest", "/en/latest/"),
("v1.9.0", "/en/v1.9.0/"),
("v1.8.4", "/en/v1.8.4/"),
("v1.8.3", "/en/v1.8.3/"),
("v1.8.2", "/en/v1.8.2/"),
("v1.8.1", "/en/v1.8.1/"),
("v1.8.0", "/en/v1.8.0/"),
("v1.7.7", "/en/v1.7.7/"),
("v1.7.6", "/en/v1.7.6/"),
("v1.7.5", "/en/v1.7.5/"),
("v1.6.1", "/en/v1.6.1/"),
("v1.6.0", "/en/v1.6.0/"),
("v1.5.3", "/en/v1.5.3/"),
("v1.5.2", "/en/v1.5.2/"),
("v1.5.1", "/en/v1.5.1/"),
("v1.4.3", "/en/v1.4.3/"),
("v0.5.1", "/en/v0.5.1/"),
("v0.5.0", "/en/v0.5.0/"),
],
'downloads': [
("pdf", "//docs.idmod.org/_/downloads/synthpops/en/latest/pdf/"),
("html", "//docs.idmod.org/_/downloads/synthpops/en/latest/htmlzip/"),
],
'subprojects': [
],
'slug': 'institute-for-disease-modeling-synthpops-test',
'name': u'synthpops',
'rtd_language': u'en',
'programming_language': u'py',
'canonical_url': '',
'analytics_code': 'G-SVDSQH04EM',
'single_version': False,
'conf_py_path': '/docs/',
'api_host': 'https://readthedocs.com',
'github_user': 'InstituteforDiseaseModeling',
'proxied_api_host': '/_',
'github_repo': 'synthpops',
'github_version': 'master',
'display_github': True,
'bitbucket_user': 'None',
'bitbucket_repo': 'None',
'bitbucket_version': 'master',
'display_bitbucket': False,
'gitlab_user': 'None',
'gitlab_repo': 'None',
'gitlab_version': 'master',
'display_gitlab': False,
'READTHEDOCS': True,
'using_theme': (html_theme == "default"),
'new_theme': (html_theme == "sphinx_rtd_theme"),
'source_suffix': SUFFIX,
'ad_free': False,
'docsearch_disabled': False,
'user_analytics_code': 'G-SVDSQH04EM',
'global_analytics_code': 'UA-17997319-2',
'commit': '76e8c669',
}
# For sphinx >=1.8 we can use html_baseurl to set the canonical URL.
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl
if version_info >= (1, 8):
if not globals().get('html_baseurl'):
html_baseurl = context['canonical_url']
context['canonical_url'] = None
if 'html_context' in globals():
for key in context:
if key not in html_context:
html_context[key] = context[key]
else:
html_context = context
# Add custom RTD extension
if 'extensions' in globals():
# Insert at the beginning because it can interfere
# with other extensions.
# See https://github.com/rtfd/readthedocs.org/pull/4054
extensions.insert(0, "readthedocs_ext.readthedocs")
else:
extensions = ["readthedocs_ext.readthedocs"]
# Add External version warning banner to the external version documentation
if 'branch' == 'external':
extensions.insert(1, "readthedocs_ext.external_version_warning")
readthedocs_vcs_url = 'None'
readthedocs_build_url = 'https://readthedocs.com/projects/institute-for-disease-modeling-synthpops-test/builds/1669987/'
project_language = 'en'
# User's Sphinx configurations
language_user = globals().get('language', None)
latex_engine_user = globals().get('latex_engine', None)
latex_elements_user = globals().get('latex_elements', None)
# Remove this once xindy gets installed in Docker image and XINDYOPS
# env variable is supported
# https://github.com/rtfd/readthedocs-docker-images/pull/98
latex_use_xindy = False
chinese = any([
language_user in ('zh_CN', 'zh_TW'),
project_language in ('zh_CN', 'zh_TW'),
])
japanese = any([
language_user == 'ja',
project_language == 'ja',
])
if chinese:
latex_engine = latex_engine_user or 'xelatex'
latex_elements_rtd = {
'preamble': '\\usepackage[UTF8]{ctex}\n',
}
latex_elements = latex_elements_user or latex_elements_rtd
elif japanese:
latex_engine = latex_engine_user or 'platex'
# Make sure our build directory is always excluded
exclude_patterns = globals().get('exclude_patterns', [])
exclude_patterns.extend(['_build'])
[rtd-command-info] start-time: 2023-08-18T21:14:22.778489Z, end-time: 2023-08-18T21:14:56.253435Z, duration: 33, exit-code: 2
python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
Running Sphinx v1.8.6
Matplotlib is building the font cache; this may take a moment.
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 368, in eval_config_file
execfile_(filename, namespace)
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 150, in execfile_
exec_(code, _globals)
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/checkouts/latest/docs/conf.py", line 19, in
import synthpops as sp
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg/synthpops/__init__.py", line 6, in
from .sampling import * # depends on base
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg/synthpops/sampling.py", line 14, in
from . import plotting as sppl
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg/synthpops/plotting.py", line 15, in
import cmocean as cmo # Uses implicit import
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/cmocean-3.0.3-py3.7.egg/cmocean/__init__.py", line 11, in
from . import cm, tools, data
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/cmocean-3.0.3-py3.7.egg/cmocean/cm.py", line 18, in
from importlib.metadata import version
ModuleNotFoundError: No module named 'importlib.metadata'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sphinx/cmd/build.py", line 303, in build_main
args.tags, args.verbosity, args.jobs, args.keep_going)
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sphinx/application.py", line 201, in __init__
self.config = Config.read(self.confdir, confoverrides or {}, self.tags)
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 203, in read
namespace = eval_config_file(filename, tags)
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 380, in eval_config_file
raise ConfigError(msg % traceback.format_exc())
sphinx.errors.ConfigError: There is a programmable error in your configuration file:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 368, in eval_config_file
execfile_(filename, namespace)
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 150, in execfile_
exec_(code, _globals)
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/checkouts/latest/docs/conf.py", line 19, in
import synthpops as sp
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg/synthpops/__init__.py", line 6, in
from .sampling import * # depends on base
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg/synthpops/sampling.py", line 14, in
from . import plotting as sppl
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg/synthpops/plotting.py", line 15, in
import cmocean as cmo # Uses implicit import
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/cmocean-3.0.3-py3.7.egg/cmocean/__init__.py", line 11, in
from . import cm, tools, data
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/cmocean-3.0.3-py3.7.egg/cmocean/cm.py", line 18, in
from importlib.metadata import version
ModuleNotFoundError: No module named 'importlib.metadata'
Configuration error:
There is a programmable error in your configuration file:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 368, in eval_config_file
execfile_(filename, namespace)
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 150, in execfile_
exec_(code, _globals)
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/checkouts/latest/docs/conf.py", line 19, in
import synthpops as sp
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg/synthpops/__init__.py", line 6, in
from .sampling import * # depends on base
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg/synthpops/sampling.py", line 14, in
from . import plotting as sppl
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/synthpops-1.10.5-py3.7.egg/synthpops/plotting.py", line 15, in
import cmocean as cmo # Uses implicit import
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/cmocean-3.0.3-py3.7.egg/cmocean/__init__.py", line 11, in
from . import cm, tools, data
File "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-synthpops-test/envs/latest/lib/python3.7/site-packages/cmocean-3.0.3-py3.7.egg/cmocean/cm.py", line 18, in
from importlib.metadata import version
ModuleNotFoundError: No module named 'importlib.metadata'