Read the Docs build information Build id: 439542 Project: feature-labs-inc-evalml Version: latest Commit: 95e05e46a6f368726564ec179aa822783ab5f060 Date: 2020-10-02T16:52:13.078576Z State: finished Success: False [rtd-command-info] start-time: 2020-10-02T16:52:15.071829Z, end-time: 2020-10-02T16:52:16.664937Z, duration: 1, exit-code: 0 git clone --no-single-branch --depth 50 git@github.com:alteryx/evalml.git . Cloning into '.'... Warning: Permanently added 'github.com,192.30.255.112' (RSA) to the list of known hosts. [rtd-command-info] start-time: 2020-10-02T16:52:17.182297Z, end-time: 2020-10-02T16:52:17.311196Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: checking out 'origin/main'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 95e05e46 Allow user to filter which features to encode for OneHotEncoder (#1249) [rtd-command-info] start-time: 2020-10-02T16:52:17.449799Z, end-time: 2020-10-02T16:52:17.506263Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2020-10-02T16:52:19.025814Z, end-time: 2020-10-02T16:52:23.090562Z, duration: 4, exit-code: 0 python3.7 -mvirtualenv Using base prefix '/home/docs/.pyenv/versions/3.7.3' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/bin/python3.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2020-10-02T16:52:23.611912Z, end-time: 2020-10-02T16:52:24.304567Z, duration: 0, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip Requirement already up-to-date: pip in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (20.2.3) [rtd-command-info] start-time: 2020-10-02T16:52:24.428873Z, end-time: 2020-10-02T16:52:32.612767Z, duration: 8, exit-code: 0 python -m pip install --upgrade --no-cache-dir setuptools==41.0.1 docutils==0.14 mock==1.0.1 pillow==5.4.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.8.1 recommonmark==0.5.0 sphinx<2 sphinx-rtd-theme<0.5 readthedocs-sphinx-ext<1.1 Collecting setuptools==41.0.1 Downloading setuptools-41.0.1-py2.py3-none-any.whl (575 kB) Collecting docutils==0.14 Downloading docutils-0.14-py3-none-any.whl (543 kB) Collecting mock==1.0.1 Downloading mock-1.0.1.tar.gz (818 kB) Collecting pillow==5.4.1 Downloading Pillow-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB) Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB) Collecting commonmark==0.8.1 Downloading commonmark-0.8.1-py2.py3-none-any.whl (47 kB) 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.5-py2.py3-none-any.whl (3.1 MB) Collecting sphinx-rtd-theme<0.5 Downloading sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl (6.4 MB) Collecting readthedocs-sphinx-ext<1.1 Downloading readthedocs_sphinx_ext-1.0.4-py2.py3-none-any.whl (28 kB) Collecting future Downloading future-0.18.2.tar.gz (829 kB) Collecting requests>=2.0.0 Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) Collecting sphinxcontrib-websupport Downloading sphinxcontrib_websupport-1.2.4-py2.py3-none-any.whl (39 kB) Collecting Pygments>=2.0 Downloading Pygments-2.7.1-py3-none-any.whl (944 kB) Collecting imagesize Downloading imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting Jinja2>=2.3 Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) Collecting snowballstemmer>=1.1 Downloading snowballstemmer-2.0.0-py2.py3-none-any.whl (97 kB) Collecting babel!=2.0,>=1.3 Downloading Babel-2.8.0-py2.py3-none-any.whl (8.6 MB) Collecting packaging Downloading packaging-20.4-py2.py3-none-any.whl (37 kB) Collecting six>=1.5 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Collecting idna<3,>=2.5 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB) Collecting chardet<4,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting sphinxcontrib-serializinghtml Downloading sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl (89 kB) Collecting MarkupSafe>=0.23 Downloading MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl (27 kB) Collecting pytz>=2015.7 Downloading pytz-2020.1-py2.py3-none-any.whl (510 kB) Collecting pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Building wheels for collected packages: mock, future 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=23754 sha256=7173e5df8746f28134e10e24ee422c9424e9aa21cfcb1d6d0895f7d1d59409bd Stored in directory: /tmp/pip-ephem-wheel-cache-kxob9zxu/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=639a3f9480428a1a5a608f5f807a838ba9ef4266f4ba14f8b16415a5afc4919a Stored in directory: /tmp/pip-ephem-wheel-cache-kxob9zxu/wheels/56/b0/fe/4410d17b32f1f0c3cf54cdfb2bc04d7b4b8f4ae377e2229ba0 Successfully built mock future Installing collected packages: setuptools, docutils, mock, pillow, alabaster, future, commonmark, idna, certifi, urllib3, chardet, requests, sphinxcontrib-serializinghtml, sphinxcontrib-websupport, Pygments, imagesize, MarkupSafe, Jinja2, snowballstemmer, pytz, babel, pyparsing, six, packaging, sphinx, recommonmark, sphinx-rtd-theme, readthedocs-sphinx-ext Attempting uninstall: setuptools Found existing installation: setuptools 50.3.0 Uninstalling setuptools-50.3.0: Successfully uninstalled setuptools-50.3.0 Successfully installed Jinja2-2.11.2 MarkupSafe-1.1.1 Pygments-2.7.1 alabaster-0.7.12 babel-2.8.0 certifi-2020.6.20 chardet-3.0.4 commonmark-0.8.1 docutils-0.14 future-0.18.2 idna-2.10 imagesize-1.2.0 mock-1.0.1 packaging-20.4 pillow-5.4.1 pyparsing-2.4.7 pytz-2020.1 readthedocs-sphinx-ext-1.0.4 recommonmark-0.5.0 requests-2.24.0 setuptools-41.0.1 six-1.15.0 snowballstemmer-2.0.0 sphinx-1.8.5 sphinx-rtd-theme-0.4.3 sphinxcontrib-serializinghtml-1.1.4 sphinxcontrib-websupport-1.2.4 urllib3-1.25.10 [rtd-command-info] start-time: 2020-10-02T16:52:32.756461Z, end-time: 2020-10-02T16:53:24.968965Z, duration: 52, exit-code: 0 python -m pip install --upgrade --upgrade-strategy eager --no-cache-dir . Processing /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/checkouts/latest Collecting numpy>=1.16.4 Downloading numpy-1.19.2-cp37-cp37m-manylinux2010_x86_64.whl (14.5 MB) Collecting pandas>=0.25.0 Downloading pandas-1.1.2-cp37-cp37m-manylinux1_x86_64.whl (10.5 MB) Collecting scipy>=1.2.1 Downloading scipy-1.5.2-cp37-cp37m-manylinux1_x86_64.whl (25.9 MB) Collecting scikit-learn>=0.23 Downloading scikit_learn-0.23.2-cp37-cp37m-manylinux1_x86_64.whl (6.8 MB) Collecting scikit-optimize>=0.8 Downloading scikit_optimize-0.8.1-py2.py3-none-any.whl (101 kB) Collecting colorama Downloading colorama-0.4.3-py2.py3-none-any.whl (15 kB) Collecting cloudpickle>=0.2.2 Downloading cloudpickle-1.6.0-py3-none-any.whl (23 kB) Collecting click>=7.0.0 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) Collecting psutil>=5.6.3 Downloading psutil-5.7.2.tar.gz (460 kB) Collecting requirements-parser>=0.2.0 Downloading requirements-parser-0.2.0.tar.gz (6.3 kB) Collecting shap>=0.35.0 Downloading shap-0.36.0.tar.gz (319 kB) Collecting texttable>=1.6.2 Downloading texttable-1.6.3-py2.py3-none-any.whl (10 kB) Collecting plotly>=4.2.1 Downloading plotly-4.11.0-py2.py3-none-any.whl (13.1 MB) Collecting ipywidgets>=7.5 Downloading ipywidgets-7.5.1-py2.py3-none-any.whl (121 kB) Collecting xgboost>=0.82 Downloading xgboost-1.2.0-py3-none-manylinux2010_x86_64.whl (148.9 MB) Collecting catboost>=0.20 Downloading catboost-0.24.1-cp37-none-manylinux1_x86_64.whl (66.0 MB) Collecting lightgbm>=2.3.1 Downloading lightgbm-3.0.0-py2.py3-none-manylinux1_x86_64.whl (1.7 MB) Collecting python-dateutil>=2.7.3 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Requirement already up-to-date: pytz>=2017.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from pandas>=0.25.0->evalml==0.14.1) (2020.1) Collecting threadpoolctl>=2.0.0 Downloading threadpoolctl-2.1.0-py3-none-any.whl (12 kB) Collecting joblib>=0.11 Downloading joblib-0.16.0-py3-none-any.whl (300 kB) Collecting pyaml>=16.9 Downloading pyaml-20.4.0-py2.py3-none-any.whl (17 kB) Collecting tqdm>4.25.0 Downloading tqdm-4.50.0-py2.py3-none-any.whl (70 kB) Collecting slicer Downloading slicer-0.0.4-py3-none-any.whl (13 kB) Collecting numba Downloading numba-0.51.2-cp37-cp37m-manylinux2014_x86_64.whl (3.1 MB) Collecting retrying>=1.3.3 Downloading retrying-1.3.3.tar.gz (10 kB) Requirement already up-to-date: six in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from plotly>=4.2.1->evalml==0.14.1) (1.15.0) Collecting ipykernel>=4.5.1 Downloading ipykernel-5.3.4-py3-none-any.whl (120 kB) Collecting nbformat>=4.2.0 Downloading nbformat-5.0.7-py3-none-any.whl (170 kB) Collecting ipython>=4.0.0; python_version >= "3.3" Downloading ipython-7.18.1-py3-none-any.whl (786 kB) Collecting widgetsnbextension~=3.5.0 Downloading widgetsnbextension-3.5.1-py2.py3-none-any.whl (2.2 MB) Collecting traitlets>=4.3.1 Downloading traitlets-5.0.4-py3-none-any.whl (98 kB) Collecting matplotlib Downloading matplotlib-3.3.2-cp37-cp37m-manylinux1_x86_64.whl (11.6 MB) Collecting graphviz Downloading graphviz-0.14.1-py2.py3-none-any.whl (18 kB) Collecting PyYAML Downloading PyYAML-5.3.1.tar.gz (269 kB) Collecting llvmlite<0.35,>=0.34.0.dev0 Downloading llvmlite-0.34.0-cp37-cp37m-manylinux2010_x86_64.whl (24.6 MB) Collecting setuptools Downloading setuptools-50.3.0-py3-none-any.whl (785 kB) Collecting tornado>=4.2 Downloading tornado-6.0.4.tar.gz (496 kB) Collecting jupyter-client Downloading jupyter_client-6.1.7-py3-none-any.whl (108 kB) Collecting jupyter-core Downloading jupyter_core-4.6.3-py2.py3-none-any.whl (83 kB) Collecting jsonschema!=2.5.0,>=2.4 Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Collecting ipython-genutils Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) Collecting backcall Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB) Collecting pexpect>4.3; sys_platform != "win32" Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB) Collecting jedi>=0.10 Downloading jedi-0.17.2-py2.py3-none-any.whl (1.4 MB) Collecting decorator Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) Collecting pickleshare Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) Requirement already up-to-date: pygments in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->evalml==0.14.1) (2.7.1) Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 Downloading prompt_toolkit-3.0.7-py3-none-any.whl (355 kB) Collecting notebook>=4.4.1 Downloading notebook-6.1.4-py3-none-any.whl (9.5 MB) Requirement already up-to-date: certifi>=2020.06.20 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from matplotlib->catboost>=0.20->evalml==0.14.1) (2020.6.20) Collecting kiwisolver>=1.0.1 Downloading kiwisolver-1.2.0-cp37-cp37m-manylinux1_x86_64.whl (88 kB) Requirement already up-to-date: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from matplotlib->catboost>=0.20->evalml==0.14.1) (2.4.7) Collecting cycler>=0.10 Downloading cycler-0.10.0-py2.py3-none-any.whl (6.5 kB) Collecting pillow>=6.2.0 Downloading Pillow-7.2.0-cp37-cp37m-manylinux1_x86_64.whl (2.2 MB) Collecting pyzmq>=13 Downloading pyzmq-19.0.2-cp37-cp37m-manylinux1_x86_64.whl (1.1 MB) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.17.3.tar.gz (106 kB) Collecting attrs>=17.4.0 Downloading attrs-20.2.0-py2.py3-none-any.whl (48 kB) Collecting importlib-metadata; python_version < "3.8" Downloading importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB) Collecting ptyprocess>=0.5 Downloading ptyprocess-0.6.0-py2.py3-none-any.whl (39 kB) Collecting parso<0.8.0,>=0.7.0 Downloading parso-0.7.1-py2.py3-none-any.whl (109 kB) Collecting wcwidth Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) Collecting nbconvert Downloading nbconvert-6.0.6-py3-none-any.whl (551 kB) Collecting terminado>=0.8.3 Downloading terminado-0.9.1-py3-none-any.whl (13 kB) Requirement already up-to-date: jinja2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->evalml==0.14.1) (2.11.2) Collecting Send2Trash Downloading Send2Trash-1.5.0-py3-none-any.whl (12 kB) Collecting prometheus-client Downloading prometheus_client-0.8.0-py2.py3-none-any.whl (53 kB) Collecting argon2-cffi Downloading argon2_cffi-20.1.0-cp35-abi3-manylinux1_x86_64.whl (97 kB) Collecting zipp>=0.5 Downloading zipp-3.2.0-py3-none-any.whl (5.1 kB) Collecting mistune<2,>=0.8.1 Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB) Collecting entrypoints>=0.2.2 Downloading entrypoints-0.3-py2.py3-none-any.whl (11 kB) Collecting nbclient<0.6.0,>=0.5.0 Downloading nbclient-0.5.0-py3-none-any.whl (65 kB) Collecting jupyterlab-pygments Downloading jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB) Collecting pandocfilters>=1.4.1 Downloading pandocfilters-1.4.2.tar.gz (14 kB) Collecting defusedxml Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) Collecting testpath Downloading testpath-0.4.4-py2.py3-none-any.whl (163 kB) Collecting bleach Downloading bleach-3.2.1-py2.py3-none-any.whl (145 kB) Requirement already up-to-date: MarkupSafe>=0.23 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from jinja2->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->evalml==0.14.1) (1.1.1) Collecting cffi>=1.0.0 Downloading cffi-1.14.3-cp37-cp37m-manylinux1_x86_64.whl (401 kB) Collecting nest-asyncio Downloading nest_asyncio-1.4.1-py3-none-any.whl (5.2 kB) Collecting async-generator Downloading async_generator-1.10-py3-none-any.whl (18 kB) Requirement already up-to-date: packaging in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->evalml==0.14.1) (20.4) Collecting webencodings Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting pycparser Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) Building wheels for collected packages: evalml, psutil, requirements-parser, shap, retrying, PyYAML, tornado, pyrsistent, pandocfilters Building wheel for evalml (setup.py): started Building wheel for evalml (setup.py): finished with status 'done' Created wheel for evalml: filename=evalml-0.14.1-py3-none-any.whl size=5979208 sha256=7a52b6e16f159537d9681a61d066f42cefcfa20e00c140fe2f049191f469cf64 Stored in directory: /tmp/pip-ephem-wheel-cache-3t_5us53/wheels/9e/21/10/381af54b3fd898f3030a593880d99f016a134a0a141dcf2f28 Building wheel for psutil (setup.py): started Building wheel for psutil (setup.py): finished with status 'done' Created wheel for psutil: filename=psutil-5.7.2-cp37-cp37m-linux_x86_64.whl size=283659 sha256=d6b5d000c41a65cc08ba7a37b0334439c8e86442dd2b4a190e6fb36eb64f59f3 Stored in directory: /tmp/pip-ephem-wheel-cache-3t_5us53/wheels/2d/43/97/00701864a7bee6d9e1a52dd682537dcbf1d013d0e2e6f0c1f1 Building wheel for requirements-parser (setup.py): started Building wheel for requirements-parser (setup.py): finished with status 'done' Created wheel for requirements-parser: filename=requirements_parser-0.2.0-py3-none-any.whl size=7656 sha256=849a10a2efef319e57c1be09938dce0108efb8134a3b41ccda2cc3ff2423ce23 Stored in directory: /tmp/pip-ephem-wheel-cache-3t_5us53/wheels/40/e4/ca/8af24ee94c3863d620d6a52793d82930f4d1d3515a5121d495 Building wheel for shap (setup.py): started Building wheel for shap (setup.py): finished with status 'done' Created wheel for shap: filename=shap-0.36.0-cp37-cp37m-linux_x86_64.whl size=461244 sha256=0bef76d755cf0156aafec2dc0c89b38a17a7f53d7461ecdca2b5e5bf614905cd Stored in directory: /tmp/pip-ephem-wheel-cache-3t_5us53/wheels/6b/1e/4a/b1d65778aac48b677ac2a758251f9cccb338775e8d174f3696 Building wheel for retrying (setup.py): started Building wheel for retrying (setup.py): finished with status 'done' Created wheel for retrying: filename=retrying-1.3.3-py3-none-any.whl size=11429 sha256=60ddc728da39785d056b48b1aaa4895cccbf848f7fde7514cd2bed86d38526a6 Stored in directory: /tmp/pip-ephem-wheel-cache-3t_5us53/wheels/f9/8d/8d/f6af3f7f9eea3553bc2fe6d53e4b287dad18b06a861ac56ddf Building wheel for PyYAML (setup.py): started Building wheel for PyYAML (setup.py): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-5.3.1-cp37-cp37m-linux_x86_64.whl size=44619 sha256=f4baee6b3c8fcc3a64de251a90ca7ccbfab3159fcb2ab075db2206f5fadaacbb Stored in directory: /tmp/pip-ephem-wheel-cache-3t_5us53/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653 Building wheel for tornado (setup.py): started Building wheel for tornado (setup.py): finished with status 'done' Created wheel for tornado: filename=tornado-6.0.4-cp37-cp37m-linux_x86_64.whl size=428563 sha256=e1ae3b80aabcf6d3b8ca576726a75ca3321f64a2be9a30c1bb8688752fc53818 Stored in directory: /tmp/pip-ephem-wheel-cache-3t_5us53/wheels/7d/14/fa/d88fb5da77d813ea0ffca38a2ab2a052874e9e1142bad0b348 Building wheel for pyrsistent (setup.py): started Building wheel for pyrsistent (setup.py): finished with status 'done' Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp37-cp37m-linux_x86_64.whl size=115298 sha256=15db5acf5ee3ab527c95c4feee0f32f0c342716850b7e8f16528f56536da0d40 Stored in directory: /tmp/pip-ephem-wheel-cache-3t_5us53/wheels/a5/52/bf/71258a1d7b3c8cbe1ee53f9314c6f65f20385481eaee573cc5 Building wheel for pandocfilters (setup.py): started Building wheel for pandocfilters (setup.py): finished with status 'done' Created wheel for pandocfilters: filename=pandocfilters-1.4.2-py3-none-any.whl size=7855 sha256=0489d16deee52b7da8a86edfecdc1ff4ecb5758340ffb7872b06f791b5d01b10 Stored in directory: /tmp/pip-ephem-wheel-cache-3t_5us53/wheels/63/99/01/9fe785b86d1e091a6b2a61e06ddb3d8eb1bc9acae5933d4740 Successfully built evalml psutil requirements-parser shap retrying PyYAML tornado pyrsistent pandocfilters Installing collected packages: numpy, python-dateutil, pandas, scipy, threadpoolctl, joblib, scikit-learn, PyYAML, pyaml, scikit-optimize, colorama, cloudpickle, click, psutil, requirements-parser, tqdm, slicer, llvmlite, setuptools, numba, shap, texttable, retrying, plotly, backcall, ptyprocess, pexpect, parso, jedi, decorator, ipython-genutils, traitlets, pickleshare, wcwidth, prompt-toolkit, ipython, tornado, jupyter-core, pyzmq, jupyter-client, ipykernel, pyrsistent, attrs, zipp, importlib-metadata, jsonschema, nbformat, mistune, entrypoints, nest-asyncio, async-generator, nbclient, jupyterlab-pygments, pandocfilters, defusedxml, testpath, webencodings, bleach, nbconvert, terminado, Send2Trash, prometheus-client, pycparser, cffi, argon2-cffi, notebook, widgetsnbextension, ipywidgets, xgboost, kiwisolver, cycler, pillow, matplotlib, graphviz, catboost, lightgbm, evalml Attempting uninstall: setuptools Found existing installation: setuptools 41.0.1 Uninstalling setuptools-41.0.1: Successfully uninstalled setuptools-41.0.1 Attempting uninstall: pillow Found existing installation: Pillow 5.4.1 Uninstalling Pillow-5.4.1: Successfully uninstalled Pillow-5.4.1 Successfully installed PyYAML-5.3.1 Send2Trash-1.5.0 argon2-cffi-20.1.0 async-generator-1.10 attrs-20.2.0 backcall-0.2.0 bleach-3.2.1 catboost-0.24.1 cffi-1.14.3 click-7.1.2 cloudpickle-1.6.0 colorama-0.4.3 cycler-0.10.0 decorator-4.4.2 defusedxml-0.6.0 entrypoints-0.3 evalml-0.14.1 graphviz-0.14.1 importlib-metadata-2.0.0 ipykernel-5.3.4 ipython-7.18.1 ipython-genutils-0.2.0 ipywidgets-7.5.1 jedi-0.17.2 joblib-0.16.0 jsonschema-3.2.0 jupyter-client-6.1.7 jupyter-core-4.6.3 jupyterlab-pygments-0.1.2 kiwisolver-1.2.0 lightgbm-3.0.0 llvmlite-0.34.0 matplotlib-3.3.2 mistune-0.8.4 nbclient-0.5.0 nbconvert-6.0.6 nbformat-5.0.7 nest-asyncio-1.4.1 notebook-6.1.4 numba-0.51.2 numpy-1.19.2 pandas-1.1.2 pandocfilters-1.4.2 parso-0.7.1 pexpect-4.8.0 pickleshare-0.7.5 pillow-7.2.0 plotly-4.11.0 prometheus-client-0.8.0 prompt-toolkit-3.0.7 psutil-5.7.2 ptyprocess-0.6.0 pyaml-20.4.0 pycparser-2.20 pyrsistent-0.17.3 python-dateutil-2.8.1 pyzmq-19.0.2 requirements-parser-0.2.0 retrying-1.3.3 scikit-learn-0.23.2 scikit-optimize-0.8.1 scipy-1.5.2 setuptools-50.3.0 shap-0.36.0 slicer-0.0.4 terminado-0.9.1 testpath-0.4.4 texttable-1.6.3 threadpoolctl-2.1.0 tornado-6.0.4 tqdm-4.50.0 traitlets-5.0.4 wcwidth-0.2.5 webencodings-0.5.1 widgetsnbextension-3.5.1 xgboost-1.2.0 zipp-3.2.0 [rtd-command-info] start-time: 2020-10-02T16:53:25.170708Z, end-time: 2020-10-02T16:53:40.892272Z, duration: 15, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r dev-requirements.txt Requirement already satisfied: numpy>=1.16.4 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 1)) (1.19.2) Requirement already satisfied: pandas>=0.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 2)) (1.1.2) Requirement already satisfied: scipy>=1.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 3)) (1.5.2) Requirement already satisfied: scikit-learn>=0.23 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 4)) (0.23.2) Requirement already satisfied: scikit-optimize>=0.8 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 5)) (0.8.1) Requirement already satisfied: colorama in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 6)) (0.4.3) Requirement already satisfied: cloudpickle>=0.2.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 7)) (1.6.0) Requirement already satisfied: click>=7.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 8)) (7.1.2) Requirement already satisfied: psutil>=5.6.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 9)) (5.7.2) Requirement already satisfied: requirements-parser>=0.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 10)) (0.2.0) Requirement already satisfied: shap>=0.35.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 11)) (0.36.0) Requirement already satisfied: texttable>=1.6.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r core-requirements.txt (line 12)) (1.6.3) Requirement already satisfied: plotly>=4.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (4.11.0) Requirement already satisfied: ipywidgets>=7.5 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (7.5.1) Requirement already satisfied: xgboost>=0.82 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (1.2.0) Requirement already satisfied: catboost>=0.20 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (0.24.1) Requirement already satisfied: lightgbm>=2.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (3.0.0) Collecting pytest==4.4.1 Downloading pytest-4.4.1-py2.py3-none-any.whl (223 kB) Collecting pytest-xdist==1.26.1 Downloading pytest_xdist-1.26.1-py2.py3-none-any.whl (35 kB) Collecting pytest-cov==2.6.1 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) Collecting nbval==0.9.3 Downloading nbval-0.9.3-py2.py3-none-any.whl (22 kB) Requirement already satisfied: graphviz>=0.13 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from -r test-requirements.txt (line 5)) (0.14.1) Collecting codecov==2.1.0 Downloading codecov-2.1.0.tar.gz (17 kB) Collecting category_encoders>=2.0.0 Downloading category_encoders-2.2.2-py2.py3-none-any.whl (80 kB) Collecting featuretools Downloading featuretools-0.20.0-py3-none-any.whl (287 kB) Collecting nlp_primitives>=1.0.0 Downloading nlp_primitives-1.0.0-py3-none-any.whl (23 kB) Collecting flake8==3.7.0 Downloading flake8-3.7.0-py2.py3-none-any.whl (68 kB) Collecting autopep8==1.4.3 Downloading autopep8-1.4.3.tar.gz (113 kB) Collecting isort==4.3.4 Downloading isort-4.3.4-py3-none-any.whl (45 kB) Collecting pydata-sphinx-theme==0.3.1 Downloading pydata_sphinx_theme-0.3.1-py3-none-any.whl (61 kB) Collecting Sphinx==2.0.1 Downloading Sphinx-2.0.1-py2.py3-none-any.whl (3.2 MB) Collecting nbconvert==5.5.0 Downloading nbconvert-5.5.0-py2.py3-none-any.whl (447 kB) Collecting nbsphinx==0.4.2 Downloading nbsphinx-0.4.2-py2.py3-none-any.whl (20 kB) Requirement already satisfied: python-dateutil>=2.7.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from pandas>=0.25.0->-r core-requirements.txt (line 2)) (2.8.1) Requirement already satisfied: pytz>=2017.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from pandas>=0.25.0->-r core-requirements.txt (line 2)) (2020.1) Requirement already satisfied: threadpoolctl>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from scikit-learn>=0.23->-r core-requirements.txt (line 4)) (2.1.0) Requirement already satisfied: joblib>=0.11 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from scikit-learn>=0.23->-r core-requirements.txt (line 4)) (0.16.0) Requirement already satisfied: pyaml>=16.9 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from scikit-optimize>=0.8->-r core-requirements.txt (line 5)) (20.4.0) Requirement already satisfied: tqdm>4.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from shap>=0.35.0->-r core-requirements.txt (line 11)) (4.50.0) Requirement already satisfied: slicer in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from shap>=0.35.0->-r core-requirements.txt (line 11)) (0.0.4) Requirement already satisfied: numba in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from shap>=0.35.0->-r core-requirements.txt (line 11)) (0.51.2) Requirement already satisfied: six in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from plotly>=4.2.1->-r requirements.txt (line 2)) (1.15.0) Requirement already satisfied: retrying>=1.3.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from plotly>=4.2.1->-r requirements.txt (line 2)) (1.3.3) Requirement already satisfied: ipykernel>=4.5.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipywidgets>=7.5->-r requirements.txt (line 3)) (5.3.4) Requirement already satisfied: ipython>=4.0.0; python_version >= "3.3" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipywidgets>=7.5->-r requirements.txt (line 3)) (7.18.1) Requirement already satisfied: traitlets>=4.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipywidgets>=7.5->-r requirements.txt (line 3)) (5.0.4) Requirement already satisfied: widgetsnbextension~=3.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipywidgets>=7.5->-r requirements.txt (line 3)) (3.5.1) Requirement already satisfied: nbformat>=4.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipywidgets>=7.5->-r requirements.txt (line 3)) (5.0.7) Requirement already satisfied: matplotlib in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from catboost>=0.20->-r requirements.txt (line 5)) (3.3.2) Requirement already satisfied: attrs>=17.4.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from pytest==4.4.1->-r test-requirements.txt (line 1)) (20.2.0) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from pytest==4.4.1->-r test-requirements.txt (line 1)) (50.3.0) Collecting more-itertools>=4.0.0; python_version > "2.7" Downloading more_itertools-8.5.0-py3-none-any.whl (44 kB) Collecting atomicwrites>=1.0 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) Collecting py>=1.5.0 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) Collecting pluggy>=0.9 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting execnet>=1.1 Downloading execnet-1.7.1-py2.py3-none-any.whl (39 kB) Collecting pytest-forked Downloading pytest_forked-1.3.0-py2.py3-none-any.whl (4.7 kB) Collecting coverage>=4.4 Downloading coverage-5.3-cp37-cp37m-manylinux1_x86_64.whl (229 kB) Requirement already satisfied: jupyter-client in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from nbval==0.9.3->-r test-requirements.txt (line 4)) (6.1.7) Requirement already satisfied: requests>=2.7.9 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from codecov==2.1.0->-r test-requirements.txt (line 6)) (2.24.0) Collecting statsmodels>=0.9.0 Downloading statsmodels-0.12.0-cp37-cp37m-manylinux1_x86_64.whl (9.5 MB) Collecting patsy>=0.5.1 Downloading patsy-0.5.1-py2.py3-none-any.whl (231 kB) Collecting distributed>=2.12.0 Downloading distributed-2.28.0-py3-none-any.whl (652 kB) Requirement already satisfied: pyyaml>=3.12 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from featuretools->-r test-requirements.txt (line 8)) (5.3.1) Collecting dask[dataframe]>=2.12.0 Downloading dask-2.28.0-py3-none-any.whl (848 kB) Collecting nltk>=3.4.5 Downloading nltk-3.5.zip (1.4 MB) Requirement already satisfied: entrypoints<0.4.0,>=0.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from flake8==3.7.0->-r dev-requirements.txt (line 3)) (0.3) Collecting mccabe<0.7.0,>=0.6.0 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting pyflakes<2.2.0,>=2.1.0 Downloading pyflakes-2.1.1-py2.py3-none-any.whl (59 kB) Collecting pycodestyle<2.6.0,>=2.5.0 Downloading pycodestyle-2.5.0-py2.py3-none-any.whl (51 kB) Collecting sphinxcontrib-applehelp Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (20.4) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (2.7.1) Collecting sphinxcontrib-htmlhelp Downloading sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl (96 kB) Collecting sphinxcontrib-jsmath Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-qthelp Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (2.0.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (0.7.12) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (1.2.0) Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (1.1.4) Requirement already satisfied: docutils>=0.12 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (0.14) Requirement already satisfied: babel!=2.0,>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (2.8.0) Collecting sphinxcontrib-devhelp Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (2.11.2) Requirement already satisfied: jupyter-core in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 8)) (4.6.3) Requirement already satisfied: pandocfilters>=1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 8)) (1.4.2) Requirement already satisfied: mistune>=0.8.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 8)) (0.8.4) Requirement already satisfied: bleach in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 8)) (3.2.1) Requirement already satisfied: defusedxml in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 8)) (0.6.0) Requirement already satisfied: testpath in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from nbconvert==5.5.0->-r dev-requirements.txt (line 8)) (0.4.4) Requirement already satisfied: llvmlite<0.35,>=0.34.0.dev0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from numba->shap>=0.35.0->-r core-requirements.txt (line 11)) (0.34.0) Requirement already satisfied: tornado>=4.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipykernel>=4.5.1->ipywidgets>=7.5->-r requirements.txt (line 3)) (6.0.4) Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 3)) (3.0.7) Requirement already satisfied: backcall in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 3)) (0.2.0) Requirement already satisfied: pickleshare in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 3)) (0.7.5) Requirement already satisfied: decorator in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 3)) (4.4.2) Requirement already satisfied: pexpect>4.3; sys_platform != "win32" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 3)) (4.8.0) Requirement already satisfied: jedi>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 3)) (0.17.2) Requirement already satisfied: ipython-genutils in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from traitlets>=4.3.1->ipywidgets>=7.5->-r requirements.txt (line 3)) (0.2.0) Requirement already satisfied: notebook>=4.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 3)) (6.1.4) Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.5->-r requirements.txt (line 3)) (3.2.0) Requirement already satisfied: kiwisolver>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from matplotlib->catboost>=0.20->-r requirements.txt (line 5)) (1.2.0) Requirement already satisfied: pillow>=6.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from matplotlib->catboost>=0.20->-r requirements.txt (line 5)) (7.2.0) Requirement already satisfied: certifi>=2020.06.20 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from matplotlib->catboost>=0.20->-r requirements.txt (line 5)) (2020.6.20) Requirement already satisfied: cycler>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from matplotlib->catboost>=0.20->-r requirements.txt (line 5)) (0.10.0) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from matplotlib->catboost>=0.20->-r requirements.txt (line 5)) (2.4.7) Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from pluggy>=0.9->pytest==4.4.1->-r test-requirements.txt (line 1)) (2.0.0) Collecting apipkg>=1.4 Downloading apipkg-1.5-py2.py3-none-any.whl (4.9 kB) Requirement already satisfied: pyzmq>=13 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from jupyter-client->nbval==0.9.3->-r test-requirements.txt (line 4)) (19.0.2) Requirement already satisfied: chardet<4,>=3.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from requests>=2.7.9->codecov==2.1.0->-r test-requirements.txt (line 6)) (3.0.4) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from requests>=2.7.9->codecov==2.1.0->-r test-requirements.txt (line 6)) (1.25.10) Requirement already satisfied: idna<3,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from requests>=2.7.9->codecov==2.1.0->-r test-requirements.txt (line 6)) (2.10) Collecting tblib>=1.6.0 Downloading tblib-1.7.0-py2.py3-none-any.whl (12 kB) Collecting sortedcontainers!=2.0.0,!=2.0.1 Downloading sortedcontainers-2.2.2-py2.py3-none-any.whl (29 kB) Collecting zict>=0.1.3 Downloading zict-2.0.0-py3-none-any.whl (10 kB) Collecting toolz>=0.8.2 Downloading toolz-0.11.1-py3-none-any.whl (55 kB) Collecting msgpack>=0.6.0 Downloading msgpack-1.0.0-cp37-cp37m-manylinux1_x86_64.whl (275 kB) Collecting fsspec>=0.6.0; extra == "dataframe" Downloading fsspec-0.8.3-py3-none-any.whl (88 kB) Collecting partd>=0.3.10; extra == "dataframe" Downloading partd-1.1.0-py3-none-any.whl (19 kB) Collecting regex Downloading regex-2020.9.27-cp37-cp37m-manylinux2010_x86_64.whl (662 kB) Requirement already satisfied: MarkupSafe>=0.23 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from Jinja2>=2.3->Sphinx==2.0.1->-r dev-requirements.txt (line 7)) (1.1.1) Requirement already satisfied: webencodings in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from bleach->nbconvert==5.5.0->-r dev-requirements.txt (line 8)) (0.5.1) Requirement already satisfied: wcwidth in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 3)) (0.2.5) Requirement already satisfied: ptyprocess>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from pexpect>4.3; sys_platform != "win32"->ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 3)) (0.6.0) Requirement already satisfied: parso<0.8.0,>=0.7.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from jedi>=0.10->ipython>=4.0.0; python_version >= "3.3"->ipywidgets>=7.5->-r requirements.txt (line 3)) (0.7.1) Requirement already satisfied: argon2-cffi in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 3)) (20.1.0) Requirement already satisfied: Send2Trash in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 3)) (1.5.0) Requirement already satisfied: prometheus-client in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 3)) (0.8.0) Requirement already satisfied: terminado>=0.8.3 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 3)) (0.9.1) Requirement already satisfied: pyrsistent>=0.14.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets>=7.5->-r requirements.txt (line 3)) (0.17.3) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.9->pytest==4.4.1->-r test-requirements.txt (line 1)) (3.2.0) Collecting heapdict Downloading HeapDict-1.0.1-py3-none-any.whl (3.9 kB) Collecting locket Downloading locket-0.2.0.tar.gz (3.5 kB) Requirement already satisfied: cffi>=1.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 3)) (1.14.3) Requirement already satisfied: pycparser in /home/docs/checkouts/readthedocs.org/user_builds/feature-labs-inc-evalml/envs/latest/lib/python3.7/site-packages (from cffi>=1.0.0->argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.5->-r requirements.txt (line 3)) (2.20) Building wheels for collected packages: codecov, autopep8, nltk, locket Building wheel for codecov (setup.py): started Building wheel for codecov (setup.py): finished with status 'done' Created wheel for codecov: filename=codecov-2.1.0-py2.py3-none-any.whl size=15152 sha256=dec60762bc5b5cef643e00430b963a010a312cad3bea6e1fd32b0136f871b3bf Stored in directory: /tmp/pip-ephem-wheel-cache-2h378t7h/wheels/8a/24/33/292f49f78eaf4a3dd0db5b46cc75bf33b2af4a90ceff600cfe Building wheel for autopep8 (setup.py): started Building wheel for autopep8 (setup.py): finished with status 'done' Created wheel for autopep8: filename=autopep8-1.4.3-py2.py3-none-any.whl size=42228 sha256=e9f5f4804cf664b7578f5c6692a50ee73b4e5cef281dc5e7e6e19cbfe95d8b96 Stored in directory: /tmp/pip-ephem-wheel-cache-2h378t7h/wheels/cb/ca/0d/db843e5869db016f92974eb145021a3920eec623f3e6adff59 Building wheel for nltk (setup.py): started Building wheel for nltk (setup.py): finished with status 'done' Created wheel for nltk: filename=nltk-3.5-py3-none-any.whl size=1434677 sha256=d5752bf9505b5e3a5946c0ccdf399a7ad66266b3b5484f2f892ca56a6b3a43e6 Stored in directory: /tmp/pip-ephem-wheel-cache-2h378t7h/wheels/45/6c/46/a1865e7ba706b3817f5d1b2ff7ce8996aabdd0d03d47ba0266 Building wheel for locket (setup.py): started Building wheel for locket (setup.py): finished with status 'done' Created wheel for locket: filename=locket-0.2.0-py3-none-any.whl size=4040 sha256=a57e389250b06e4a896fb44f1eacca8106f1315fca851a57a18f82bc0d5f3eef Stored in directory: /tmp/pip-ephem-wheel-cache-2h378t7h/wheels/7d/21/ce/56f01c644a11bde5d09ecae16d9b5e9d7e988187624fd28fec Successfully built codecov autopep8 nltk locket Installing collected packages: more-itertools, atomicwrites, py, pluggy, pytest, apipkg, execnet, pytest-forked, pytest-xdist, coverage, pytest-cov, nbval, codecov, patsy, statsmodels, category-encoders, tblib, toolz, fsspec, locket, partd, dask, sortedcontainers, heapdict, zict, msgpack, distributed, featuretools, regex, nltk, nlp-primitives, mccabe, pyflakes, pycodestyle, flake8, autopep8, isort, sphinxcontrib-applehelp, sphinxcontrib-htmlhelp, sphinxcontrib-jsmath, sphinxcontrib-qthelp, sphinxcontrib-devhelp, Sphinx, pydata-sphinx-theme, nbconvert, nbsphinx Attempting uninstall: Sphinx Found existing installation: Sphinx 1.8.5 Uninstalling Sphinx-1.8.5: Successfully uninstalled Sphinx-1.8.5 Attempting uninstall: nbconvert Found existing installation: nbconvert 6.0.6 Uninstalling nbconvert-6.0.6: Successfully uninstalled nbconvert-6.0.6 Successfully installed Sphinx-2.0.1 apipkg-1.5 atomicwrites-1.4.0 autopep8-1.4.3 category-encoders-2.2.2 codecov-2.1.0 coverage-5.3 dask-2.28.0 distributed-2.28.0 execnet-1.7.1 featuretools-0.20.0 flake8-3.7.0 fsspec-0.8.3 heapdict-1.0.1 isort-4.3.4 locket-0.2.0 mccabe-0.6.1 more-itertools-8.5.0 msgpack-1.0.0 nbconvert-5.5.0 nbsphinx-0.4.2 nbval-0.9.3 nlp-primitives-1.0.0 nltk-3.5 partd-1.1.0 patsy-0.5.1 pluggy-0.13.1 py-1.9.0 pycodestyle-2.5.0 pydata-sphinx-theme-0.3.1 pyflakes-2.1.1 pytest-4.4.1 pytest-cov-2.6.1 pytest-forked-1.3.0 pytest-xdist-1.26.1 regex-2020.9.27 sortedcontainers-2.2.2 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-1.0.3 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 statsmodels-0.12.0 tblib-1.7.0 toolz-0.11.1 zict-2.0.0