Last active
June 11, 2019 21:23
-
-
Save tadeu/49c6de435dae6764f6616eb10efde2a4 to your computer and use it in GitHub Desktop.
Conda slowdown due to boost package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Command: | |
# conda env update --debug --file environment-boost-1.70.yml --prune >conda_debug_1.70.txt 2>&1 | |
DEBUG conda.gateways.logging:set_verbosity(231): verbosity set to 2 | |
DEBUG conda.core.solve:solve_final_state(212): solving prefix W:\Miniconda3\envs\test_boost_170 | |
specs_to_remove: frozenset() | |
specs_to_add: frozenset({MatchSpec("sqlalchemy-utils==0.33.6"), MatchSpec("flask-allows==0.4"), MatchSpec("conda-wrappers"), MatchSpec("freetype=2.9.1"), MatchSpec("setuptools==40.5.0"), MatchSpec("sqlalchemy-utc==0.10.0"), MatchSpec("pytest-timeout==1.3.3"), MatchSpec("seaborn==0.9.0"), MatchSpec("hypothesis==3.57.0"), MatchSpec("ipykernel==4.8.2"), MatchSpec("pyqt==5.6.0"), MatchSpec("mkl==2019.3"), MatchSpec("exec-wrappers==1.0.3"), MatchSpec("sphinx==1.7.4"), MatchSpec("itsdangerous==0.24"), MatchSpec("ninja=1.9.0"), MatchSpec("mkl-devel==2019.3"), MatchSpec("execnet==1.5.0"), MatchSpec("pytest-mock==1.10.0"), MatchSpec("icc_rt==2019.0.0"), MatchSpec("six==1.11.0"), MatchSpec("py==1.7.0"), MatchSpec("notebook==5.5.0"), MatchSpec("pluggy==0.11.0"), MatchSpec("pytest-localserver==0.5.0"), MatchSpec("pytest==4.5.0"), MatchSpec("cogapp==3.0"), MatchSpec("altair==2.0.0rc2"), MatchSpec("flask-security==3.0.0"), MatchSpec("sphinx_rtd_theme==0.3.1"), MatchSpec("pymongo==3.6.1"), MatchSpec("clangdev==8.0.0"), MatchSpec("pandoc==2.1.3"), MatchSpec("celery==4.3.0"), MatchSpec("psycopg2==2.7.1"), MatchSpec("jupyter_contrib_nbextensions==0.5.0"), MatchSpec("pywin32-ctypes==0.1.2"), MatchSpec("pytest-regressions==1.0.5"), MatchSpec("numexpr==2.6.5"), MatchSpec("flask-cors==3.0.3"), MatchSpec("pyopenssl==17.2.0"), MatchSpec("stashy==0.6"), MatchSpec("invoke==1.0.0"), MatchSpec("scipy==1.2.1"), MatchSpec("tox==3.12.0"), MatchSpec("xlrd==1.1.0"), MatchSpec("amqp==2.5.0"), MatchSpec("pytest-datadir==1.3.0"), MatchSpec("oop-ext==0.2.4"), MatchSpec("vc==14"), MatchSpec("tornado==5.1"), MatchSpec("pybind11==2.2.4"), MatchSpec("vega3==0.11.0"), MatchSpec("nb_conda==2.2.1"), MatchSpec("openssl=1.0.2"), MatchSpec("pytest-cpp==1.1.0"), MatchSpec("boost-cpp==1.70.0"), MatchSpec("cmake==3.14.4"), MatchSpec("flask-sqlalchemy==2.4.0"), MatchSpec("pycrypto==2.6.1"), MatchSpec("diff-cover==2.1.0"), MatchSpec("future==0.17.1"), MatchSpec("sympy==1.1.1"), MatchSpec("pytest-xdist==1.26.1"), MatchSpec("ipywidgets==7.2.1"), MatchSpec("flask-jwt-extended==3.7.1"), MatchSpec("barril==1.6.1"), MatchSpec("cov-core==1.15.0"), MatchSpec("gsl-lite==0.34.0"), MatchSpec("nbval==0.9.0"), MatchSpec("conda-forge::blas==1.0=mkl"), MatchSpec("cminpack==1.3.6"), MatchSpec("nbconvert==5.3.0"), MatchSpec("mkl_fft==1.0.1"), MatchSpec("mkl_random==1.0.1"), MatchSpec("attrs==18.2.0"), MatchSpec("icu==58.2"), MatchSpec("qt==5.6.2"), MatchSpec("pywin32==220"), MatchSpec("jupyter_client==5.2.3"), MatchSpec("nanoflann==1.2.2"), MatchSpec("widgetsnbextension==3.2.1"), MatchSpec("zlib==1.2.11"), MatchSpec("sqlalchemy==1.3.4"), MatchSpec("python==3.6.7"), MatchSpec("boost==1.70.0"), MatchSpec("jupytext==1.1.1"), MatchSpec("pytest-cov==2.6.1"), MatchSpec("werkzeug==0.14.1"), MatchSpec("jupyter_core==4.4.0"), MatchSpec("pytest-lazy-fixture==0.5.1"), MatchSpec("alembic==0.9.7"), MatchSpec("coverage==4.5.2"), MatchSpec("psutil==4.3.1"), MatchSpec("deps==1.1.1"), MatchSpec("numpy==1.14.2"), MatchSpec("flasgger==0.8.0"), MatchSpec("docker-py==3.1"), MatchSpec("pandas==0.23.0"), MatchSpec("openmp==8.0.0"), MatchSpec("matplotlib==3.0.3"), MatchSpec("pre_commit==1.11.0"), MatchSpec("markupsafe==1.0"), MatchSpec("eigen==3.3.7"), MatchSpec("libxml2==2.9.8"), MatchSpec("flask==1.0.2"), MatchSpec("py-cpuinfo==3.3.0"), MatchSpec("ipython==6.4.0"), MatchSpec("colorama==0.4.0"), MatchSpec("more-itertools==4.3.0"), MatchSpec("coolprop==6.2.1"), MatchSpec("redis-py==3.2.0"), MatchSpec("pytest-replay==0.2.2")}) | |
prune: True | |
Collecting package metadata: ...working... DEBUG conda.core.package_cache_data:_check_writable(254): package cache directory 'W:\Miniconda3\pkgs' writable: True | |
DEBUG conda.core.subdir_data:_load(207): Using cached repodata for https://conda.anaconda.org/conda-forge/noarch at W:\Miniconda3\pkgs\cache\09cdf8bf.json. Timeout in 298 sec | |
DEBUG conda.core.subdir_data:_read_pickled(284): found pickle file W:\Miniconda3\pkgs\cache\09cdf8bf.q | |
DEBUG conda.core.subdir_data:_load(213): Local cache timed out for https://repo.anaconda.com/pkgs/msys2/win-64 at W:\Miniconda3\pkgs\cache\5ca77eed.json | |
DEBUG urllib3.util.retry:from_int(210): Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None, status=None) | |
DEBUG urllib3.connectionpool:_new_conn(813): Starting new HTTPS connection (1): repo.anaconda.com:443 | |
DEBUG urllib3.connectionpool:_make_request(393): https://repo.anaconda.com:443 "GET /pkgs/msys2/win-64/repodata.json.bz2 HTTP/1.1" 304 0 | |
DEBUG conda.core.subdir_data:fetch_repodata_remote_request(431): | |
>>GET /pkgs/msys2/win-64/repodata.json.bz2 HTTPS | |
> User-Agent: conda/4.6.14 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17763 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> Connection: keep-alive | |
> If-Modified-Since: Mon, 10 Jun 2019 21:12:24 GMT | |
> If-None-Match: "c987c0bfe4e446cd763cb9e48916dfdc" | |
<<HTTPS 304 Not Modified | |
< Cache-Control: public, max-age=30 | |
< CF-Cache-Status: HIT | |
< CF-RAY: 4e56925e9f8e4b19-GRU | |
< Date: Tue, 11 Jun 2019 21:10:26 GMT | |
< ETag: "c987c0bfe4e446cd763cb9e48916dfdc" | |
< Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" | |
< Expires: Tue, 11 Jun 2019 21:10:56 GMT | |
< Last-Modified: Mon, 10 Jun 2019 21:12:24 GMT | |
< Server: cloudflare | |
< Set-Cookie: __cfduid=d657cce40031b212c9a6a05752160a3ca1560287426; expires=Wed, 10-Jun-20 21:10:26 GMT; path=/; domain=.anaconda.com; HttpOnly; Secure | |
< Vary: Accept-Encoding | |
< x-amz-id-2: q9N/SBzIlnyPi2fQZtPfaawLWkzgdtH6ApdrSNaPe5WgJFZKaMKKKzoldr/Jhg2TuyjJsnPuaME= | |
< x-amz-request-id: E32226D1AE57C429 | |
< x-amz-version-id: viiESW3xfK0CLz9wykBqHCNhEJZI2qL3 | |
< Connection: keep-alive | |
< Elapsed: 00:00.098911 | |
DEBUG conda.core.subdir_data:_load(221): 304 NOT MODIFIED for 'https://repo.anaconda.com/pkgs/msys2/win-64'. Updating mtime and loading from disk | |
DEBUG conda.core.subdir_data:_read_pickled(284): found pickle file W:\Miniconda3\pkgs\cache\5ca77eed.q | |
DEBUG conda.core.subdir_data:_load(213): Local cache timed out for https://repo.anaconda.com/pkgs/r/win-64 at W:\Miniconda3\pkgs\cache\920c960f.json | |
DEBUG urllib3.connectionpool:_make_request(393): https://repo.anaconda.com:443 "GET /pkgs/r/win-64/repodata.json.bz2 HTTP/1.1" 304 0 | |
DEBUG conda.core.subdir_data:fetch_repodata_remote_request(431): | |
>>GET /pkgs/r/win-64/repodata.json.bz2 HTTPS | |
> User-Agent: conda/4.6.14 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17763 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> Connection: keep-alive | |
> Cookie: __cfduid=d657cce40031b212c9a6a05752160a3ca1560287426 | |
> If-Modified-Since: Mon, 10 Jun 2019 21:13:09 GMT | |
> If-None-Match: "05988f85624615c080ab759d1b712d5c" | |
<<HTTPS 304 Not Modified | |
< Cache-Control: public, max-age=30 | |
< CF-Cache-Status: HIT | |
< CF-RAY: 4e56925ecfb14b19-GRU | |
< Date: Tue, 11 Jun 2019 21:10:26 GMT | |
< ETag: "05988f85624615c080ab759d1b712d5c" | |
< Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" | |
< Expires: Tue, 11 Jun 2019 21:10:56 GMT | |
< Last-Modified: Mon, 10 Jun 2019 21:13:09 GMT | |
< Server: cloudflare | |
< Vary: Accept-Encoding | |
< x-amz-id-2: K2m81lM9RZLok5rkRynei1E3VBiXFFl0morIEsjQbrMJ7RVINXWrGpRyWKoW0X1Q8xOLeU71cwY= | |
< x-amz-request-id: E874E104091619B1 | |
< x-amz-version-id: YVhXfPtUu9hTP7vWuzS5K3vSjLAAQm9X | |
< Connection: keep-alive | |
< Elapsed: 00:00.025477 | |
DEBUG conda.core.subdir_data:_load(221): 304 NOT MODIFIED for 'https://repo.anaconda.com/pkgs/r/win-64'. Updating mtime and loading from disk | |
DEBUG conda.core.subdir_data:_read_pickled(284): found pickle file W:\Miniconda3\pkgs\cache\920c960f.q | |
DEBUG conda.core.subdir_data:_load(207): Using cached repodata for https://conda.anaconda.org/conda-forge/win-64 at W:\Miniconda3\pkgs\cache\5afe41e9.json. Timeout in 298 sec | |
DEBUG conda.core.subdir_data:_read_pickled(284): found pickle file W:\Miniconda3\pkgs\cache\5afe41e9.q | |
DEBUG conda.core.subdir_data:_load(213): Local cache timed out for https://repo.anaconda.com/pkgs/free/win-64 at W:\Miniconda3\pkgs\cache\d6a04735.json | |
DEBUG urllib3.connectionpool:_make_request(393): https://repo.anaconda.com:443 "GET /pkgs/free/win-64/repodata.json.bz2 HTTP/1.1" 304 0 | |
DEBUG conda.core.subdir_data:fetch_repodata_remote_request(431): | |
>>GET /pkgs/free/win-64/repodata.json.bz2 HTTPS | |
> User-Agent: conda/4.6.14 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17763 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> Connection: keep-alive | |
> Cookie: __cfduid=d657cce40031b212c9a6a05752160a3ca1560287426 | |
> If-Modified-Since: Fri, 15 Feb 2019 20:58:41 GMT | |
> If-None-Match: "24464626d891021dbde19d7339b77fc4" | |
<<HTTPS 304 Not Modified | |
< Cache-Control: public, max-age=30 | |
< CF-Cache-Status: HIT | |
< CF-RAY: 4e569260e8d54b19-GRU | |
< Date: Tue, 11 Jun 2019 21:10:26 GMT | |
< ETag: "24464626d891021dbde19d7339b77fc4" | |
< Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" | |
< Expires: Tue, 11 Jun 2019 21:10:56 GMT | |
< Last-Modified: Fri, 15 Feb 2019 20:58:41 GMT | |
< Server: cloudflare | |
< Vary: Accept-Encoding | |
< x-amz-id-2: hrYuoRDeaQgauwulET4izhGi6SwcAVAEfvN1EJlACOrlY2PKU+i4KGyXF9dbF6QvqGoVpq9TjTc= | |
< x-amz-request-id: 76390E37B08F1DE2 | |
< x-amz-version-id: i2IFtQx1N7yMCAk0LJDGr7aJBcgRhprq | |
< Connection: keep-alive | |
< Elapsed: 00:00.018625 | |
DEBUG conda.core.subdir_data:_load(221): 304 NOT MODIFIED for 'https://repo.anaconda.com/pkgs/free/win-64'. Updating mtime and loading from disk | |
DEBUG conda.core.subdir_data:_read_pickled(284): found pickle file W:\Miniconda3\pkgs\cache\d6a04735.q | |
DEBUG conda.core.subdir_data:_load(213): Local cache timed out for https://repo.anaconda.com/pkgs/main/win-64 at W:\Miniconda3\pkgs\cache\59ba4880.json | |
DEBUG urllib3.connectionpool:_make_request(393): https://repo.anaconda.com:443 "GET /pkgs/main/win-64/repodata.json.bz2 HTTP/1.1" 304 0 | |
DEBUG conda.core.subdir_data:fetch_repodata_remote_request(431): | |
>>GET /pkgs/main/win-64/repodata.json.bz2 HTTPS | |
> User-Agent: conda/4.6.14 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17763 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> Connection: keep-alive | |
> Cookie: __cfduid=d657cce40031b212c9a6a05752160a3ca1560287426 | |
> If-Modified-Since: Mon, 10 Jun 2019 21:12:12 GMT | |
> If-None-Match: "719e8e06c3b07bdfd4b882b6a39cd434" | |
<<HTTPS 304 Not Modified | |
< Cache-Control: public, max-age=30 | |
< CF-Cache-Status: HIT | |
< CF-RAY: 4e569261b9414b19-GRU | |
< Date: Tue, 11 Jun 2019 21:10:26 GMT | |
< ETag: "719e8e06c3b07bdfd4b882b6a39cd434" | |
< Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" | |
< Expires: Tue, 11 Jun 2019 21:10:56 GMT | |
< Last-Modified: Mon, 10 Jun 2019 21:12:12 GMT | |
< Server: cloudflare | |
< Vary: Accept-Encoding | |
< x-amz-id-2: rEFysVsVgLhskCAc6VM2nQbFFsuhiI2iV1EcjL+GTCqfRF0qcYZ5HD/1GB/WBUftGHUjRZbmznQ= | |
< x-amz-request-id: CA190DB850CB95F2 | |
< x-amz-version-id: VZ.wl8u6rGA85lVOXfFX7kwCcyZ6Yb3L | |
< Connection: keep-alive | |
< Elapsed: 00:00.028107 | |
DEBUG conda.core.subdir_data:_load(221): 304 NOT MODIFIED for 'https://repo.anaconda.com/pkgs/main/win-64'. Updating mtime and loading from disk | |
DEBUG conda.core.subdir_data:_read_pickled(284): found pickle file W:\Miniconda3\pkgs\cache\59ba4880.q | |
DEBUG conda.core.subdir_data:_load(213): Local cache timed out for https://repo.anaconda.com/pkgs/msys2/noarch at W:\Miniconda3\pkgs\cache\c4a505b4.json | |
DEBUG urllib3.connectionpool:_make_request(393): https://repo.anaconda.com:443 "GET /pkgs/msys2/noarch/repodata.json.bz2 HTTP/1.1" 304 0 | |
DEBUG conda.core.subdir_data:fetch_repodata_remote_request(431): | |
>>GET /pkgs/msys2/noarch/repodata.json.bz2 HTTPS | |
> User-Agent: conda/4.6.14 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17763 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> Connection: keep-alive | |
> Cookie: __cfduid=d657cce40031b212c9a6a05752160a3ca1560287426 | |
> If-Modified-Since: Sun, 19 May 2019 04:48:46 GMT | |
> If-None-Match: "1ecb5b301b9a2ba831f0a68a7ace5f00" | |
<<HTTPS 304 Not Modified | |
< Cache-Control: public, max-age=30 | |
< CF-Cache-Status: HIT | |
< CF-RAY: 4e56926249734b19-GRU | |
< Date: Tue, 11 Jun 2019 21:10:26 GMT | |
< ETag: "1ecb5b301b9a2ba831f0a68a7ace5f00" | |
< Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" | |
< Expires: Tue, 11 Jun 2019 21:10:56 GMT | |
< Last-Modified: Sun, 19 May 2019 04:48:46 GMT | |
< Server: cloudflare | |
< Vary: Accept-Encoding | |
< x-amz-id-2: U2Y4tCVzVzY4QKZqRX9fQMuQO+8PfJzAp5irosCnG9eE09E6R2xniwG3FX6+5VU4cFvr5cE28JA= | |
< x-amz-request-id: BD6A1426379E9C5C | |
< x-amz-version-id: Hewp6N89Mbkn77lK1pdP2SHql7xiyLT9 | |
< Connection: keep-alive | |
< Elapsed: 00:00.038425 | |
DEBUG conda.core.subdir_data:_load(221): 304 NOT MODIFIED for 'https://repo.anaconda.com/pkgs/msys2/noarch'. Updating mtime and loading from disk | |
DEBUG conda.core.subdir_data:_read_pickled(284): found pickle file W:\Miniconda3\pkgs\cache\c4a505b4.q | |
DEBUG conda.core.subdir_data:_load(213): Local cache timed out for https://repo.anaconda.com/pkgs/r/noarch at W:\Miniconda3\pkgs\cache\4ea078d6.json | |
DEBUG urllib3.connectionpool:_make_request(393): https://repo.anaconda.com:443 "GET /pkgs/r/noarch/repodata.json.bz2 HTTP/1.1" 304 0 | |
DEBUG conda.core.subdir_data:fetch_repodata_remote_request(431): | |
>>GET /pkgs/r/noarch/repodata.json.bz2 HTTPS | |
> User-Agent: conda/4.6.14 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17763 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> Connection: keep-alive | |
> Cookie: __cfduid=d657cce40031b212c9a6a05752160a3ca1560287426 | |
> If-Modified-Since: Mon, 10 Jun 2019 21:12:52 GMT | |
> If-None-Match: "c45732ad06c9962d0b565f608aba102d" | |
<<HTTPS 304 Not Modified | |
< Cache-Control: public, max-age=30 | |
< CF-Cache-Status: HIT | |
< CF-RAY: 4e56926289944b19-GRU | |
< Date: Tue, 11 Jun 2019 21:10:27 GMT | |
< ETag: "c45732ad06c9962d0b565f608aba102d" | |
< Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" | |
< Expires: Tue, 11 Jun 2019 21:10:57 GMT | |
< Last-Modified: Mon, 10 Jun 2019 21:12:52 GMT | |
< Server: cloudflare | |
< Vary: Accept-Encoding | |
< x-amz-id-2: QL5qXE0owo2F6vHFmaUvwqaJb7SXB8/z1MtPvBJ4buwFJySVOdt+zFhvQ/czd86PuM10oi1m5kE= | |
< x-amz-request-id: 4E0E149F893B6715 | |
< x-amz-version-id: jYu6GljgcNE.PoKvM_h_T3zxUkTlygTz | |
< Connection: keep-alive | |
< Elapsed: 00:00.071383 | |
DEBUG conda.core.subdir_data:_load(221): 304 NOT MODIFIED for 'https://repo.anaconda.com/pkgs/r/noarch'. Updating mtime and loading from disk | |
DEBUG conda.core.subdir_data:_read_pickled(284): found pickle file W:\Miniconda3\pkgs\cache\4ea078d6.q | |
DEBUG conda.core.subdir_data:_load(213): Local cache timed out for https://repo.anaconda.com/pkgs/free/noarch at W:\Miniconda3\pkgs\cache\d77296e0.json | |
DEBUG urllib3.connectionpool:_make_request(393): https://repo.anaconda.com:443 "GET /pkgs/free/noarch/repodata.json.bz2 HTTP/1.1" 304 0 | |
DEBUG conda.core.subdir_data:fetch_repodata_remote_request(431): | |
>>GET /pkgs/free/noarch/repodata.json.bz2 HTTPS | |
> User-Agent: conda/4.6.14 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17763 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> Connection: keep-alive | |
> Cookie: __cfduid=d657cce40031b212c9a6a05752160a3ca1560287426 | |
> If-Modified-Since: Fri, 15 Feb 2019 20:57:51 GMT | |
> If-None-Match: "b23fbf0113c7195c9a87e96d1a6431f7" | |
<<HTTPS 304 Not Modified | |
< Cache-Control: public, max-age=30 | |
< CF-Cache-Status: HIT | |
< CF-RAY: 4e569262f9d84b19-GRU | |
< Date: Tue, 11 Jun 2019 21:10:27 GMT | |
< ETag: "b23fbf0113c7195c9a87e96d1a6431f7" | |
< Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" | |
< Expires: Tue, 11 Jun 2019 21:10:57 GMT | |
< Last-Modified: Fri, 15 Feb 2019 20:57:51 GMT | |
< Server: cloudflare | |
< Vary: Accept-Encoding | |
< x-amz-id-2: 8e9BsFGjkoovQroI/hoMArnUENjKpaSHny5HMqLX4HEioRgI+Xqxm2bbSQV6BpJ5cXLWGwq4GGY= | |
< x-amz-request-id: 7331E63B3D426E6B | |
< x-amz-version-id: EuBGIf6WRNSwjnaCD5OSKC_9l3KtarP2 | |
< Connection: keep-alive | |
< Elapsed: 00:00.023856 | |
DEBUG conda.core.subdir_data:_load(221): 304 NOT MODIFIED for 'https://repo.anaconda.com/pkgs/free/noarch'. Updating mtime and loading from disk | |
DEBUG conda.core.subdir_data:_read_pickled(284): found pickle file W:\Miniconda3\pkgs\cache\d77296e0.q | |
DEBUG conda.core.subdir_data:_load(213): Local cache timed out for https://repo.anaconda.com/pkgs/main/noarch at W:\Miniconda3\pkgs\cache\3e39a7aa.json | |
DEBUG urllib3.connectionpool:_make_request(393): https://repo.anaconda.com:443 "GET /pkgs/main/noarch/repodata.json.bz2 HTTP/1.1" 304 0 | |
DEBUG conda.core.subdir_data:fetch_repodata_remote_request(431): | |
>>GET /pkgs/main/noarch/repodata.json.bz2 HTTPS | |
> User-Agent: conda/4.6.14 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17763 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> Connection: keep-alive | |
> Cookie: __cfduid=d657cce40031b212c9a6a05752160a3ca1560287426 | |
> If-Modified-Since: Tue, 11 Jun 2019 15:30:15 GMT | |
> If-None-Match: "2ec9e3cb5683c25bdfc0b93f31242fe5" | |
<<HTTPS 304 Not Modified | |
< Cache-Control: public, max-age=30 | |
< CF-Cache-Status: HIT | |
< CF-RAY: 4e56926329ec4b19-GRU | |
< Date: Tue, 11 Jun 2019 21:10:27 GMT | |
< ETag: "2ec9e3cb5683c25bdfc0b93f31242fe5" | |
< Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" | |
< Expires: Tue, 11 Jun 2019 21:10:57 GMT | |
< Last-Modified: Tue, 11 Jun 2019 15:30:15 GMT | |
< Server: cloudflare | |
< Vary: Accept-Encoding | |
< x-amz-id-2: +eEDsJVtKWu9X+hPw6A3GEFuGOqgRRSZtDQ2vTHRMhXOV5nO2qslcMAfwHAUSUxdJ3NbO3tS7qU= | |
< x-amz-request-id: 6A14E24D6B06110F | |
< x-amz-version-id: xAOXVLCbEKLIrL5nk1NHMhZIgYdJNHb6 | |
< Connection: keep-alive | |
< Elapsed: 00:00.020612 | |
DEBUG conda.core.subdir_data:_load(221): 304 NOT MODIFIED for 'https://repo.anaconda.com/pkgs/main/noarch'. Updating mtime and loading from disk | |
DEBUG conda.core.subdir_data:_read_pickled(284): found pickle file W:\Miniconda3\pkgs\cache\3e39a7aa.q | |
done | |
Solving environment: ...working... DEBUG conda.resolve:bad_installed(886): Checking if the current environment is consistent | |
DEBUG conda.common.logic:get_sat_solver_cls(281): Using SAT solver interface 'pycosat'. | |
DEBUG conda.resolve:gen_clauses(688): gen_clauses returning with clause count: 1459 | |
DEBUG conda.resolve:generate_spec_constraints(696): generate_spec_constraints returning with clause count: 1459 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 1711 | |
DEBUG conda.core.solve:_find_inconsistent_packages(355): inconsistent precs: None | |
DEBUG conda.resolve:get_reduced_index(354): Retrieving packages for: | |
- alembic==0.9.7 | |
- altair==2.0.0rc2 | |
- amqp==2.5.0 | |
- attrs==18.2.0 | |
- barril==1.6.1 | |
- boost-cpp==1.70.0 | |
- boost==1.70.0 | |
- celery==4.3.0 | |
- clangdev==8.0.0 | |
- cmake==3.14.4 | |
- cminpack==1.3.6 | |
- cogapp==3.0 | |
- colorama==0.4.0 | |
- conda-forge::blas==1.0=mkl | |
- conda-wrappers | |
- coolprop==6.2.1 | |
- cov-core==1.15.0 | |
- coverage==4.5.2 | |
- deps==1.1.1 | |
- diff-cover==2.1.0 | |
- docker-py==3.1 | |
- eigen==3.3.7 | |
- exec-wrappers==1.0.3 | |
- execnet==1.5.0 | |
- flasgger==0.8.0 | |
- flask-allows==0.4 | |
- flask-cors==3.0.3 | |
- flask-jwt-extended==3.7.1 | |
- flask-security==3.0.0 | |
- flask-sqlalchemy==2.4.0 | |
- flask==1.0.2 | |
- freetype=2.9.1 | |
- future==0.17.1 | |
- gsl-lite==0.34.0 | |
- hypothesis==3.57.0 | |
- icc_rt==2019.0.0 | |
- icu==58.2 | |
- invoke==1.0.0 | |
- ipykernel==4.8.2 | |
- ipython==6.4.0 | |
- ipywidgets==7.2.1 | |
- itsdangerous==0.24 | |
- jupyter_client==5.2.3 | |
- jupyter_contrib_nbextensions==0.5.0 | |
- jupyter_core==4.4.0 | |
- jupytext==1.1.1 | |
- libxml2==2.9.8 | |
- markupsafe==1.0 | |
- matplotlib==3.0.3 | |
- mkl-devel==2019.3 | |
- mkl==2019.3 | |
- mkl_fft==1.0.1 | |
- mkl_random==1.0.1 | |
- more-itertools==4.3.0 | |
- nanoflann==1.2.2 | |
- nb_conda==2.2.1 | |
- nbconvert==5.3.0 | |
- nbval==0.9.0 | |
- ninja=1.9.0 | |
- notebook==5.5.0 | |
- numexpr==2.6.5 | |
- numpy==1.14.2 | |
- oop-ext==0.2.4 | |
- openmp==8.0.0 | |
- openssl=1.0.2 | |
- pandas==0.23.0 | |
- pandoc==2.1.3 | |
- pluggy==0.11.0 | |
- pre_commit==1.11.0 | |
- psutil==4.3.1 | |
- psycopg2==2.7.1 | |
- py-cpuinfo==3.3.0 | |
- py==1.7.0 | |
- pybind11==2.2.4 | |
- pycrypto==2.6.1 | |
- pymongo==3.6.1 | |
- pyopenssl==17.2.0 | |
- pyqt==5.6.0 | |
- pytest-cov==2.6.1 | |
- pytest-cpp==1.1.0 | |
- pytest-datadir==1.3.0 | |
- pytest-lazy-fixture==0.5.1 | |
- pytest-localserver==0.5.0 | |
- pytest-mock==1.10.0 | |
- pytest-regressions==1.0.5 | |
- pytest-replay==0.2.2 | |
- pytest-timeout==1.3.3 | |
- pytest-xdist==1.26.1 | |
- pytest==4.5.0 | |
- python==3.6.7 | |
- pywin32-ctypes==0.1.2 | |
- pywin32==220 | |
- qt==5.6.2 | |
- redis-py==3.2.0 | |
- scipy==1.2.1 | |
- seaborn==0.9.0 | |
- setuptools==40.5.0 | |
- six==1.11.0 | |
- sphinx==1.7.4 | |
- sphinx_rtd_theme==0.3.1 | |
- sqlalchemy-utc==0.10.0 | |
- sqlalchemy-utils==0.33.6 | |
- sqlalchemy==1.3.4 | |
- stashy==0.6 | |
- sympy==1.1.1 | |
- tornado==5.1 | |
- tox==3.12.0 | |
- vc==14 | |
- vega3==0.11.0 | |
- werkzeug==0.14.1 | |
- widgetsnbextension==3.2.1 | |
- xlrd==1.1.0 | |
- zlib==1.2.11 | |
DEBUG conda.resolve:filter_group(400): werkzeug: pruned from 100 -> 5 | |
DEBUG conda.resolve:filter_group(400): nbconvert: pruned from 57 -> 3 | |
DEBUG conda.resolve:filter_group(400): entrypoints: pruned from 54 -> 42 | |
DEBUG conda.resolve:filter_group(400): python: pruned from 214 -> 202 | |
DEBUG conda.resolve:filter_group(400): pip: pruned from 180 -> 141 | |
DEBUG conda.resolve:filter_group(400): jinja2: pruned from 82 -> 66 | |
DEBUG conda.resolve:filter_group(400): jupyter_client: pruned from 79 -> 73 | |
DEBUG conda.resolve:filter_group(400): decorator: pruned from 73 -> 67 | |
DEBUG conda.resolve:filter_group(400): pyzmq: pruned from 170 -> 144 | |
DEBUG conda.resolve:filter_group(400): mistune: pruned from 78 -> 39 | |
DEBUG conda.resolve:filter_group(400): nbformat: pruned from 41 -> 11 | |
DEBUG conda.resolve:filter_group(400): jsonschema: pruned from 43 -> 41 | |
DEBUG conda.resolve:filter_group(400): traitlets: pruned from 47 -> 44 | |
DEBUG conda.resolve:filter_group(400): pygments: pruned from 58 -> 50 | |
DEBUG conda.resolve:filter_group(400): python: pruned from 202 -> 160 | |
DEBUG conda.resolve:filter_group(400): vc: pruned from 11 -> 10 | |
DEBUG conda.resolve:filter_group(400): pip: pruned from 141 -> 103 | |
DEBUG conda.resolve:filter_group(400): testpath: pruned from 34 -> 27 | |
DEBUG conda.resolve:filter_group(400): traitlets: pruned from 44 -> 31 | |
DEBUG conda.resolve:filter_group(400): decorator: pruned from 67 -> 53 | |
DEBUG conda.resolve:filter_group(400): ipython_genutils: pruned from 21 -> 16 | |
DEBUG conda.resolve:filter_group(400): cov-core: pruned from 5 -> 4 | |
DEBUG conda.resolve:filter_group(400): coverage: pruned from 98 -> 74 | |
DEBUG conda.resolve:filter_group(400): notebook: pruned from 223 -> 6 | |
DEBUG conda.resolve:filter_group(400): ipykernel: pruned from 122 -> 95 | |
DEBUG conda.resolve:filter_group(400): ipython: pruned from 243 -> 159 | |
DEBUG conda.resolve:filter_group(400): jupyter_client: pruned from 73 -> 63 | |
DEBUG conda.resolve:filter_group(400): jupyter_core: pruned from 57 -> 42 | |
DEBUG conda.resolve:filter_group(400): pyzmq: pruned from 144 -> 106 | |
DEBUG conda.resolve:filter_group(400): jinja2: pruned from 66 -> 51 | |
DEBUG conda.resolve:filter_group(400): jupyter_client: pruned from 63 -> 26 | |
DEBUG conda.resolve:filter_group(400): python-dateutil: pruned from 68 -> 50 | |
DEBUG conda.resolve:filter_group(400): six: pruned from 69 -> 37 | |
DEBUG conda.resolve:filter_group(400): pyzmq: pruned from 106 -> 104 | |
DEBUG conda.resolve:filter_group(400): jupyter_core: pruned from 42 -> 7 | |
DEBUG conda.resolve:filter_group(400): nbformat: pruned from 11 -> 10 | |
DEBUG conda.resolve:filter_group(400): jsonschema: pruned from 41 -> 30 | |
DEBUG conda.resolve:filter_group(400): python: pruned from 160 -> 153 | |
DEBUG conda.resolve:filter_group(400): pyzmq: pruned from 104 -> 49 | |
DEBUG conda.resolve:filter_group(400): send2trash: pruned from 9 -> 8 | |
DEBUG conda.resolve:filter_group(400): terminado: pruned from 22 -> 15 | |
DEBUG conda.resolve:filter_group(400): pywinpty: pruned from 72 -> 67 | |
DEBUG conda.resolve:filter_group(400): tornado: pruned from 161 -> 95 | |
DEBUG conda.resolve:filter_group(400): traitlets: pruned from 31 -> 29 | |
DEBUG conda.resolve:filter_group(400): sympy: pruned from 70 -> 9 | |
DEBUG conda.resolve:filter_group(400): mpmath: pruned from 37 -> 28 | |
DEBUG conda.resolve:filter_group(400): sqlalchemy: pruned from 291 -> 4 | |
DEBUG conda.resolve:filter_group(400): python: pruned from 153 -> 110 | |
DEBUG conda.resolve:filter_group(400): pip: pruned from 103 -> 79 | |
DEBUG conda.resolve:filter_group(400): cmake: pruned from 57 -> 1 | |
DEBUG conda.resolve:filter_group(400): cogapp: pruned from 14 -> 2 | |
DEBUG conda.resolve:filter_group(400): vc: pruned from 10 -> 5 | |
DEBUG conda.resolve:filter_group(400): pywin32-ctypes: pruned from 9 -> 2 | |
DEBUG conda.resolve:filter_group(400): python: pruned from 110 -> 35 | |
DEBUG conda.resolve:filter_group(400): pip: pruned from 79 -> 24 | |
DEBUG conda.resolve:filter_group(400): setuptools: pruned from 480 -> 59 | |
DEBUG conda.resolve:filter_group(400): wheel: pruned from 99 -> 27 | |
DEBUG conda.resolve:filter_group(400): pywin32-ctypes: pruned from 2 -> 1 | |
DEBUG conda.resolve:filter_group(400): ipykernel: pruned from 95 -> 2 | |
DEBUG conda.resolve:filter_group(400): ipython: pruned from 159 -> 49 | |
DEBUG conda.resolve:filter_group(400): colorama: pruned from 43 -> 9 | |
DEBUG conda.resolve:filter_group(400): decorator: pruned from 53 -> 17 | |
DEBUG conda.resolve:filter_group(400): pickleshare: pruned from 40 -> 7 | |
DEBUG conda.resolve:filter_group(400): prompt_toolkit: pruned from 107 -> 27 | |
DEBUG conda.resolve:filter_group(400): six: pruned from 37 -> 9 | |
DEBUG conda.resolve:filter_group(400): wcwidth: pruned from 16 -> 4 | |
DEBUG conda.resolve:filter_group(400): pygments: pruned from 50 -> 14 | |
DEBUG conda.resolve:filter_group(400): traitlets: pruned from 29 -> 6 | |
DEBUG conda.resolve:filter_group(400): ipython_genutils: pruned from 16 -> 6 | |
DEBUG conda.resolve:filter_group(400): jupyter_client: pruned from 26 -> 11 | |
DEBUG conda.resolve:filter_group(400): jupyter_core: pruned from 7 -> 3 | |
DEBUG conda.resolve:filter_group(400): python-dateutil: pruned from 50 -> 17 | |
DEBUG conda.resolve:filter_group(400): pyzmq: pruned from 49 -> 17 | |
DEBUG conda.resolve:filter_group(400): tornado: pruned from 95 -> 25 | |
DEBUG conda.resolve:filter_group(400): six: pruned from 9 -> 4 | |
DEBUG conda.resolve:filter_group(400): future: pruned from 98 -> 2 | |
DEBUG conda.resolve:filter_group(400): pytest-replay: pruned from 4 -> 1 | |
DEBUG conda.resolve:filter_group(400): pytest: pruned from 406 -> 105 | |
DEBUG conda.resolve:filter_group(400): py: pruned from 101 -> 23 | |
DEBUG conda.resolve:filter_group(400): itsdangerous: pruned from 32 -> 5 | |
DEBUG conda.resolve:filter_group(400): numpy: pruned from 325 -> 3 | |
DEBUG conda.resolve:filter_group(400): blas: pruned from 28 -> 10 | |
DEBUG conda.resolve:filter_group(400): qt: pruned from 43 -> 6 | |
DEBUG conda.resolve:filter_group(400): icu: pruned from 24 -> 4 | |
DEBUG conda.resolve:filter_group(400): jpeg: pruned from 29 -> 13 | |
DEBUG conda.resolve:filter_group(400): libpng: pruned from 70 -> 25 | |
DEBUG conda.resolve:filter_group(400): openssl: pruned from 112 -> 40 | |
DEBUG conda.resolve:filter_group(400): zlib: pruned from 36 -> 15 | |
DEBUG conda.resolve:filter_group(400): exec-wrappers: pruned from 17 -> 1 | |
DEBUG conda.resolve:filter_group(400): jupyter_contrib_nbextensions: pruned from 54 -> 2 | |
DEBUG conda.resolve:filter_group(400): jupyter_contrib_core: pruned from 23 -> 3 | |
DEBUG conda.resolve:filter_group(400): notebook: pruned from 6 -> 2 | |
DEBUG conda.resolve:filter_group(400): jinja2: pruned from 51 -> 15 | |
DEBUG conda.resolve:filter_group(400): markupsafe: pruned from 63 -> 10 | |
DEBUG conda.resolve:filter_group(400): nbconvert: pruned from 3 -> 1 | |
DEBUG conda.resolve:filter_group(400): bleach: pruned from 47 -> 21 | |
DEBUG conda.resolve:filter_group(400): entrypoints: pruned from 42 -> 12 | |
DEBUG conda.resolve:filter_group(400): mistune: pruned from 39 -> 12 | |
DEBUG conda.resolve:filter_group(400): nbformat: pruned from 10 -> 4 | |
DEBUG conda.resolve:filter_group(400): jsonschema: pruned from 30 -> 11 | |
DEBUG conda.resolve:filter_group(400): pandocfilters: pruned from 25 -> 8 | |
DEBUG conda.resolve:filter_group(400): testpath: pruned from 27 -> 12 | |
DEBUG conda.resolve:filter_group(400): send2trash: pruned from 8 -> 4 | |
DEBUG conda.resolve:filter_group(400): terminado: pruned from 15 -> 6 | |
DEBUG conda.resolve:filter_group(400): pywinpty: pruned from 67 -> 26 | |
DEBUG conda.resolve:filter_group(400): jupyter_highlight_selected_word: pruned from 32 -> 3 | |
DEBUG conda.resolve:filter_group(400): jupyter_latex_envs: pruned from 26 -> 3 | |
DEBUG conda.resolve:filter_group(400): jupyter_nbextensions_configurator: pruned from 51 -> 3 | |
DEBUG conda.resolve:filter_group(400): pyyaml: pruned from 72 -> 12 | |
DEBUG conda.resolve:filter_group(400): lxml: pruned from 208 -> 37 | |
DEBUG conda.resolve:filter_group(400): pyopenssl: pruned from 68 -> 2 | |
DEBUG conda.resolve:filter_group(400): cryptography: pruned from 158 -> 18 | |
DEBUG conda.resolve:filter_group(400): asn1crypto: pruned from 34 -> 11 | |
DEBUG conda.resolve:filter_group(400): cffi: pruned from 115 -> 18 | |
DEBUG conda.resolve:filter_group(400): pycparser: pruned from 60 -> 10 | |
DEBUG conda.resolve:filter_group(400): idna: pruned from 56 -> 16 | |
DEBUG conda.resolve:filter_group(400): pytest-xdist: pruned from 97 -> 2 | |
DEBUG conda.resolve:filter_group(400): execnet: pruned from 27 -> 7 | |
DEBUG conda.resolve:filter_group(400): pytest-forked: pruned from 16 -> 7 | |
DEBUG conda.resolve:filter_group(400): coolprop: pruned from 9 -> 2 | |
DEBUG conda.resolve:filter_group(400): matplotlib: pruned from 156 -> 16 | |
DEBUG conda.resolve:filter_group(400): pyqt: pruned from 96 -> 13 | |
DEBUG conda.resolve:filter_group(400): sip: pruned from 60 -> 12 | |
DEBUG conda.resolve:filter_group(400): icc_rt: pruned from 4 -> 2 | |
DEBUG conda.resolve:filter_group(400): altair: pruned from 37 -> 1 | |
DEBUG conda.resolve:filter_group(400): pandas: pruned from 306 -> 26 | |
DEBUG conda.resolve:filter_group(400): pytz: pruned from 131 -> 23 | |
DEBUG conda.resolve:filter_group(400): toolz: pruned from 56 -> 9 | |
DEBUG conda.resolve:filter_group(400): typing: pruned from 37 -> 8 | |
DEBUG conda.resolve:filter_group(400): redis-py: pruned from 25 -> 2 | |
DEBUG conda.resolve:filter_group(400): mkl: pruned from 14 -> 1 | |
DEBUG conda.resolve:filter_group(400): openmp: pruned from 8 -> 1 | |
DEBUG conda.resolve:filter_group(400): jupyter_client: pruned from 11 -> 3 | |
DEBUG conda.resolve:filter_group(400): pytest-cov: pruned from 42 -> 2 | |
DEBUG conda.resolve:filter_group(400): coverage: pruned from 74 -> 19 | |
DEBUG conda.resolve:filter_group(400): nbval: pruned from 7 -> 2 | |
DEBUG conda.resolve:filter_group(400): matplotlib: pruned from 16 -> 2 | |
DEBUG conda.resolve:filter_group(400): matplotlib-base: pruned from 13 -> 2 | |
DEBUG conda.resolve:filter_group(400): cycler: pruned from 22 -> 4 | |
DEBUG conda.resolve:filter_group(400): freetype: pruned from 56 -> 11 | |
DEBUG conda.resolve:filter_group(400): libpng: pruned from 25 -> 10 | |
DEBUG conda.resolve:filter_group(400): zlib: pruned from 15 -> 8 | |
DEBUG conda.resolve:filter_group(400): kiwisolver: pruned from 36 -> 9 | |
DEBUG conda.resolve:filter_group(400): libpng: pruned from 10 -> 6 | |
DEBUG conda.resolve:filter_group(400): numpy: pruned from 3 -> 2 | |
DEBUG conda.resolve:filter_group(400): pyparsing: pruned from 69 -> 17 | |
DEBUG conda.resolve:filter_group(400): py: pruned from 23 -> 2 | |
DEBUG conda.resolve:filter_group(400): freetype: pruned from 11 -> 10 | |
DEBUG conda.resolve:filter_group(400): openssl: pruned from 40 -> 34 | |
DEBUG conda.resolve:filter_group(400): conda-wrappers: pruned from 17 -> 4 | |
DEBUG conda.resolve:filter_group(400): deps: pruned from 12 -> 1 | |
DEBUG conda.resolve:filter_group(400): click: pruned from 42 -> 8 | |
DEBUG conda.resolve:filter_group(400): amqp: pruned from 23 -> 1 | |
DEBUG conda.resolve:filter_group(400): vine: pruned from 9 -> 5 | |
DEBUG conda.resolve:filter_group(400): psycopg2: pruned from 80 -> 2 | |
DEBUG conda.resolve:filter_group(400): libpq: pruned from 45 -> 15 | |
DEBUG conda.resolve:filter_group(400): libxml2: pruned from 49 -> 7 | |
DEBUG conda.resolve:filter_group(400): libiconv: pruned from 28 -> 8 | |
DEBUG conda.resolve:filter_group(400): docker-py: pruned from 75 -> 1 | |
DEBUG conda.resolve:filter_group(400): appdirs: pruned from 20 -> 4 | |
DEBUG conda.resolve:filter_group(400): cffi: pruned from 18 -> 16 | |
DEBUG conda.resolve:filter_group(400): docker-pycreds: pruned from 17 -> 8 | |
DEBUG conda.resolve:filter_group(400): idna: pruned from 16 -> 14 | |
DEBUG conda.resolve:filter_group(400): packaging: pruned from 27 -> 9 | |
DEBUG conda.resolve:filter_group(400): pyparsing: pruned from 17 -> 15 | |
DEBUG conda.resolve:filter_group(400): requests: pruned from 199 -> 21 | |
DEBUG conda.resolve:filter_group(400): websocket-client: pruned from 44 -> 16 | |
DEBUG conda.resolve:filter_group(400): nb_conda: pruned from 32 -> 4 | |
DEBUG conda.resolve:filter_group(400): nb_conda_kernels: pruned from 54 -> 15 | |
DEBUG conda.resolve:filter_group(400): boost: pruned from 122 -> 1 | |
DEBUG conda.resolve:filter_group(400): boost-cpp: pruned from 39 -> 0 | |
DEBUG conda.resolve:gen_clauses(688): gen_clauses returning with clause count: 142278 | |
DEBUG conda.resolve:generate_spec_constraints(696): generate_spec_constraints returning with clause count: 142743 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 142856 | |
DEBUG conda.core.solve:_run_sat(509): final specs to add: | |
- alembic==0.9.7 | |
- altair==2.0.0rc2 | |
- amqp==2.5.0 | |
- attrs==18.2.0 | |
- barril==1.6.1 | |
- boost-cpp==1.70.0 | |
- boost==1.70.0 | |
- celery==4.3.0 | |
- clangdev==8.0.0 | |
- cmake==3.14.4 | |
- cminpack==1.3.6 | |
- cogapp==3.0 | |
- colorama==0.4.0 | |
- conda-forge::blas==1.0=mkl | |
- conda-wrappers | |
- coolprop==6.2.1 | |
- cov-core==1.15.0 | |
- coverage==4.5.2 | |
- deps==1.1.1 | |
- diff-cover==2.1.0 | |
- docker-py==3.1 | |
- eigen==3.3.7 | |
- exec-wrappers==1.0.3 | |
- execnet==1.5.0 | |
- flasgger==0.8.0 | |
- flask-allows==0.4 | |
- flask-cors==3.0.3 | |
- flask-jwt-extended==3.7.1 | |
- flask-security==3.0.0 | |
- flask-sqlalchemy==2.4.0 | |
- flask==1.0.2 | |
- freetype=2.9.1 | |
- future==0.17.1 | |
- gsl-lite==0.34.0 | |
- hypothesis==3.57.0 | |
- icc_rt==2019.0.0 | |
- icu==58.2 | |
- invoke==1.0.0 | |
- ipykernel==4.8.2 | |
- ipython==6.4.0 | |
- ipywidgets==7.2.1 | |
- itsdangerous==0.24 | |
- jupyter_client==5.2.3 | |
- jupyter_contrib_nbextensions==0.5.0 | |
- jupyter_core==4.4.0 | |
- jupytext==1.1.1 | |
- libxml2==2.9.8 | |
- markupsafe==1.0 | |
- matplotlib==3.0.3 | |
- mkl-devel==2019.3 | |
- mkl==2019.3 | |
- mkl_fft==1.0.1 | |
- mkl_random==1.0.1 | |
- more-itertools==4.3.0 | |
- nanoflann==1.2.2 | |
- nb_conda==2.2.1 | |
- nbconvert==5.3.0 | |
- nbval==0.9.0 | |
- ninja=1.9.0 | |
- notebook==5.5.0 | |
- numexpr==2.6.5 | |
- numpy==1.14.2 | |
- oop-ext==0.2.4 | |
- openmp==8.0.0 | |
- openssl=1.0.2 | |
- pandas==0.23.0 | |
- pandoc==2.1.3 | |
- pluggy==0.11.0 | |
- pre_commit==1.11.0 | |
- psutil==4.3.1 | |
- psycopg2==2.7.1 | |
- py-cpuinfo==3.3.0 | |
- py==1.7.0 | |
- pybind11==2.2.4 | |
- pycrypto==2.6.1 | |
- pymongo==3.6.1 | |
- pyopenssl==17.2.0 | |
- pyqt==5.6.0 | |
- pytest-cov==2.6.1 | |
- pytest-cpp==1.1.0 | |
- pytest-datadir==1.3.0 | |
- pytest-lazy-fixture==0.5.1 | |
- pytest-localserver==0.5.0 | |
- pytest-mock==1.10.0 | |
- pytest-regressions==1.0.5 | |
- pytest-replay==0.2.2 | |
- pytest-timeout==1.3.3 | |
- pytest-xdist==1.26.1 | |
- pytest==4.5.0 | |
- python==3.6.7 | |
- pywin32-ctypes==0.1.2 | |
- pywin32==220 | |
- qt==5.6.2 | |
- redis-py==3.2.0 | |
- scipy==1.2.1 | |
- seaborn==0.9.0 | |
- setuptools==40.5.0 | |
- six==1.11.0 | |
- sphinx==1.7.4 | |
- sphinx_rtd_theme==0.3.1 | |
- sqlalchemy-utc==0.10.0 | |
- sqlalchemy-utils==0.33.6 | |
- sqlalchemy==1.3.4 | |
- stashy==0.6 | |
- sympy==1.1.1 | |
- tornado==5.1 | |
- tox==3.12.0 | |
- vc==14 | |
- vega3==0.11.0 | |
- werkzeug==0.14.1 | |
- widgetsnbextension==3.2.1 | |
- xlrd==1.1.0 | |
- zlib==1.2.11 | |
DEBUG conda.resolve:solve(1012): Solving for: | |
- alembic==0.9.7 | |
- altair==2.0.0rc2 | |
- amqp==2.5.0 | |
- attrs==18.2.0 | |
- barril==1.6.1 | |
- boost-cpp==1.70.0 | |
- boost==1.70.0 | |
- celery==4.3.0 | |
- clangdev==8.0.0 | |
- cmake==3.14.4 | |
- cminpack==1.3.6 | |
- cogapp==3.0 | |
- colorama==0.4.0 | |
- conda-forge::blas==1.0=mkl | |
- conda-wrappers | |
- coolprop==6.2.1 | |
- cov-core==1.15.0 | |
- coverage==4.5.2 | |
- deps==1.1.1 | |
- diff-cover==2.1.0 | |
- docker-py==3.1 | |
- eigen==3.3.7 | |
- exec-wrappers==1.0.3 | |
- execnet==1.5.0 | |
- flasgger==0.8.0 | |
- flask-allows==0.4 | |
- flask-cors==3.0.3 | |
- flask-jwt-extended==3.7.1 | |
- flask-security==3.0.0 | |
- flask-sqlalchemy==2.4.0 | |
- flask==1.0.2 | |
- freetype=2.9.1 | |
- future==0.17.1 | |
- gsl-lite==0.34.0 | |
- hypothesis==3.57.0 | |
- icc_rt==2019.0.0 | |
- icu==58.2 | |
- invoke==1.0.0 | |
- ipykernel==4.8.2 | |
- ipython==6.4.0 | |
- ipywidgets==7.2.1 | |
- itsdangerous==0.24 | |
- jupyter_client==5.2.3 | |
- jupyter_contrib_nbextensions==0.5.0 | |
- jupyter_core==4.4.0 | |
- jupytext==1.1.1 | |
- libxml2==2.9.8 | |
- markupsafe==1.0 | |
- matplotlib==3.0.3 | |
- mkl-devel==2019.3 | |
- mkl==2019.3 | |
- mkl_fft==1.0.1 | |
- mkl_random==1.0.1 | |
- more-itertools==4.3.0 | |
- nanoflann==1.2.2 | |
- nb_conda==2.2.1 | |
- nbconvert==5.3.0 | |
- nbval==0.9.0 | |
- ninja=1.9.0 | |
- notebook==5.5.0 | |
- numexpr==2.6.5 | |
- numpy==1.14.2 | |
- oop-ext==0.2.4 | |
- openmp==8.0.0 | |
- openssl=1.0.2 | |
- pandas==0.23.0 | |
- pandoc==2.1.3 | |
- pluggy==0.11.0 | |
- pre_commit==1.11.0 | |
- psutil==4.3.1 | |
- psycopg2==2.7.1 | |
- py-cpuinfo==3.3.0 | |
- py==1.7.0 | |
- pybind11==2.2.4 | |
- pycrypto==2.6.1 | |
- pymongo==3.6.1 | |
- pyopenssl==17.2.0 | |
- pyqt==5.6.0 | |
- pytest-cov==2.6.1 | |
- pytest-cpp==1.1.0 | |
- pytest-datadir==1.3.0 | |
- pytest-lazy-fixture==0.5.1 | |
- pytest-localserver==0.5.0 | |
- pytest-mock==1.10.0 | |
- pytest-regressions==1.0.5 | |
- pytest-replay==0.2.2 | |
- pytest-timeout==1.3.3 | |
- pytest-xdist==1.26.1 | |
- pytest==4.5.0 | |
- python==3.6.7 | |
- pywin32-ctypes==0.1.2 | |
- pywin32==220 | |
- qt==5.6.2 | |
- redis-py==3.2.0 | |
- scipy==1.2.1 | |
- seaborn==0.9.0 | |
- setuptools==40.5.0 | |
- six==1.11.0 | |
- sphinx==1.7.4 | |
- sphinx_rtd_theme==0.3.1 | |
- sqlalchemy-utc==0.10.0 | |
- sqlalchemy-utils==0.33.6 | |
- sqlalchemy==1.3.4 | |
- stashy==0.6 | |
- sympy==1.1.1 | |
- tornado==5.1 | |
- tox==3.12.0 | |
- vc==14 | |
- vega3==0.11.0 | |
- werkzeug==0.14.1 | |
- widgetsnbextension==3.2.1 | |
- xlrd==1.1.0 | |
- zlib==1.2.11 | |
DEBUG conda.resolve:solve(1015): Solve: Getting reduced index of compliant packages | |
DEBUG conda.resolve:solve(1024): Solve: determining satisfiability | |
DEBUG conda.resolve:gen_clauses(688): gen_clauses returning with clause count: 142278 | |
DEBUG conda.resolve:generate_spec_constraints(696): generate_spec_constraints returning with clause count: 142743 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 142856 | |
DEBUG conda.resolve:solve(1072): Solve: minimize removed packages | |
DEBUG conda.resolve:solve(1079): Solve: maximize versions of requested packages | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 146224 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 144750 | |
DEBUG conda.common.logic:minimize(889): Final peak objective: 1 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 369532 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 260644 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 204679 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 178507 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 165340 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 156532 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 152118 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 156534 | |
DEBUG conda.common.logic:minimize(889): Final sum objective: 2 | |
DEBUG conda.common.logic:minimize(901): New peak objective: 1 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 162177 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 156935 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 156805 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 156735 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 156705 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 156690 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 156681 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 156678 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 156675 | |
DEBUG conda.common.logic:minimize(889): Final peak objective: 164 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5212770 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 3836784 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4503963 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4828122 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4987932 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4906479 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4949718 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4963137 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4978481 | |
DEBUG conda.common.logic:minimize(889): Final sum objective: 327 | |
DEBUG conda.common.logic:minimize(901): New peak objective: 164 | |
DEBUG conda.resolve:solve(1083): Initial package channel/version metric: 2/327 | |
DEBUG conda.resolve:solve(1086): Solve: minimize track_feature count | |
DEBUG conda.resolve:generate_feature_count(704): generate_feature_count returning with clause count: 4978520 | |
DEBUG conda.common.logic:minimize(805): Clauses added, recomputing solution | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4978520 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4978529 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4978574 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4978558 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4978576 | |
DEBUG conda.common.logic:minimize(889): Final sum objective: 2 | |
DEBUG conda.common.logic:minimize(901): New peak objective: 1 | |
DEBUG conda.resolve:solve(1089): Track feature count: 2 | |
DEBUG conda.common.logic:minimize(805): Clauses added, recomputing solution | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4979416 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4979696 | |
DEBUG conda.common.logic:minimize(889): Final sum objective: 0 | |
DEBUG conda.resolve:solve(1100): Package misfeature count: 0 | |
DEBUG conda.resolve:solve(1103): Solve: maximize build numbers of requested packages | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4980862 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4979905 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4980131 | |
DEBUG conda.common.logic:minimize(889): Final peak objective: 1 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5028389 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5005355 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4994645 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4988147 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4985969 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4988152 | |
DEBUG conda.common.logic:minimize(889): Final sum objective: 3 | |
DEBUG conda.common.logic:minimize(901): New peak objective: 1 | |
DEBUG conda.resolve:solve(1105): Initial package build metric: 3 | |
DEBUG conda.resolve:solve(1109): Solve: minimize number of optional installations | |
DEBUG conda.common.logic:minimize(811): Empty objective, trivial solution | |
DEBUG conda.resolve:solve(1112): Optional package install metric: 0 | |
DEBUG conda.resolve:solve(1115): Solve: minimize number of necessary upgrades | |
DEBUG conda.common.logic:minimize(811): Empty objective, trivial solution | |
DEBUG conda.resolve:solve(1118): Dependency update count: 0 | |
DEBUG conda.resolve:solve(1121): Solve: maximize versions and builds of indirect dependencies | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4992825 | |
DEBUG conda.common.logic:minimize(889): Final peak objective: 0 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4999337 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4993353 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4994387 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4993692 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4993978 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 4994162 | |
DEBUG conda.common.logic:minimize(889): Final peak objective: 8 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 10117307 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 7617876 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 6354251 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5706742 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5368933 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5225061 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5297014 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5267697 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5252862 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5238845 | |
DEBUG conda.common.logic:minimize(889): Final sum objective: 19 | |
DEBUG conda.common.logic:minimize(901): New peak objective: 8 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5240440 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5238942 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5239051 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5239353 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5239051 | |
DEBUG conda.common.logic:minimize(889): Final peak objective: 2 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5471956 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5333115 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5289372 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5267298 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5256661 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5252507 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5256660 | |
DEBUG conda.common.logic:minimize(889): Final sum objective: 4 | |
DEBUG conda.common.logic:minimize(901): New peak objective: 2 | |
DEBUG conda.resolve:solve(1127): Additional package channel/version/build metrics: 0/19/4 | |
DEBUG conda.resolve:solve(1130): Solve: prune unnecessary packages | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5302377 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5294467 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5309553 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5308953 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5306415 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5304438 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5303514 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5303024 | |
DEBUG conda.common.logic:minimize(889): Final sum objective: 139 | |
DEBUG conda.common.logic:minimize(901): New peak objective: 1 | |
DEBUG conda.resolve:solve(1133): Weak dependency count: 139 | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5303025 | |
DEBUG conda.resolve:solve(1142): Looking for alternate solutions | |
DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 5303025 | |
done | |
DEBUG conda.core.solve:solve_final_state(252): solved prefix W:\Miniconda3\envs\test_boost_170 | |
solved_linked_dists: | |
conda-forge::nanoflann-1.2.2-0 | |
conda-forge::ca-certificates-2019.3.9-hecc5488_0 | |
defaults::icc_rt-2019.0.0-h0cc432a_1 | |
defaults::intel-openmp-2019.4-245 | |
defaults::mkl-include-2019.3-203 | |
defaults::msys2-conda-epoch-20160418-1 | |
conda-forge::pandoc-2.1.3-0 | |
defaults::vs2015_runtime-14.15.26706-h3a45250_4 | |
conda-forge::winpty-0.4.3-4 | |
conda-forge::cmake-3.14.4-he025d50_0 | |
defaults::m2w64-gmp-6.1.0-2 | |
defaults::m2w64-libwinpthread-git-5.0.0.4634.697f757-2 | |
defaults::mkl-2019.3-203 | |
conda-forge::ninja-1.9.0-h1ad3211_0 | |
defaults::vc-14-h21ff451_10 | |
conda-forge::blas-1.0-mkl | |
conda-forge::clangdev-8.0.0-h1ad3211_2 | |
conda-forge::cminpack-1.3.6-he025d50_4 | |
conda-forge::eigen-3.3.7-he980bc4_1000 | |
conda-forge::gsl-lite-0.34.0-he980bc4_0 | |
conda-forge::icu-58.2-vc14_0 | |
conda-forge::jpeg-9c-hfa6e2cd_1001 | |
conda-forge::libiconv-1.15-hfa6e2cd_1005 | |
conda-forge::libsodium-1.0.16-h2fa13f4_1001 | |
conda-forge::llvm-openmp-8.0.0-h1ad3211_0 | |
defaults::m2w64-gcc-libs-core-5.3.0-7 | |
conda-forge::openssl-1.0.2r-hfa6e2cd_0 | |
conda-forge::python-3.6.7-he025d50_1004 | |
conda-forge::sqlite-3.28.0-hfa6e2cd_0 | |
conda-forge::tk-8.6.9-hfa6e2cd_1002 | |
conda-forge::yaml-0.1.7-hfa6e2cd_1001 | |
conda-forge::zlib-1.2.11-h2fa13f4_1004 | |
conda-forge::alabaster-0.7.12-py_0 | |
conda-forge::anyjson-0.3.3-py36_1001 | |
conda-forge::apipkg-1.5-py_0 | |
conda-forge::appdirs-1.4.3-py_1 | |
conda-forge::asn1crypto-0.24.0-py36_1003 | |
conda-forge::atomicwrites-1.3.0-py_0 | |
conda-forge::attrs-18.2.0-py_0 | |
conda-forge::backcall-0.1.0-py_0 | |
conda-forge::billiard-3.6.0.0-py36hfa6e2cd_0 | |
conda-forge::blinker-1.4-py_1 | |
conda-forge::boost-cpp-1.70.0-h6a4c333_0 | |
conda-forge::cached-property-1.5.1-py_0 | |
conda-forge::certifi-2019.3.9-py36_0 | |
conda-forge::chardet-3.0.4-py36_1003 | |
conda-forge::click-7.0-py_0 | |
conda-forge::cogapp-3.0.0-py36_0 | |
conda-forge::colorama-0.4.0-py_0 | |
conda-forge::colour-0.1.5-py_0 | |
conda-forge::coverage-4.5.2-py36hfa6e2cd_1001 | |
conda-forge::decorator-4.4.0-py_0 | |
conda-forge::docutils-0.14-py36_1001 | |
conda-forge::editdistance-0.5.3-py36h6538335_0 | |
conda-forge::entrypoints-0.3-py36_1000 | |
conda-forge::exec-wrappers-1.0.3-py36_0 | |
conda-forge::fastcache-1.1.0-py36hfa6e2cd_0 | |
conda-forge::filelock-3.0.10-py_0 | |
conda-forge::future-0.17.1-py36_1000 | |
conda-forge::idna-2.8-py36_1000 | |
conda-forge::imagesize-1.1.0-py_0 | |
conda-forge::infinity-1.4-py_0 | |
conda-forge::inflect-2.1.0-py_0 | |
conda-forge::invoke-1.0.0-py36_0 | |
conda-forge::ipython_genutils-0.2.0-py_1 | |
conda-forge::itsdangerous-0.24-py_2 | |
conda-forge::kiwisolver-1.1.0-py36he980bc4_0 | |
conda-forge::krb5-1.16.3-h038dc86_1000 | |
conda-forge::libpng-1.6.37-h7602738_0 | |
conda-forge::libxml2-2.9.8-h9ce36c8_1005 | |
defaults::m2w64-gcc-libgfortran-5.3.0-6 | |
conda-forge::markupsafe-1.0-py36hfa6e2cd_1001 | |
conda-forge::mistune-0.8.4-py36hfa6e2cd_1000 | |
defaults::mkl-devel-2019.3-204 | |
conda-forge::mpmath-1.1.0-py_0 | |
conda-forge::nodeenv-1.3.3-py_0 | |
defaults::numpy-1.14.2-py36h5c71026_0 | |
conda-forge::oop-ext-0.2.4-py_0 | |
conda-forge::openmp-8.0.0-0 | |
conda-forge::pandocfilters-1.4.2-py_1 | |
conda-forge::parso-0.4.0-py_0 | |
conda-forge::phonenumbers-8.10.10-py_0 | |
conda-forge::pickleshare-0.7.5-py36_1000 | |
conda-forge::pluggy-0.11.0-py_0 | |
conda-forge::psutil-4.3.1-py36_0 | |
conda-forge::py-1.7.0-py_0 | |
conda-forge::py-cpuinfo-3.3.0-py36_0 | |
conda-forge::pybind11-2.2.4-py36he980bc4_1001 | |
conda-forge::pycparser-2.19-py36_1 | |
conda-forge::pycrypto-2.6.1-py36hfa6e2cd_1002 | |
conda-forge::pymongo-3.6.1-py36_0 | |
conda-forge::pyparsing-2.4.0-py_0 | |
conda-forge::python-editor-1.0.4-py_0 | |
conda-forge::pytz-2019.1-py_0 | |
conda-forge::pywin32-220-py36_1 | |
conda-forge::pywin32-ctypes-0.1.2-py36_0 | |
conda-forge::pyyaml-5.1.1-py36hfa6e2cd_0 | |
conda-forge::redis-py-3.2.0-py_0 | |
conda-forge::send2trash-1.5.0-py_0 | |
conda-forge::simplegeneric-0.8.1-py_1 | |
conda-forge::simplejson-3.16.1-py36hfa6e2cd_0 | |
conda-forge::sip-4.18.1-py36h6538335_1000 | |
conda-forge::six-1.11.0-py36_1001 | |
conda-forge::snowballstemmer-1.2.1-py_1 | |
conda-forge::speaklater-1.3-py_3 | |
conda-forge::sphinx_rtd_theme-0.3.1-py36_0 | |
conda-forge::sphinxcontrib-websupport-1.1.2-py_0 | |
conda-forge::sqlalchemy-1.3.4-py36hfa6e2cd_0 | |
conda-forge::testfixtures-6.8.2-py_0 | |
conda-forge::testpath-0.4.2-py_1001 | |
conda-forge::toml-0.10.0-py_0 | |
conda-forge::toolz-0.9.0-py_1 | |
conda-forge::tornado-5.1-py36hfa6e2cd_1 | |
conda-forge::typing-3.6.4-py36_0 | |
conda-forge::vine-1.3.0-py_0 | |
conda-forge::virtualenv-16.0.0-py36_1000 | |
conda-forge::wcwidth-0.1.7-py_1 | |
conda-forge::webencodings-0.5.1-py_1 | |
conda-forge::werkzeug-0.14.1-py_0 | |
conda-forge::win_inet_pton-1.1.0-py36_0 | |
conda-forge::wincertstore-0.2-py36_1002 | |
conda-forge::wtforms-2.2.1-py_0 | |
conda-forge::xlrd-1.1.0-py_2 | |
conda-forge::zeromq-4.3.1-he025d50_1000 | |
conda-forge::amqp-2.5.0-py_1 | |
conda-forge::aspy.yaml-1.3.0-py_0 | |
conda-forge::babel-2.7.0-py_0 | |
conda-forge::barril-1.6.1-py_0 | |
conda-forge::boost-1.70.0-py36hf75dd32_0 | |
conda-forge::cffi-1.12.3-py36hb32ad35_0 | |
conda-forge::cfgv-2.0.0-py_0 | |
conda-forge::conda-wrappers-1.0.3-py36_1000 | |
conda-forge::cov-core-1.15.0-py_1 | |
conda-forge::cycler-0.10.0-py_1 | |
conda-forge::docker-pycreds-0.4.0-py_0 | |
conda-forge::execnet-1.5.0-py_0 | |
conda-forge::freetype-2.9.1-h563cfd7_1006 | |
conda-forge::hypothesis-3.57.0-py36h39e3cac_0 | |
conda-forge::identify-1.4.4-py_0 | |
conda-forge::intervals-0.8.1-py_0 | |
conda-forge::jedi-0.13.3-py36_0 | |
conda-forge::libpq-10.6-h4c6b53d_1000 | |
conda-forge::libxslt-1.1.32-heafd4d3_1002 | |
defaults::m2w64-gcc-libs-5.3.0-7 | |
conda-forge::mako-1.0.10-py_0 | |
conda-forge::mkl_fft-1.0.1-py36_1 | |
conda-forge::mkl_random-1.0.1-py36_0 | |
conda-forge::mock-3.0.5-py36_0 | |
conda-forge::more-itertools-4.3.0-py36_1000 | |
conda-forge::orderedmultidict-0.7.11-py36_0 | |
conda-forge::packaging-19.0-py_0 | |
conda-forge::pyrsistent-0.15.2-py36hfa6e2cd_0 | |
conda-forge::pysocks-1.7.0-py36_0 | |
conda-forge::python-dateutil-2.8.0-py_0 | |
conda-forge::pyzmq-18.0.1-py36he7828b0_1 | |
defaults::qt-5.6.2-vc14h6f8c307_12 | |
defaults::scipy-1.2.1-py36h29ff71c_0 | |
conda-forge::setuptools-40.5.0-py36_0 | |
conda-forge::sqlalchemy-utc-0.10.0-py_0 | |
conda-forge::sympy-1.1.1-py36_0 | |
conda-forge::traitlets-4.3.2-py36_1000 | |
conda-forge::websocket-client-0.56.0-py36_0 | |
conda-forge::alembic-0.9.7-py_0 | |
conda-forge::argon2_cffi-19.1.0-py36hfa6e2cd_1000 | |
conda-forge::arrow-0.14.2-py36_0 | |
conda-forge::bcrypt-3.1.6-py36hfa6e2cd_1 | |
conda-forge::bleach-3.1.0-py_0 | |
conda-forge::cryptography-2.5-py36h74b6da3_1 | |
conda-forge::furl-1.0.1-py36_0 | |
conda-forge::jinja2-2.10.1-py_0 | |
conda-forge::jsonschema-3.0.1-py36_0 | |
conda-forge::jupyter_core-4.4.0-py_0 | |
conda-forge::kombu-4.6.1-py_0 | |
conda-forge::lxml-4.3.3-py36heafd4d3_0 | |
conda-forge::matplotlib-base-3.0.3-py36h3e3dc42_1 | |
conda-forge::numexpr-2.6.5-py36_0 | |
conda-forge::pandas-0.23.0-py36_1 | |
conda-forge::patsy-0.5.1-py_0 | |
conda-forge::pre_commit-1.11.0-0 | |
conda-forge::psycopg2-2.7.1-py36_0 | |
conda-forge::pygments-2.4.2-py_0 | |
conda-forge::pyqt-5.6.0-py36h764d66f_1008 | |
conda-forge::pytest-4.5.0-py36_0 | |
conda-forge::pywinpty-0.5.5-py36_1000 | |
conda-forge::tox-3.12.0-py_0 | |
conda-forge::wheel-0.33.4-py36_0 | |
conda-forge::celery-4.3.0-py_1 | |
conda-forge::deps-1.1.1-py36_0 | |
conda-forge::flask-1.0.2-py_2 | |
conda-forge::jinja2_pluralize-0.3.0-py_0 | |
conda-forge::jupyter_client-5.2.3-py_1 | |
conda-forge::matplotlib-3.0.3-py36_1 | |
conda-forge::nbformat-4.4.0-py_1 | |
conda-forge::passlib-1.7.1-py_0 | |
conda-forge::pip-19.1.1-py36_0 | |
conda-forge::prompt_toolkit-1.0.15-py_1 | |
conda-forge::pyjwt-1.7.1-py_0 | |
conda-forge::pyopenssl-17.2.0-py36_0 | |
conda-forge::pytest-cov-2.6.1-py_0 | |
conda-forge::pytest-cpp-1.1.0-py_0 | |
conda-forge::pytest-datadir-1.3.0-py_0 | |
conda-forge::pytest-forked-1.0.2-py_0 | |
conda-forge::pytest-lazy-fixture-0.5.1-py_0 | |
conda-forge::pytest-localserver-0.5.0-py_0 | |
conda-forge::pytest-mock-1.10.0-py36_1000 | |
conda-forge::pytest-replay-0.2.2-0 | |
conda-forge::pytest-timeout-1.3.3-py_0 | |
conda-forge::statsmodels-0.9.0-py36_0 | |
conda-forge::terminado-0.8.2-py36_0 | |
conda-forge::coolprop-6.2.1-py36h6538335_1000 | |
conda-forge::diff-cover-2.1.0-py_0 | |
conda-forge::flasgger-0.8.0-py_0 | |
conda-forge::flask-allows-0.4-py_1 | |
conda-forge::flask-babelex-0.9.3-py_1 | |
conda-forge::flask-cors-3.0.3-py36_0 | |
conda-forge::flask-jwt-extended-3.7.1-py_0 | |
conda-forge::flask-login-0.4.1-py_0 | |
conda-forge::flask-mail-0.9.1-py_2 | |
conda-forge::flask-principal-0.4.0-py_1 | |
conda-forge::flask-script-2.0.6-py_0 | |
conda-forge::flask-sqlalchemy-2.4.0-py_0 | |
conda-forge::flask-wtf-0.14.2-py_1 | |
conda-forge::ipython-6.4.0-py36_0 | |
conda-forge::jupytext-1.1.1-0 | |
conda-forge::nbconvert-5.3.0-py36_0 | |
conda-forge::pytest-regressions-1.0.5-py36_2 | |
conda-forge::pytest-xdist-1.26.1-py_0 | |
conda-forge::seaborn-0.9.0-py_1 | |
conda-forge::sqlalchemy-utils-0.33.6-py_1000 | |
conda-forge::urllib3-1.24.3-py36_0 | |
conda-forge::altair-2.0.0rc2-py_0 | |
conda-forge::flask-security-3.0.0-py_0 | |
conda-forge::ipykernel-4.8.2-py36_0 | |
conda-forge::requests-2.22.0-py36_0 | |
conda-forge::docker-py-3.1.0-py36_0 | |
conda-forge::jupyter_console-5.2.0-py36_1 | |
conda-forge::nbval-0.9.0-py_1 | |
conda-forge::notebook-5.5.0-py36_0 | |
conda-forge::qtconsole-4.5.1-py_0 | |
conda-forge::sphinx-1.7.4-py36_0 | |
conda-forge::stashy-0.6-py36_0 | |
conda-forge::jupyter_contrib_core-0.3.3-py_2 | |
conda-forge::nb_conda_kernels-2.2.2-py36_0 | |
conda-forge::widgetsnbextension-3.2.1-py36_0 | |
conda-forge::ipywidgets-7.2.1-py36_1 | |
conda-forge::jupyter_highlight_selected_word-0.2.0-py36_1000 | |
conda-forge::jupyter_latex_envs-1.4.4-py36_1000 | |
conda-forge::jupyter_nbextensions_configurator-0.4.1-py36_0 | |
conda-forge::nb_conda-2.2.1-py36_2 | |
conda-forge::jupyter-1.0.0-py_2 | |
conda-forge::jupyter_contrib_nbextensions-0.5.0-py36_1000 | |
conda-forge::vega3-0.11.0-py36_0 | |
INFO conda.core.link:__init__(169): initializing UnlinkLinkTransaction with | |
target_prefix: W:\Miniconda3\envs\test_boost_170 | |
unlink_precs: | |
link_precs: | |
DEBUG conda.core.package_cache_data:__init__(564): instantiating ProgressiveFetchExtract with | |
Preparing transaction: ...working... DEBUG conda.core.link:_get_python_version(720): found in current prefix python version 3.6 | |
done | |
Verifying transaction: ...working... done | |
DEBUG conda.common.signals:signal_handler(45): registering handler for SIGABRT | |
DEBUG conda.common.signals:signal_handler(45): registering handler for SIGINT | |
DEBUG conda.common.signals:signal_handler(45): registering handler for SIGTERM | |
DEBUG conda.common.signals:signal_handler(45): registering handler for SIGBREAK | |
Executing transaction: ...working... done | |
DEBUG conda.common.signals:signal_handler(58): de-registering handler for Signals.SIGABRT | |
DEBUG conda.common.signals:signal_handler(58): de-registering handler for Signals.SIGINT | |
DEBUG conda.common.signals:signal_handler(58): de-registering handler for Signals.SIGTERM | |
DEBUG conda.common.signals:signal_handler(58): de-registering handler for Signals.SIGBREAK | |
# | |
# To activate this environment, use: | |
# > activate test_boost_170 | |
# | |
# To deactivate an active environment, use: | |
# > deactivate | |
# | |
# * for power-users using bash, you must source | |
# | |
Execution time: 637.772 s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
active environment : None | |
user config file : C:\Users\tadeu\.condarc | |
populated config files : W:\Miniconda3\.condarc | |
conda version : 4.6.14 | |
conda-build version : 3.18.2 | |
python version : 3.7.1.final.0 | |
base environment : W:\Miniconda3 (writable) | |
channel URLs : https://conda.anaconda.org/conda-forge/win-64 | |
https://conda.anaconda.org/conda-forge/noarch | |
https://repo.anaconda.com/pkgs/main/win-64 | |
https://repo.anaconda.com/pkgs/main/noarch | |
https://repo.anaconda.com/pkgs/free/win-64 | |
https://repo.anaconda.com/pkgs/free/noarch | |
https://repo.anaconda.com/pkgs/r/win-64 | |
https://repo.anaconda.com/pkgs/r/noarch | |
https://repo.anaconda.com/pkgs/msys2/win-64 | |
https://repo.anaconda.com/pkgs/msys2/noarch | |
package cache : W:\Miniconda3\pkgs | |
C:\Users\tadeu\.conda\pkgs | |
envs directories : W:\Miniconda3\envs | |
C:\Users\tadeu\.conda\envs | |
platform : win-64 | |
user-agent : conda/4.6.14 requests/2.21.0 CPython/3.7.1 Windows/10 Windows/10.0.17763 | |
administrator : True | |
netrc file : None | |
offline mode : False | |
sys.version: 3.7.1 (default, Dec 10 2018, 22:54:23) [... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test_boost_170 | |
dependencies: | |
- alembic ==0.9.7 | |
- altair ==2.0.0rc2 | |
- amqp ==2.5.0 | |
- attrs ==18.2.0 | |
- barril ==1.6.1 | |
- boost ==1.70.0 | |
- boost-cpp ==1.70.0 | |
- celery ==4.3.0 | |
- clangdev ==8.0.0 | |
- cmake ==3.14.4 | |
- cminpack ==1.3.6 | |
- cogapp ==3.0 | |
- colorama ==0.4.0 | |
- conda-wrappers | |
- coolprop ==6.2.1 | |
- cov-core ==1.15.0 | |
- coverage ==4.5.2 | |
- deps ==1.1.1 | |
- diff-cover ==2.1.0 | |
- docker-py ==3.1 | |
- eigen ==3.3.7 | |
- exec-wrappers ==1.0.3 | |
- execnet ==1.5.0 | |
- flasgger ==0.8.0 | |
- flask ==1.0.2 | |
- flask-allows ==0.4 | |
- flask-cors ==3.0.3 | |
- flask-jwt-extended ==3.7.1 | |
- flask-security ==3.0.0 | |
- flask-sqlalchemy ==2.4.0 | |
- freetype =2.9.1 | |
- future ==0.17.1 | |
- gsl-lite ==0.34.0 | |
- hypothesis ==3.57.0 | |
- icc_rt ==2019.0.0 | |
- icu ==58.2 | |
- invoke ==1.0.0 | |
- ipykernel ==4.8.2 | |
- ipython ==6.4.0 | |
- ipywidgets ==7.2.1 | |
- itsdangerous ==0.24 | |
- jupyter_client ==5.2.3 | |
- jupyter_contrib_nbextensions ==0.5.0 | |
- jupyter_core ==4.4.0 | |
- jupytext ==1.1.1 | |
- libxml2 ==2.9.8 | |
- markupsafe ==1.0 | |
- matplotlib ==3.0.3 | |
- conda-forge::blas ==1.0=mkl | |
- mkl ==2019.3 | |
- mkl-devel ==2019.3 | |
- mkl_fft ==1.0.1 | |
- mkl_random ==1.0.1 | |
- more-itertools ==4.3.0 | |
- nanoflann ==1.2.2 | |
- nb_conda ==2.2.1 | |
- nbconvert ==5.3.0 | |
- nbval ==0.9.0 | |
- ninja =1.9.0 | |
- notebook ==5.5.0 | |
- numexpr ==2.6.5 | |
- numpy ==1.14.2 | |
- oop-ext ==0.2.4 | |
- openmp ==8.0.0 | |
- openssl =1.0.2* | |
- pandas ==0.23.0 | |
- pandoc ==2.1.3 | |
- pluggy ==0.11.0 | |
- pre_commit ==1.11.0 | |
- psutil ==4.3.1 | |
- psycopg2 ==2.7.1 | |
- py ==1.7.0 | |
- py-cpuinfo ==3.3.0 | |
- pybind11 ==2.2.4 | |
- pycrypto ==2.6.1 | |
- pymongo ==3.6.1 | |
- pyopenssl ==17.2.0 | |
- pyqt ==5.6.0 | |
- pytest ==4.5.0 | |
- pytest-cov ==2.6.1 | |
- pytest-cpp ==1.1.0 | |
- pytest-datadir ==1.3.0 | |
- pytest-lazy-fixture ==0.5.1 | |
- pytest-localserver ==0.5.0 | |
- pytest-mock ==1.10.0 | |
- pytest-regressions ==1.0.5 | |
- pytest-replay ==0.2.2 | |
- pytest-timeout ==1.3.3 | |
- pytest-xdist ==1.26.1 | |
- python ==3.6.7 | |
- pywin32 ==220 | |
- pywin32-ctypes ==0.1.2 | |
- qt ==5.6.2 | |
- redis-py ==3.2.0 | |
- scipy ==1.2.1 | |
- seaborn ==0.9.0 | |
- setuptools ==40.5.0 | |
- six ==1.11.0 | |
- sphinx ==1.7.4 | |
- sphinx_rtd_theme ==0.3.1 | |
- sqlalchemy ==1.3.4 | |
- sqlalchemy-utc ==0.10.0 | |
- sqlalchemy-utils ==0.33.6 | |
- stashy ==0.6 | |
- sympy ==1.1.1 | |
- tornado ==5.1 | |
- tox ==3.12.0 | |
- vc ==14 | |
- vega3 ==0.11.0 | |
- werkzeug ==0.14.1 | |
- widgetsnbextension ==3.2.1 | |
- xlrd ==1.1.0 | |
- zlib ==1.2.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment