Skip to content

Instantly share code, notes, and snippets.

@smly
Last active April 21, 2020 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smly/3ae46842d593287aa7c5387a781a1322 to your computer and use it in GitHub Desktop.
Save smly/3ae46842d593287aa7c5387a781a1322 to your computer and use it in GitHub Desktop.
Sending build context to Docker daemon 5.12kB
Step 1/9 : FROM ubuntu:18.04
---> 4e5021d210f6
Step 2/9 : RUN apt-get update && apt-get install -y --no-install-recommends bc bzip2 ca-certificates curl git less libgdal-dev libssl-dev libffi-dev libncurses-dev libgl1 jq nfs-common parallel python-dev python-pip python-wheel python-setuptools tree unzip vim wget xterm cmake build-essential && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 47bbcbeb2fe5
Step 3/9 : SHELL ["/bin/bash", "-c"]
---> Using cache
---> 2c3bbd22b5fe
Step 4/9 : ENV PATH /opt/conda/bin:$PATH
---> Using cache
---> 5a26b16e15b7
Step 5/9 : RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh -O ~/miniconda.sh && /bin/bash ~/miniconda.sh -b -p /opt/conda && rm ~/miniconda.sh && /opt/conda/bin/conda clean -tipsy && ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && echo "conda activate base" >> ~/.bashrc
---> Using cache
---> 202a1495fb3e
Step 6/9 : WORKDIR /root/
---> Using cache
---> 2bb8250c5fa1
Step 7/9 : RUN conda create -n test python=3.5
---> Using cache
---> bba3eedc5030
Step 8/9 : RUN source activate test && git clone https://github.com/smly/optuna.git && cd optuna && apt-get update && apt-get -y install openmpi-bin libopenmpi-dev && python -m pip install --upgrade pip && pip install --progress-bar off -U setuptools && python setup.py sdist && pip install --progress-bar off $(ls dist/*.tar.gz) && python -c 'import optuna' && pip install --progress-bar off $(ls dist/*.tar.gz)[example] -f https://download.pytorch.org/whl/torch_stable.html
---> Running in 9f2764c4cb9d
Cloning into 'optuna'...
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [839 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [8213 B]
Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [889 kB]
Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [44.6 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1183 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [12.6 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [59.0 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1372 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B]
Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [7674 B]
Fetched 17.8 MB in 22s (813 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
ibverbs-providers libfabric1 libhwloc-dev libhwloc-plugins libhwloc5
libibverbs-dev libibverbs1 libnl-3-200 libnl-route-3-200 libnuma-dev
libnuma1 libopenmpi2 libpsm-infinipath1 librdmacm1 ocl-icd-libopencl1
openmpi-common
Suggested packages:
libhwloc-contrib-plugins openmpi-doc opencl-icd gfortran
The following NEW packages will be installed:
ibverbs-providers libfabric1 libhwloc-dev libhwloc-plugins libhwloc5
libibverbs-dev libibverbs1 libnl-3-200 libnl-route-3-200 libnuma-dev
libnuma1 libopenmpi-dev libopenmpi2 libpsm-infinipath1 librdmacm1
ocl-icd-libopencl1 openmpi-bin openmpi-common
0 upgraded, 18 newly installed, 0 to remove and 8 not upgraded.
Need to get 4617 kB of archives.
After this operation, 18.4 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnuma1 amd64 2.0.11-2.1ubuntu0.1 [22.0 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpsm-infinipath1 amd64 3.3+20.604758e7-5 [174 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 librdmacm1 amd64 17.1-1ubuntu0.2 [56.1 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libfabric1 amd64 1.5.3-1 [302 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libhwloc5 amd64 1.11.9-1 [105 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 ocl-icd-libopencl1 amd64 2.2.11-1ubuntu1 [30.3 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libhwloc-plugins amd64 1.11.9-1 [12.5 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopenmpi2 amd64 2.1.1-8 [2056 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 openmpi-common all 2.1.1-8 [140 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic/universe amd64 openmpi-bin amd64 2.1.1-8 [88.2 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnuma-dev amd64 2.0.11-2.1ubuntu0.1 [32.3 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libhwloc-dev amd64 1.11.9-1 [167 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs-dev amd64 17.1-1ubuntu0.2 [103 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopenmpi-dev amd64 2.1.1-8 [925 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 4617 kB in 5s (874 kB/s)
Selecting previously unselected package libnuma1:amd64.
(Reading database ... 36820 files and directories currently installed.)
Preparing to unpack .../00-libnuma1_2.0.11-2.1ubuntu0.1_amd64.deb ...
Unpacking libnuma1:amd64 (2.0.11-2.1ubuntu0.1) ...
Selecting previously unselected package libnl-3-200:amd64.
Preparing to unpack .../01-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ...
Selecting previously unselected package libnl-route-3-200:amd64.
Preparing to unpack .../02-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ...
Selecting previously unselected package libibverbs1:amd64.
Preparing to unpack .../03-libibverbs1_17.1-1ubuntu0.2_amd64.deb ...
Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ...
Selecting previously unselected package ibverbs-providers:amd64.
Preparing to unpack .../04-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ...
Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ...
Selecting previously unselected package libpsm-infinipath1.
Preparing to unpack .../05-libpsm-infinipath1_3.3+20.604758e7-5_amd64.deb ...
Unpacking libpsm-infinipath1 (3.3+20.604758e7-5) ...
Selecting previously unselected package librdmacm1:amd64.
Preparing to unpack .../06-librdmacm1_17.1-1ubuntu0.2_amd64.deb ...
Unpacking librdmacm1:amd64 (17.1-1ubuntu0.2) ...
Selecting previously unselected package libfabric1.
Preparing to unpack .../07-libfabric1_1.5.3-1_amd64.deb ...
Unpacking libfabric1 (1.5.3-1) ...
Selecting previously unselected package libhwloc5:amd64.
Preparing to unpack .../08-libhwloc5_1.11.9-1_amd64.deb ...
Unpacking libhwloc5:amd64 (1.11.9-1) ...
Selecting previously unselected package ocl-icd-libopencl1:amd64.
Preparing to unpack .../09-ocl-icd-libopencl1_2.2.11-1ubuntu1_amd64.deb ...
Unpacking ocl-icd-libopencl1:amd64 (2.2.11-1ubuntu1) ...
Selecting previously unselected package libhwloc-plugins.
Preparing to unpack .../10-libhwloc-plugins_1.11.9-1_amd64.deb ...
Unpacking libhwloc-plugins (1.11.9-1) ...
Selecting previously unselected package libopenmpi2:amd64.
Preparing to unpack .../11-libopenmpi2_2.1.1-8_amd64.deb ...
Unpacking libopenmpi2:amd64 (2.1.1-8) ...
Selecting previously unselected package openmpi-common.
Preparing to unpack .../12-openmpi-common_2.1.1-8_all.deb ...
Unpacking openmpi-common (2.1.1-8) ...
Selecting previously unselected package openmpi-bin.
Preparing to unpack .../13-openmpi-bin_2.1.1-8_amd64.deb ...
Unpacking openmpi-bin (2.1.1-8) ...
Selecting previously unselected package libnuma-dev:amd64.
Preparing to unpack .../14-libnuma-dev_2.0.11-2.1ubuntu0.1_amd64.deb ...
Unpacking libnuma-dev:amd64 (2.0.11-2.1ubuntu0.1) ...
Selecting previously unselected package libhwloc-dev:amd64.
Preparing to unpack .../15-libhwloc-dev_1.11.9-1_amd64.deb ...
Unpacking libhwloc-dev:amd64 (1.11.9-1) ...
Selecting previously unselected package libibverbs-dev:amd64.
Preparing to unpack .../16-libibverbs-dev_17.1-1ubuntu0.2_amd64.deb ...
Unpacking libibverbs-dev:amd64 (17.1-1ubuntu0.2) ...
Selecting previously unselected package libopenmpi-dev.
Preparing to unpack .../17-libopenmpi-dev_2.1.1-8_amd64.deb ...
Unpacking libopenmpi-dev (2.1.1-8) ...
Setting up libnuma1:amd64 (2.0.11-2.1ubuntu0.1) ...
Setting up libhwloc5:amd64 (1.11.9-1) ...
Setting up libpsm-infinipath1 (3.3+20.604758e7-5) ...
update-alternatives: using /usr/lib/libpsm1/libpsm_infinipath.so.1.16 to provide /usr/lib/x86_64-linux-gnu/libpsm_infinipath.so.1 (libpsm_infinipath.so.1) in auto mode
Setting up openmpi-common (2.1.1-8) ...
Setting up libnuma-dev:amd64 (2.0.11-2.1ubuntu0.1) ...
Setting up ocl-icd-libopencl1:amd64 (2.2.11-1ubuntu1) ...
Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ...
Setting up libhwloc-dev:amd64 (1.11.9-1) ...
Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ...
Setting up libhwloc-plugins (1.11.9-1) ...
Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ...
Setting up librdmacm1:amd64 (17.1-1ubuntu0.2) ...
Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ...
Setting up libibverbs-dev:amd64 (17.1-1ubuntu0.2) ...
Setting up libfabric1 (1.5.3-1) ...
Setting up libopenmpi2:amd64 (2.1.1-8) ...
Setting up libopenmpi-dev (2.1.1-8) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/openmpi/include to provide /usr/include/mpi (mpi) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/mpicc.1.gz because associated file /usr/share/man/man1/mpicc.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpic++.1.gz because associated file /usr/share/man/man1/mpic++.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpicxx.1.gz because associated file /usr/share/man/man1/mpicxx.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpiCC.1.gz because associated file /usr/share/man/man1/mpiCC.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpif77.1.gz because associated file /usr/share/man/man1/mpif77.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpif90.1.gz because associated file /usr/share/man/man1/mpif90.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpifort.1.gz because associated file /usr/share/man/man1/mpifort.openmpi.1.gz (of link group mpi) doesn't exist
Setting up openmpi-bin (2.1.1-8) ...
update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/mpirun.1.gz because associated file /usr/share/man/man1/mpirun.openmpi.1.gz (of link group mpirun) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpiexec.1.gz because associated file /usr/share/man/man1/mpiexec.openmpi.1.gz (of link group mpirun) doesn't exist
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Collecting pip
Downloading https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl (1.4MB)
Installing collected packages: pip
Found existing installation: pip 10.0.1
Uninstalling pip-10.0.1:
Successfully uninstalled pip-10.0.1
Successfully installed pip-20.0.2
You are using pip version 20.0.2, however version 20.1b1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting setuptools
Downloading setuptools-46.1.3-py3-none-any.whl (582 kB)
Installing collected packages: setuptools
Attempting uninstall: setuptools
Found existing installation: setuptools 40.2.0
Uninstalling setuptools-40.2.0:
Successfully uninstalled setuptools-40.2.0
Successfully installed setuptools-46.1.3
running sdist
running egg_info
creating optuna.egg-info
writing optuna.egg-info/PKG-INFO
writing top-level names to optuna.egg-info/top_level.txt
writing requirements to optuna.egg-info/requires.txt
writing entry points to optuna.egg-info/entry_points.txt
writing dependency_links to optuna.egg-info/dependency_links.txt
writing manifest file 'optuna.egg-info/SOURCES.txt'
reading manifest file 'optuna.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'optuna.egg-info/SOURCES.txt'
running check
creating optuna-1.3.0
creating optuna-1.3.0/optuna
creating optuna-1.3.0/optuna.egg-info
creating optuna-1.3.0/optuna/importance
creating optuna-1.3.0/optuna/integration
creating optuna-1.3.0/optuna/integration/lightgbm_tuner
creating optuna-1.3.0/optuna/pruners
creating optuna-1.3.0/optuna/samplers
creating optuna-1.3.0/optuna/samplers/tpe
creating optuna-1.3.0/optuna/storages
creating optuna-1.3.0/optuna/storages/rdb
creating optuna-1.3.0/optuna/storages/rdb/alembic
creating optuna-1.3.0/optuna/storages/rdb/alembic/versions
creating optuna-1.3.0/optuna/testing
creating optuna-1.3.0/optuna/visualization
creating optuna-1.3.0/tests
creating optuna-1.3.0/tests/integration_tests
creating optuna-1.3.0/tests/integration_tests/lightgbm_tuner_tests
creating optuna-1.3.0/tests/pruners_tests
creating optuna-1.3.0/tests/samplers_tests
creating optuna-1.3.0/tests/samplers_tests/tpe_tests
creating optuna-1.3.0/tests/storages_tests
creating optuna-1.3.0/tests/storages_tests/rdb_tests
creating optuna-1.3.0/tests/visualization_tests
copying files to optuna-1.3.0...
copying LICENSE -> optuna-1.3.0
copying MANIFEST.in -> optuna-1.3.0
copying README.md -> optuna-1.3.0
copying setup.cfg -> optuna-1.3.0
copying setup.py -> optuna-1.3.0
copying optuna/__init__.py -> optuna-1.3.0/optuna
copying optuna/_experimental.py -> optuna-1.3.0/optuna
copying optuna/_study_direction.py -> optuna-1.3.0/optuna
copying optuna/_study_summary.py -> optuna-1.3.0/optuna
copying optuna/cli.py -> optuna-1.3.0/optuna
copying optuna/dashboard.py -> optuna-1.3.0/optuna
copying optuna/distributions.py -> optuna-1.3.0/optuna
copying optuna/exceptions.py -> optuna-1.3.0/optuna
copying optuna/logging.py -> optuna-1.3.0/optuna
copying optuna/progress_bar.py -> optuna-1.3.0/optuna
copying optuna/structs.py -> optuna-1.3.0/optuna
copying optuna/study.py -> optuna-1.3.0/optuna
copying optuna/trial.py -> optuna-1.3.0/optuna
copying optuna/type_checking.py -> optuna-1.3.0/optuna
copying optuna/version.py -> optuna-1.3.0/optuna
copying optuna.egg-info/PKG-INFO -> optuna-1.3.0/optuna.egg-info
copying optuna.egg-info/SOURCES.txt -> optuna-1.3.0/optuna.egg-info
copying optuna.egg-info/dependency_links.txt -> optuna-1.3.0/optuna.egg-info
copying optuna.egg-info/entry_points.txt -> optuna-1.3.0/optuna.egg-info
copying optuna.egg-info/requires.txt -> optuna-1.3.0/optuna.egg-info
copying optuna.egg-info/top_level.txt -> optuna-1.3.0/optuna.egg-info
copying optuna/importance/__init__.py -> optuna-1.3.0/optuna/importance
copying optuna/importance/_base.py -> optuna-1.3.0/optuna/importance
copying optuna/importance/_fanova.py -> optuna-1.3.0/optuna/importance
copying optuna/integration/__init__.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/allennlp.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/chainer.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/chainermn.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/cma.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/fastai.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/keras.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/lightgbm.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/mlflow.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/mxnet.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/pytorch_ignite.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/pytorch_lightning.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/sklearn.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/skopt.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/tensorflow.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/tfkeras.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/xgboost.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/lightgbm_tuner/__init__.py -> optuna-1.3.0/optuna/integration/lightgbm_tuner
copying optuna/integration/lightgbm_tuner/alias.py -> optuna-1.3.0/optuna/integration/lightgbm_tuner
copying optuna/integration/lightgbm_tuner/optimize.py -> optuna-1.3.0/optuna/integration/lightgbm_tuner
copying optuna/integration/lightgbm_tuner/sklearn.py -> optuna-1.3.0/optuna/integration/lightgbm_tuner
copying optuna/pruners/__init__.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/base.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/hyperband.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/median.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/nop.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/percentile.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/successive_halving.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/threshold.py -> optuna-1.3.0/optuna/pruners
copying optuna/samplers/__init__.py -> optuna-1.3.0/optuna/samplers
copying optuna/samplers/base.py -> optuna-1.3.0/optuna/samplers
copying optuna/samplers/cmaes.py -> optuna-1.3.0/optuna/samplers
copying optuna/samplers/grid.py -> optuna-1.3.0/optuna/samplers
copying optuna/samplers/random.py -> optuna-1.3.0/optuna/samplers
copying optuna/samplers/tpe/__init__.py -> optuna-1.3.0/optuna/samplers/tpe
copying optuna/samplers/tpe/parzen_estimator.py -> optuna-1.3.0/optuna/samplers/tpe
copying optuna/samplers/tpe/sampler.py -> optuna-1.3.0/optuna/samplers/tpe
copying optuna/storages/__init__.py -> optuna-1.3.0/optuna/storages
copying optuna/storages/base.py -> optuna-1.3.0/optuna/storages
copying optuna/storages/in_memory.py -> optuna-1.3.0/optuna/storages
copying optuna/storages/redis.py -> optuna-1.3.0/optuna/storages
copying optuna/storages/rdb/__init__.py -> optuna-1.3.0/optuna/storages/rdb
copying optuna/storages/rdb/alembic.ini -> optuna-1.3.0/optuna/storages/rdb
copying optuna/storages/rdb/models.py -> optuna-1.3.0/optuna/storages/rdb
copying optuna/storages/rdb/storage.py -> optuna-1.3.0/optuna/storages/rdb
copying optuna/storages/rdb/alembic/env.py -> optuna-1.3.0/optuna/storages/rdb/alembic
copying optuna/storages/rdb/alembic/script.py.mako -> optuna-1.3.0/optuna/storages/rdb/alembic
copying optuna/storages/rdb/alembic/versions/v0.9.0.a.py -> optuna-1.3.0/optuna/storages/rdb/alembic/versions
copying optuna/storages/rdb/alembic/versions/v1.2.0.a.py -> optuna-1.3.0/optuna/storages/rdb/alembic/versions
copying optuna/storages/rdb/alembic/versions/v1.3.0.a.py -> optuna-1.3.0/optuna/storages/rdb/alembic/versions
copying optuna/testing/__init__.py -> optuna-1.3.0/optuna/testing
copying optuna/testing/distribution.py -> optuna-1.3.0/optuna/testing
copying optuna/testing/integration.py -> optuna-1.3.0/optuna/testing
copying optuna/testing/sampler.py -> optuna-1.3.0/optuna/testing
copying optuna/testing/storage.py -> optuna-1.3.0/optuna/testing
copying optuna/testing/visualization.py -> optuna-1.3.0/optuna/testing
copying optuna/visualization/__init__.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/contour.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/intermediate_values.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/optimization_history.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/parallel_coordinate.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/plotly_imports.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/slice.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/utils.py -> optuna-1.3.0/optuna/visualization
copying tests/__init__.py -> optuna-1.3.0/tests
copying tests/test_cli.py -> optuna-1.3.0/tests
copying tests/test_dashboard.py -> optuna-1.3.0/tests
copying tests/test_distributions.py -> optuna-1.3.0/tests
copying tests/test_experimental.py -> optuna-1.3.0/tests
copying tests/test_importance.py -> optuna-1.3.0/tests
copying tests/test_logging.py -> optuna-1.3.0/tests
copying tests/test_structs.py -> optuna-1.3.0/tests
copying tests/test_study.py -> optuna-1.3.0/tests
copying tests/test_trial.py -> optuna-1.3.0/tests
copying tests/integration_tests/__init__.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_chainer.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_chainermn.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_cma.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_fastai.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_integration.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_keras.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_lightgbm.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_mlflow.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_mxnet.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_pytorch_ignite.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_pytorch_lightning.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_sampler.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_sklearn.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_skopt.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_tensorflow.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_tfkeras.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_xgboost.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/lightgbm_tuner_tests/__init__.py -> optuna-1.3.0/tests/integration_tests/lightgbm_tuner_tests
copying tests/integration_tests/lightgbm_tuner_tests/test_alias.py -> optuna-1.3.0/tests/integration_tests/lightgbm_tuner_tests
copying tests/integration_tests/lightgbm_tuner_tests/test_optimize.py -> optuna-1.3.0/tests/integration_tests/lightgbm_tuner_tests
copying tests/pruners_tests/__init__.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_hyperband.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_median.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_nop.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_percentile.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_successive_halving.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_threshold.py -> optuna-1.3.0/tests/pruners_tests
copying tests/samplers_tests/__init__.py -> optuna-1.3.0/tests/samplers_tests
copying tests/samplers_tests/test_cmaes.py -> optuna-1.3.0/tests/samplers_tests
copying tests/samplers_tests/test_grid.py -> optuna-1.3.0/tests/samplers_tests
copying tests/samplers_tests/test_samplers.py -> optuna-1.3.0/tests/samplers_tests
copying tests/samplers_tests/tpe_tests/__init__.py -> optuna-1.3.0/tests/samplers_tests/tpe_tests
copying tests/samplers_tests/tpe_tests/test_parzen_estimator.py -> optuna-1.3.0/tests/samplers_tests/tpe_tests
copying tests/samplers_tests/tpe_tests/test_sampler.py -> optuna-1.3.0/tests/samplers_tests/tpe_tests
copying tests/storages_tests/__init__.py -> optuna-1.3.0/tests/storages_tests
copying tests/storages_tests/test_in_memory.py -> optuna-1.3.0/tests/storages_tests
copying tests/storages_tests/test_storages.py -> optuna-1.3.0/tests/storages_tests
copying tests/storages_tests/rdb_tests/__init__.py -> optuna-1.3.0/tests/storages_tests/rdb_tests
copying tests/storages_tests/rdb_tests/test_models.py -> optuna-1.3.0/tests/storages_tests/rdb_tests
copying tests/storages_tests/rdb_tests/test_storage.py -> optuna-1.3.0/tests/storages_tests/rdb_tests
copying tests/visualization_tests/__init__.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_contour.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_intermediate_plot.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_optimization_history.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_parallel_coordinate.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_slice.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_utils.py -> optuna-1.3.0/tests/visualization_tests
Writing optuna-1.3.0/setup.cfg
creating dist
Creating tar archive
removing 'optuna-1.3.0' (and everything under it)
Processing ./dist/optuna-1.3.0.tar.gz
Collecting alembic
Downloading alembic-1.4.2.tar.gz (1.1 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Collecting cliff
Downloading cliff-3.1.0-py3-none-any.whl (80 kB)
Collecting cmaes>=0.3.2
Downloading cmaes-0.4.0-py3-none-any.whl (13 kB)
Collecting colorlog
Downloading colorlog-4.1.0-py2.py3-none-any.whl (14 kB)
Collecting joblib
Downloading joblib-0.14.1-py2.py3-none-any.whl (294 kB)
Collecting numpy
Downloading numpy-1.18.3-cp35-cp35m-manylinux1_x86_64.whl (20.0 MB)
Collecting scipy!=1.4.0
Downloading scipy-1.4.1-cp35-cp35m-manylinux1_x86_64.whl (26.0 MB)
Collecting sqlalchemy>=1.1.0
Downloading SQLAlchemy-1.3.16.tar.gz (6.1 MB)
Collecting tqdm
Downloading tqdm-4.45.0-py2.py3-none-any.whl (60 kB)
Collecting Mako
Downloading Mako-1.1.2-py2.py3-none-any.whl (75 kB)
Collecting python-editor>=0.3
Downloading python_editor-1.0.4-py3-none-any.whl (4.9 kB)
Collecting python-dateutil
Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Collecting pyparsing>=2.1.0
Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting stevedore>=1.20.0
Downloading stevedore-1.32.0-py2.py3-none-any.whl (43 kB)
Collecting pbr!=2.1.0,>=2.0.0
Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB)
Collecting PyYAML>=3.12
Downloading PyYAML-5.3.1.tar.gz (269 kB)
Collecting PrettyTable<0.8,>=0.7.2
Downloading prettytable-0.7.2.tar.bz2 (21 kB)
Collecting six>=1.10.0
Downloading six-1.14.0-py2.py3-none-any.whl (10 kB)
Collecting cmd2!=0.8.3,<0.9.0,>=0.8.0
Downloading cmd2-0.8.9-py2.py3-none-any.whl (53 kB)
Collecting MarkupSafe>=0.9.2
Downloading MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl (27 kB)
Collecting pyperclip
Downloading pyperclip-1.8.0.tar.gz (16 kB)
Collecting wcwidth; sys_platform != "win32"
Downloading wcwidth-0.1.9-py2.py3-none-any.whl (19 kB)
Building wheels for collected packages: optuna, alembic, sqlalchemy, PyYAML, PrettyTable, pyperclip
Building wheel for optuna (setup.py): started
Building wheel for optuna (setup.py): finished with status 'done'
Created wheel for optuna: filename=optuna-1.3.0-py3-none-any.whl size=236241 sha256=2d3e716992afc703b9dab338a16132768a1fe3a5970ac3f98e3ee518a8cb7056
Stored in directory: /root/.cache/pip/wheels/c7/bd/45/1cb2bc8913bc5777a47507a4844de1f87f82a5fc4cb9de0577
Building wheel for alembic (PEP 517): started
Building wheel for alembic (PEP 517): finished with status 'done'
Created wheel for alembic: filename=alembic-1.4.2-py2.py3-none-any.whl size=159543 sha256=34585780f62b3cbf2af522f6840a20b5d31d35e6f00d9a665b225afd2017b6df
Stored in directory: /root/.cache/pip/wheels/b4/b3/1b/29032899adb66180bd8877bd2be4ab5d76d890703f35e6fef6
Building wheel for sqlalchemy (setup.py): started
Building wheel for sqlalchemy (setup.py): finished with status 'done'
Created wheel for sqlalchemy: filename=SQLAlchemy-1.3.16-cp35-cp35m-linux_x86_64.whl size=1235829 sha256=d0a79b48f0bec75d4f1ec01f96cbb3c6a857c0118edd8413a5f8755edb3f585d
Stored in directory: /root/.cache/pip/wheels/a7/98/c6/029dab0be99b1bd09b89094f5453c31a6ea1b34e54b97afe44
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-cp35-cp35m-linux_x86_64.whl size=44632 sha256=a373dee17ce155a24822c475ea2c1cbafd9ed858d04f8ed97835e1ac2c69bc69
Stored in directory: /root/.cache/pip/wheels/57/d0/2c/e2003abb5bc1a94c2e8a6fe1c03b8055d074e34c13672e7eb7
Building wheel for PrettyTable (setup.py): started
Building wheel for PrettyTable (setup.py): finished with status 'done'
Created wheel for PrettyTable: filename=prettytable-0.7.2-py3-none-any.whl size=12665 sha256=3c4f8dd36873eefa7e846225dc8a4ea116d45e61dfd9101afe346417b5d1f65d
Stored in directory: /root/.cache/pip/wheels/d6/32/2e/336de55091b6c1a736f3e21d0cb74283f56ed266b57dd9f98d
Building wheel for pyperclip (setup.py): started
Building wheel for pyperclip (setup.py): finished with status 'done'
Created wheel for pyperclip: filename=pyperclip-1.8.0-py3-none-any.whl size=8698 sha256=f20b2aec73de36f13ccfb8686f8b61285c4d751a91161d80c5d4cc86e8fa5b54
Stored in directory: /root/.cache/pip/wheels/07/04/82/2195d8695fd8774322ad65e28bd50327ca89737e47e73edb13
Successfully built optuna alembic sqlalchemy PyYAML PrettyTable pyperclip
Installing collected packages: MarkupSafe, Mako, sqlalchemy, python-editor, six, python-dateutil, alembic, pyparsing, pbr, stevedore, PyYAML, PrettyTable, pyperclip, wcwidth, cmd2, cliff, numpy, cmaes, colorlog, joblib, scipy, tqdm, optuna
Successfully installed Mako-1.1.2 MarkupSafe-1.1.1 PrettyTable-0.7.2 PyYAML-5.3.1 alembic-1.4.2 cliff-3.1.0 cmaes-0.4.0 cmd2-0.8.9 colorlog-4.1.0 joblib-0.14.1 numpy-1.18.3 optuna-1.3.0 pbr-5.4.5 pyparsing-2.4.7 pyperclip-1.8.0 python-dateutil-2.8.1 python-editor-1.0.4 scipy-1.4.1 six-1.14.0 sqlalchemy-1.3.16 stevedore-1.32.0 tqdm-4.45.0 wcwidth-0.1.9
Looking in links: https://download.pytorch.org/whl/torch_stable.html
Processing ./dist/optuna-1.3.0.tar.gz
Requirement already satisfied: alembic in /opt/conda/envs/test/lib/python3.5/site-packages (from optuna==1.3.0) (1.4.2)
Requirement already satisfied: cliff in /opt/conda/envs/test/lib/python3.5/site-packages (from optuna==1.3.0) (3.1.0)
Requirement already satisfied: cmaes>=0.3.2 in /opt/conda/envs/test/lib/python3.5/site-packages (from optuna==1.3.0) (0.4.0)
Requirement already satisfied: colorlog in /opt/conda/envs/test/lib/python3.5/site-packages (from optuna==1.3.0) (4.1.0)
Requirement already satisfied: joblib in /opt/conda/envs/test/lib/python3.5/site-packages (from optuna==1.3.0) (0.14.1)
Requirement already satisfied: numpy in /opt/conda/envs/test/lib/python3.5/site-packages (from optuna==1.3.0) (1.18.3)
Requirement already satisfied: scipy!=1.4.0 in /opt/conda/envs/test/lib/python3.5/site-packages (from optuna==1.3.0) (1.4.1)
Requirement already satisfied: sqlalchemy>=1.1.0 in /opt/conda/envs/test/lib/python3.5/site-packages (from optuna==1.3.0) (1.3.16)
Requirement already satisfied: tqdm in /opt/conda/envs/test/lib/python3.5/site-packages (from optuna==1.3.0) (4.45.0)
Collecting catboost
Downloading catboost-0.22-cp35-none-manylinux1_x86_64.whl (64.3 MB)
Collecting chainer
Downloading chainer-7.2.0.tar.gz (1.0 MB)
Collecting lightgbm
Downloading lightgbm-2.3.1-py2.py3-none-manylinux1_x86_64.whl (1.2 MB)
Collecting mlflow
Downloading mlflow-1.7.2-py3-none-any.whl (16.0 MB)
Collecting mpi4py
Downloading mpi4py-3.0.3.tar.gz (1.4 MB)
Collecting mxnet
Downloading mxnet-1.6.0-py2.py3-none-any.whl (68.7 MB)
Collecting nbval
Downloading nbval-0.9.5-py2.py3-none-any.whl (23 kB)
Collecting pytorch-ignite
Downloading pytorch_ignite-0.3.0-py2.py3-none-any.whl (103 kB)
Collecting scikit-image
Downloading scikit_image-0.15.0-cp35-cp35m-manylinux1_x86_64.whl (26.2 MB)
Collecting scikit-learn
Downloading scikit_learn-0.22.2.post1-cp35-cp35m-manylinux1_x86_64.whl (7.0 MB)
Collecting torch==1.4.0+cpu
Downloading https://download.pytorch.org/whl/cpu/torch-1.4.0%2Bcpu-cp35-cp35m-linux_x86_64.whl (127.2 MB)
Collecting torchvision==0.5.0+cpu
Downloading https://download.pytorch.org/whl/cpu/torchvision-0.5.0%2Bcpu-cp35-cp35m-linux_x86_64.whl (5.4 MB)
Collecting llvmlite==0.31.0
Downloading llvmlite-0.31.0-cp35-cp35m-manylinux1_x86_64.whl (20.2 MB)
Collecting xgboost
Downloading xgboost-1.0.2-py3-none-manylinux1_x86_64.whl (109.7 MB)
Collecting dask[dataframe]
Downloading dask-2.6.0-py3-none-any.whl (760 kB)
Collecting dask-ml
Downloading dask_ml-0.13.0-py2.py3-none-any.whl (106 kB)
Collecting keras
Downloading Keras-2.3.1-py2.py3-none-any.whl (377 kB)
Collecting pytorch-lightning<0.7.0
Downloading pytorch-lightning-0.5.3.1.tar.gz (55 kB)
Collecting tensorflow>=2.0.0
Downloading tensorflow-2.1.0-cp35-cp35m-manylinux2010_x86_64.whl (421.8 MB)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /simple/tensorflow-datasets/
Collecting tensorflow-datasets
Downloading tensorflow_datasets-3.0.0-py3-none-any.whl (3.3 MB)
Requirement already satisfied: python-editor>=0.3 in /opt/conda/envs/test/lib/python3.5/site-packages (from alembic->optuna==1.3.0) (1.0.4)
Requirement already satisfied: Mako in /opt/conda/envs/test/lib/python3.5/site-packages (from alembic->optuna==1.3.0) (1.1.2)
Requirement already satisfied: python-dateutil in /opt/conda/envs/test/lib/python3.5/site-packages (from alembic->optuna==1.3.0) (2.8.1)
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/conda/envs/test/lib/python3.5/site-packages (from cliff->optuna==1.3.0) (5.4.5)
Requirement already satisfied: stevedore>=1.20.0 in /opt/conda/envs/test/lib/python3.5/site-packages (from cliff->optuna==1.3.0) (1.32.0)
Requirement already satisfied: pyparsing>=2.1.0 in /opt/conda/envs/test/lib/python3.5/site-packages (from cliff->optuna==1.3.0) (2.4.7)
Requirement already satisfied: PrettyTable<0.8,>=0.7.2 in /opt/conda/envs/test/lib/python3.5/site-packages (from cliff->optuna==1.3.0) (0.7.2)
Requirement already satisfied: PyYAML>=3.12 in /opt/conda/envs/test/lib/python3.5/site-packages (from cliff->optuna==1.3.0) (5.3.1)
Requirement already satisfied: six>=1.10.0 in /opt/conda/envs/test/lib/python3.5/site-packages (from cliff->optuna==1.3.0) (1.14.0)
Requirement already satisfied: cmd2!=0.8.3,<0.9.0,>=0.8.0 in /opt/conda/envs/test/lib/python3.5/site-packages (from cliff->optuna==1.3.0) (0.8.9)
Collecting graphviz
Downloading graphviz-0.13.2-py2.py3-none-any.whl (17 kB)
Collecting matplotlib
Downloading matplotlib-3.0.3-cp35-cp35m-manylinux1_x86_64.whl (13.0 MB)
Collecting pandas>=0.24.0
Downloading pandas-0.25.3-cp35-cp35m-manylinux1_x86_64.whl (10.3 MB)
Collecting plotly
Downloading plotly-4.6.0-py2.py3-none-any.whl (7.1 MB)
Requirement already satisfied: setuptools in /opt/conda/envs/test/lib/python3.5/site-packages (from chainer->optuna==1.3.0) (46.1.3)
Collecting typing_extensions
Downloading typing_extensions-3.7.4.2-py3-none-any.whl (22 kB)
Collecting filelock
Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
Collecting protobuf>=3.0.0
Downloading protobuf-3.11.3-cp35-cp35m-manylinux1_x86_64.whl (1.3 MB)
Collecting gitpython>=2.1.0
Downloading GitPython-3.1.1-py3-none-any.whl (450 kB)
Collecting gunicorn; platform_system != "Windows"
Downloading gunicorn-20.0.4-py2.py3-none-any.whl (77 kB)
Collecting simplejson
Downloading simplejson-3.17.0.tar.gz (83 kB)
Collecting requests>=2.17.3
Downloading requests-2.23.0-py2.py3-none-any.whl (58 kB)
Collecting entrypoints
Downloading entrypoints-0.3-py2.py3-none-any.whl (11 kB)
Collecting databricks-cli>=0.8.7
Downloading databricks-cli-0.10.0.tar.gz (45 kB)
Collecting Flask
Downloading Flask-1.1.2-py2.py3-none-any.whl (94 kB)
Collecting gorilla
Downloading gorilla-0.3.0-py2.py3-none-any.whl (11 kB)
Collecting prometheus-flask-exporter
Downloading prometheus_flask_exporter-0.13.0.tar.gz (18 kB)
Collecting click>=7.0
Downloading click-7.1.1-py2.py3-none-any.whl (82 kB)
Collecting querystring-parser
Downloading querystring_parser-1.2.4.tar.gz (5.5 kB)
Collecting docker>=4.0.0
Downloading docker-4.2.0-py2.py3-none-any.whl (143 kB)
Collecting sqlparse
Downloading sqlparse-0.3.1-py2.py3-none-any.whl (40 kB)
Collecting cloudpickle
Downloading cloudpickle-1.3.0-py2.py3-none-any.whl (26 kB)
Collecting jupyter-client
Downloading jupyter_client-6.1.3-py3-none-any.whl (106 kB)
Collecting nbformat
Downloading nbformat-5.0.6-py3-none-any.whl (170 kB)
Collecting coverage
Downloading coverage-5.1-cp35-cp35m-manylinux1_x86_64.whl (227 kB)
Collecting pytest>=2.8
Downloading pytest-5.4.1-py3-none-any.whl (246 kB)
Collecting ipykernel
Downloading ipykernel-5.2.1-py3-none-any.whl (118 kB)
Collecting imageio>=2.0.1
Downloading imageio-2.8.0-py3-none-any.whl (3.3 MB)
Collecting pillow>=4.3.0
Downloading Pillow-7.1.1-cp35-cp35m-manylinux1_x86_64.whl (2.1 MB)
Collecting networkx>=2.0
Downloading networkx-2.4-py3-none-any.whl (1.6 MB)
Collecting PyWavelets>=0.4.0
Downloading PyWavelets-1.1.1-cp35-cp35m-manylinux1_x86_64.whl (4.4 MB)
Collecting toolz>=0.7.3; extra == "dataframe"
Downloading toolz-0.10.0.tar.gz (49 kB)
Collecting fsspec>=0.5.1; extra == "dataframe"
Downloading fsspec-0.7.2-py3-none-any.whl (67 kB)
Collecting partd>=0.3.10; extra == "dataframe"
Downloading partd-1.1.0-py3-none-any.whl (19 kB)
Collecting multipledispatch>=0.4.9
Downloading multipledispatch-0.6.0-py3-none-any.whl (11 kB)
Collecting packaging
Downloading packaging-20.3-py2.py3-none-any.whl (37 kB)
Collecting dask-glm
Downloading dask_glm-0.2.0-py2.py3-none-any.whl (12 kB)
Collecting numba
Downloading numba-0.47.0-cp35-cp35m-manylinux1_x86_64.whl (3.7 MB)
Collecting distributed>=1.25.0
Downloading distributed-2.6.0-py3-none-any.whl (560 kB)
Collecting keras-preprocessing>=1.0.5
Downloading Keras_Preprocessing-1.1.0-py2.py3-none-any.whl (41 kB)
Collecting keras-applications>=1.0.6
Downloading Keras_Applications-1.0.8-py3-none-any.whl (50 kB)
Collecting h5py
Downloading h5py-2.10.0-cp35-cp35m-manylinux1_x86_64.whl (2.8 MB)
Collecting twine==1.13.0
Downloading twine-1.13.0-py2.py3-none-any.whl (34 kB)
Collecting test-tube>=0.6.9
Downloading test_tube-0.7.5.tar.gz (21 kB)
Collecting gast==0.2.2
Downloading gast-0.2.2.tar.gz (10 kB)
Requirement already satisfied: wheel>=0.26; python_version >= "3" in /opt/conda/envs/test/lib/python3.5/site-packages (from tensorflow>=2.0.0->optuna==1.3.0) (0.31.1)
Collecting wrapt>=1.11.1
Downloading wrapt-1.12.1.tar.gz (27 kB)
Collecting absl-py>=0.7.0
Downloading absl-py-0.9.0.tar.gz (104 kB)
Collecting opt-einsum>=2.3.2
Downloading opt_einsum-3.2.1-py3-none-any.whl (63 kB)
Collecting tensorflow-estimator<2.2.0,>=2.1.0rc0
Downloading tensorflow_estimator-2.1.0-py2.py3-none-any.whl (448 kB)
Collecting grpcio>=1.8.6
Downloading grpcio-1.28.1-cp35-cp35m-manylinux2010_x86_64.whl (2.8 MB)
Collecting termcolor>=1.1.0
Downloading termcolor-1.1.0.tar.gz (3.9 kB)
Collecting astor>=0.6.0
Downloading astor-0.8.1-py2.py3-none-any.whl (27 kB)
Collecting tensorboard<2.2.0,>=2.1.0
Downloading tensorboard-2.1.1-py3-none-any.whl (3.8 MB)
Collecting google-pasta>=0.1.6
Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB)
Collecting tensorflow-metadata
Downloading tensorflow_metadata-0.21.2-py2.py3-none-any.whl (31 kB)
Collecting promise
Downloading promise-2.3.tar.gz (19 kB)
Collecting future
Downloading future-0.18.2.tar.gz (829 kB)
Collecting dill
Downloading dill-0.3.1.1.tar.gz (151 kB)
Collecting attrs>=18.1.0
Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/conda/envs/test/lib/python3.5/site-packages (from Mako->alembic->optuna==1.3.0) (1.1.1)
Requirement already satisfied: pyperclip in /opt/conda/envs/test/lib/python3.5/site-packages (from cmd2!=0.8.3,<0.9.0,>=0.8.0->cliff->optuna==1.3.0) (1.8.0)
Requirement already satisfied: wcwidth; sys_platform != "win32" in /opt/conda/envs/test/lib/python3.5/site-packages (from cmd2!=0.8.3,<0.9.0,>=0.8.0->cliff->optuna==1.3.0) (0.1.9)
Collecting cycler>=0.10
Downloading cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
Collecting kiwisolver>=1.0.1
Downloading kiwisolver-1.1.0-cp35-cp35m-manylinux1_x86_64.whl (90 kB)
Collecting pytz>=2017.2
Downloading pytz-2019.3-py2.py3-none-any.whl (509 kB)
Collecting retrying>=1.3.3
Downloading retrying-1.3.3.tar.gz (10 kB)
Collecting gitdb<5,>=4.0.1
Downloading gitdb-4.0.4-py3-none-any.whl (63 kB)
Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/test/lib/python3.5/site-packages (from requests>=2.17.3->mlflow->optuna==1.3.0) (2018.8.24)
Collecting chardet<4,>=3.0.2
Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
Collecting idna<3,>=2.5
Downloading idna-2.9-py2.py3-none-any.whl (58 kB)
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
Downloading urllib3-1.25.9-py2.py3-none-any.whl (126 kB)
Collecting tabulate>=0.7.7
Downloading tabulate-0.8.7-py3-none-any.whl (24 kB)
Collecting configparser>=0.3.5
Downloading configparser-4.0.2-py2.py3-none-any.whl (22 kB)
Collecting Werkzeug>=0.15
Downloading Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
Collecting Jinja2>=2.10.1
Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
Collecting itsdangerous>=0.24
Downloading itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB)
Collecting prometheus_client
Downloading prometheus_client-0.7.1.tar.gz (38 kB)
Collecting websocket-client>=0.32.0
Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB)
Collecting jupyter-core>=4.6.0
Downloading jupyter_core-4.6.3-py2.py3-none-any.whl (83 kB)
Collecting pyzmq>=13
Downloading pyzmq-19.0.0-cp35-cp35m-manylinux1_x86_64.whl (1.1 MB)
Collecting tornado>=4.1
Downloading tornado-6.0.4.tar.gz (496 kB)
Collecting traitlets
Downloading traitlets-4.3.3-py2.py3-none-any.whl (75 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 py>=1.5.0
Downloading py-1.8.1-py2.py3-none-any.whl (83 kB)
Collecting more-itertools>=4.0.0
Downloading more_itertools-8.2.0-py3-none-any.whl (43 kB)
Collecting importlib-metadata>=0.12; python_version < "3.8"
Downloading importlib_metadata-1.6.0-py2.py3-none-any.whl (30 kB)
Collecting pluggy<1.0,>=0.12
Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting pathlib2>=2.2.0; python_version < "3.6"
Downloading pathlib2-2.3.5-py2.py3-none-any.whl (18 kB)
Collecting ipython>=5.0.0
Downloading ipython-7.9.0-py3-none-any.whl (775 kB)
Collecting decorator>=4.3.0
Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
Collecting locket
Downloading locket-0.2.0.tar.gz (3.5 kB)
Collecting sortedcontainers!=2.0.0,!=2.0.1
Downloading sortedcontainers-2.1.0-py2.py3-none-any.whl (28 kB)
Collecting zict>=0.1.3
Downloading zict-2.0.0-py3-none-any.whl (10 kB)
Collecting tblib
Downloading tblib-1.6.0-py2.py3-none-any.whl (12 kB)
Collecting msgpack
Downloading msgpack-1.0.0-cp35-cp35m-manylinux1_x86_64.whl (270 kB)
Collecting psutil>=5.0
Downloading psutil-5.7.0.tar.gz (449 kB)
Collecting readme-renderer>=21.0
Downloading readme_renderer-25.0-py2.py3-none-any.whl (15 kB)
Collecting pkginfo>=1.4.2
Downloading pkginfo-1.5.0.1-py2.py3-none-any.whl (25 kB)
Collecting requests-toolbelt!=0.9.0,>=0.8.0
Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting google-auth-oauthlib<0.5,>=0.4.1
Downloading google_auth_oauthlib-0.4.1-py2.py3-none-any.whl (18 kB)
Collecting google-auth<2,>=1.6.3
Downloading google_auth-1.14.0-py2.py3-none-any.whl (88 kB)
Collecting markdown>=2.6.8
Downloading Markdown-3.2.1-py2.py3-none-any.whl (88 kB)
Collecting googleapis-common-protos
Downloading googleapis-common-protos-1.51.0.tar.gz (35 kB)
Collecting smmap<4,>=3.0.1
Downloading smmap-3.0.2-py2.py3-none-any.whl (25 kB)
Collecting pyrsistent>=0.14.0
Downloading pyrsistent-0.16.0.tar.gz (108 kB)
Collecting zipp>=0.5
Downloading zipp-1.2.0-py2.py3-none-any.whl (4.8 kB)
Collecting prompt-toolkit<2.1.0,>=2.0.0
Downloading prompt_toolkit-2.0.10-py3-none-any.whl (340 kB)
Collecting jedi>=0.10
Downloading jedi-0.17.0-py2.py3-none-any.whl (1.1 MB)
Collecting backcall
Downloading backcall-0.1.0.tar.gz (9.7 kB)
Collecting pexpect; sys_platform != "win32"
Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting pygments
Downloading Pygments-2.6.1-py3-none-any.whl (914 kB)
Collecting pickleshare
Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting heapdict
Downloading HeapDict-1.0.1-py3-none-any.whl (3.9 kB)
Collecting bleach>=2.1.0
Downloading bleach-3.1.4-py2.py3-none-any.whl (151 kB)
Collecting docutils>=0.13.1
Downloading docutils-0.16-py2.py3-none-any.whl (548 kB)
Collecting requests-oauthlib>=0.7.0
Downloading requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB)
Collecting pyasn1-modules>=0.2.1
Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting rsa<4.1,>=3.1.4
Downloading rsa-4.0-py2.py3-none-any.whl (38 kB)
Collecting cachetools<5.0,>=2.0.0
Downloading cachetools-4.1.0-py3-none-any.whl (10 kB)
Collecting parso>=0.7.0
Downloading parso-0.7.0-py2.py3-none-any.whl (100 kB)
Collecting ptyprocess>=0.5
Downloading ptyprocess-0.6.0-py2.py3-none-any.whl (39 kB)
Collecting webencodings
Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting oauthlib>=3.0.0
Downloading oauthlib-3.1.0-py2.py3-none-any.whl (147 kB)
Collecting pyasn1<0.5.0,>=0.4.6
Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Building wheels for collected packages: optuna, chainer, mpi4py, pytorch-lightning, simplejson, databricks-cli, prometheus-flask-exporter, querystring-parser, toolz, test-tube, gast, wrapt, absl-py, termcolor, promise, future, dill, retrying, prometheus-client, tornado, locket, psutil, googleapis-common-protos, pyrsistent, backcall
Building wheel for optuna (setup.py): started
Building wheel for optuna (setup.py): finished with status 'done'
Created wheel for optuna: filename=optuna-1.3.0-py3-none-any.whl size=236241 sha256=d73fdaa3acadd06182460327c99db639472ccf473a2b21c82cdbd454f8525258
Stored in directory: /root/.cache/pip/wheels/c7/bd/45/1cb2bc8913bc5777a47507a4844de1f87f82a5fc4cb9de0577
Building wheel for chainer (setup.py): started
Building wheel for chainer (setup.py): finished with status 'done'
Created wheel for chainer: filename=chainer-7.2.0-py3-none-any.whl size=966256 sha256=50122285e6438182170e23d0ea3099f3595cf044ac75f27e19beb5cd3835adb7
Stored in directory: /root/.cache/pip/wheels/fc/73/50/f07ed7493023e67bd047083b322a0f7662f8e440513ed6f290
Building wheel for mpi4py (setup.py): started
Building wheel for mpi4py (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /opt/conda/envs/test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-c6xrtgj5/mpi4py/setup.py'"'"'; __file__='"'"'/tmp/pip-install-c6xrtgj5/mpi4py/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-oqulxw06
cwd: /tmp/pip-install-c6xrtgj5/mpi4py/
Complete output (354 lines):
running bdist_wheel
running build
running build_src
running build_py
creating build
creating build/lib.linux-x86_64-3.5
creating build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/__init__.py -> build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/run.py -> build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/bench.py -> build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/__main__.py -> build/lib.linux-x86_64-3.5/mpi4py
creating build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/_lib.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/pool.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/_base.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/__init__.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/aplus.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/server.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/__main__.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/MPI.pxd -> build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/libmpi.pxd -> build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/__init__.pxd -> build/lib.linux-x86_64-3.5/mpi4py
creating build/lib.linux-x86_64-3.5/mpi4py/include
creating build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
copying src/mpi4py/include/mpi4py/mpi4py.MPI_api.h -> build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
copying src/mpi4py/include/mpi4py/mpi4py.h -> build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
copying src/mpi4py/include/mpi4py/mpi4py.MPI.h -> build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
copying src/mpi4py/include/mpi4py/mpi4py.i -> build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
copying src/mpi4py/include/mpi4py/mpi.pxi -> build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
running build_clib
MPI configuration: [mpi] from 'mpi.cfg'
MPI C compiler: /usr/bin/mpicc
MPI C++ compiler: /usr/bin/mpicxx
MPI F compiler: /usr/bin/mpifort
MPI F90 compiler: /usr/bin/mpif90
MPI F77 compiler: /usr/bin/mpif77
checking for library 'lmpe' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -llmpe -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -llmpe
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
building 'mpe' dylib library
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/src
creating build/temp.linux-x86_64-3.5/src/lib-pmpi
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c src/lib-pmpi/mpe.c -o build/temp.linux-x86_64-3.5/src/lib-pmpi/mpe.o
creating build/lib.linux-x86_64-3.5/mpi4py/lib-pmpi
/usr/bin/mpicc -pthread -shared -L/opt/conda/envs/test/lib -B /opt/conda/envs/test/compiler_compat -Wl,-rpath=/opt/conda/envs/test/lib,--no-as-needed -Wl,--no-as-needed build/temp.linux-x86_64-3.5/src/lib-pmpi/mpe.o -o build/lib.linux-x86_64-3.5/mpi4py/lib-pmpi/libmpe.so
checking for library 'vt-mpi' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt-mpi -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt-mpi
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
checking for library 'vt.mpi' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt.mpi -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt.mpi
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
building 'vt' dylib library
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c src/lib-pmpi/vt.c -o build/temp.linux-x86_64-3.5/src/lib-pmpi/vt.o
/usr/bin/mpicc -pthread -shared -L/opt/conda/envs/test/lib -B /opt/conda/envs/test/compiler_compat -Wl,-rpath=/opt/conda/envs/test/lib,--no-as-needed -Wl,--no-as-needed build/temp.linux-x86_64-3.5/src/lib-pmpi/vt.o -o build/lib.linux-x86_64-3.5/mpi4py/lib-pmpi/libvt.so
checking for library 'vt-mpi' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt-mpi -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt-mpi
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
checking for library 'vt.mpi' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt.mpi -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt.mpi
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
building 'vt-mpi' dylib library
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c src/lib-pmpi/vt-mpi.c -o build/temp.linux-x86_64-3.5/src/lib-pmpi/vt-mpi.o
/usr/bin/mpicc -pthread -shared -L/opt/conda/envs/test/lib -B /opt/conda/envs/test/compiler_compat -Wl,-rpath=/opt/conda/envs/test/lib,--no-as-needed -Wl,--no-as-needed build/temp.linux-x86_64-3.5/src/lib-pmpi/vt-mpi.o -o build/lib.linux-x86_64-3.5/mpi4py/lib-pmpi/libvt-mpi.so
checking for library 'vt-hyb' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt-hyb -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt-hyb
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
checking for library 'vt.ompi' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt.ompi -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt.ompi
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
building 'vt-hyb' dylib library
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c src/lib-pmpi/vt-hyb.c -o build/temp.linux-x86_64-3.5/src/lib-pmpi/vt-hyb.o
/usr/bin/mpicc -pthread -shared -L/opt/conda/envs/test/lib -B /opt/conda/envs/test/compiler_compat -Wl,-rpath=/opt/conda/envs/test/lib,--no-as-needed -Wl,--no-as-needed build/temp.linux-x86_64-3.5/src/lib-pmpi/vt-hyb.o -o build/lib.linux-x86_64-3.5/mpi4py/lib-pmpi/libvt-hyb.so
running build_ext
MPI configuration: [mpi] from 'mpi.cfg'
MPI C compiler: /usr/bin/mpicc
MPI C++ compiler: /usr/bin/mpicxx
MPI F compiler: /usr/bin/mpifort
MPI F90 compiler: /usr/bin/mpif90
MPI F77 compiler: /usr/bin/mpif77
checking for dlopen() availability ...
checking for header 'dlfcn.h' ...
gcc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/test/include/python3.5m -c _configtest.c -o _configtest.o
success!
removing: _configtest.c _configtest.o
success!
checking for library 'dl' ...
gcc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/test/include/python3.5m -c _configtest.c -o _configtest.o
gcc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -Lbuild/temp.linux-x86_64-3.5 -ldl -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
checking for function 'dlopen' ...
gcc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/test/include/python3.5m -c _configtest.c -o _configtest.o
gcc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -Lbuild/temp.linux-x86_64-3.5 -ldl -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
building 'mpi4py.dl' extension
gcc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -I/opt/conda/envs/test/include/python3.5m -c src/dynload.c -o build/temp.linux-x86_64-3.5/src/dynload.o
gcc -pthread -shared -L/opt/conda/envs/test/lib -B /opt/conda/envs/test/compiler_compat -Wl,-rpath=/opt/conda/envs/test/lib,--no-as-needed build/temp.linux-x86_64-3.5/src/dynload.o -Lbuild/temp.linux-x86_64-3.5 -ldl -o build/lib.linux-x86_64-3.5/mpi4py/dl.cpython-35m-x86_64-linux-gnu.so
checking for MPI compile and link ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/test/include/python3.5m -c _configtest.c -o _configtest.o
success!
removing: _configtest.c _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/test/include/python3.5m -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -Lbuild/temp.linux-x86_64-3.5 -o _configtest
/opt/conda/envs/test/compiler_compat/ld: warning: libopen-rte.so.20, needed by /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so, not found (try using -rpath or -rpath-link)
/opt/conda/envs/test/compiler_compat/ld: warning: libopen-pal.so.20, needed by /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so, not found (try using -rpath or -rpath-link)
/opt/conda/envs/test/compiler_compat/ld: warning: librt.so.1, needed by /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so, not found (try using -rpath or -rpath-link)
/opt/conda/envs/test/compiler_compat/ld: warning: libm.so.6, needed by /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so, not found (try using -rpath or -rpath-link)
/opt/conda/envs/test/compiler_compat/ld: warning: libhwloc.so.5, needed by /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so, not found (try using -rpath or -rpath-link)
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_framework_components_close'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_list_sort'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_base_get_topology'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_get_element_count'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_namelist_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_dump'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_install_dirs'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_set_value_ptr'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_rand'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_bitmap_alloc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_get_obj_by_depth'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_raw'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_strncpy'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_bitmap_free'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_get'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_local_arch'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_list_item_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_backtrace_print'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix_collect_all_data'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_component_close'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_get_value_ptr'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_register'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_register_framework_params'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_bitmap_iszero'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_base_cset2mapstr'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_proc_local_set'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_bitmap_isincluded'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_dump_data_flags'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_topology'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_pack'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_output_stream_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_out'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix_base_exchange'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_allocator_base_framework'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_join'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix_base_async_modex'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_set_element_count'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_reset'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_free'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_process_info'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_path_nfs'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_get'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `sync_wait_mt'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_base_get_available_cpus'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_backtrace_buffer'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_btl_base_framework'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix_app_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_set_event_poll_rate'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pointer_array_test_and_set_item'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_thread_get_self'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pointer_array_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_copy_content_same_ddt'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_components_close'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pointer_array_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_info_show_orte_version'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_select'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_append_unique_nosize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_read_value'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_finalize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_session_dir_finalize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_process_name_print'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_alloc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_get_type_depth'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `clock_gettime@GLIBC_2.2.5'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_buffer_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convert_process_name_to_string'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_free_list_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_abort_delay'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_output'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `sqrt@GLIBC_2.2.5'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_find_by_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_base_single_cpu'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_compare_proc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_free_list_item_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_contain_basic_datatypes'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_framework_is_open'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_prepare_for_recv'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_bitmap_compare'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_dss'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_value_unload'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_built_with_cuda_support'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_set_value'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_register'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_register_project_frameworks'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_get_next_key_uint32'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pointer_array_add'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_util_compare_name_fields'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_finalize_util'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_output_close'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_event_users_increment'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pointer_array_set_item'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_in_parallel_debugger'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_prepare_for_send'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_remove_value_uint32'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_rml_recv_callback'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_mpool_base_framework'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_ess'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_value_load'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_enum_create_flag'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_set_bit'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_close_components'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_output_verbose'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_process_info'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_append_nosize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_get_cpubind'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix_pdata_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_free'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_info_close_components'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_proc_applied_binding'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_component_var_register'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_proc_is_bound'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_name_wildcard'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_get_value'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_rcache_base_framework'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_find'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_write_value'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_base_cset2str'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_mpool_base_alloc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_init_util'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_rml'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_create'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_output_open'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_thread_self_compare'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_free_list_grow_st'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_condition_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_show_help'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_predefined_elem_desc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_cuda_support'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_clone'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_odls'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_mpool_base_free'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_set_event_flag'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `clock_getres@GLIBC_2.2.5'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_unpack'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_register_synonym'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_get_value_uint32'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_group_find_by_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_split'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_strerror'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_group_get_stamp'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_session_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_srand'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_arch_set_fortran_logical_size'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_object_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_util_convert_process_name_to_string'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_get_count'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_mpool_base_tree_print'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_class_initialize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_set_yield_when_idle'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_is_set_bit'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_get_count'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_find_by_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_proc_for_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_framework_close'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_framework_components_open'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_standalone_operation'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_uses_threads'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_util_convert_string_to_process_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_proc_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_append'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_mutex_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_component_to_string'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_util_print_name_args'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_allocator_component_lookup'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_stop'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_set_value_uint32'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_abort_print_stack'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `log@GLIBC_2.2.5'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_get_value_uint64'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_group_get'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convert_string_to_process_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_commit'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_find_and_set_first_unset_bit'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_getcwd'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_errmgr'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_dump_data_desc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_enum_create'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_component_repository_release'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_value_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_free_list_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_set_max_size'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_make_version_str'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_unregister'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_start'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_create_desc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_setenv'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_event_users_decrement'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_remove_value_ptr'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_finalize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_clear_bit'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_get_first_key_uint32'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_component_list_item_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_info_register_framework_params'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_framework_open'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_rml_recv_cb_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_session_dir_cleanup'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_show_opal_version'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_add'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_group_get_count'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_resize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_set_value_uint64'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_list_t_class'
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
error: Cannot link MPI programs. Check your configuration!!!
----------------------------------------
ERROR: Failed building wheel for mpi4py
Running setup.py clean for mpi4py
Building wheel for pytorch-lightning (setup.py): started
Building wheel for pytorch-lightning (setup.py): finished with status 'done'
Created wheel for pytorch-lightning: filename=pytorch_lightning-0.5.3.1-py3-none-any.whl size=63439 sha256=03fc530a3abddcf6664ff746a23897360a3339bf736978942328f161bc9ab606
Stored in directory: /root/.cache/pip/wheels/68/b6/44/bd43cddb035838307395f211c1d0051df6c5844ef877f663b2
Building wheel for simplejson (setup.py): started
Building wheel for simplejson (setup.py): finished with status 'done'
Created wheel for simplejson: filename=simplejson-3.17.0-cp35-cp35m-linux_x86_64.whl size=119400 sha256=9da898d9331ab0447f5781838dc0287e44d877e8db0fdbea3ec161089935a055
Stored in directory: /root/.cache/pip/wheels/a0/be/35/ff5bcba1b2a600e3fd964678944e9ec568801c6b186208eac1
Building wheel for databricks-cli (setup.py): started
Building wheel for databricks-cli (setup.py): finished with status 'done'
Created wheel for databricks-cli: filename=databricks_cli-0.10.0-py3-none-any.whl size=84289 sha256=173eea3b64d29da6ab432e29db260c8f484d6ded6b26d475d3ab22328d4a3707
Stored in directory: /root/.cache/pip/wheels/42/80/f3/e65bdf6617f3be1fde02bc668bdb9e557fbe12b9e0ea71c660
Building wheel for prometheus-flask-exporter (setup.py): started
Building wheel for prometheus-flask-exporter (setup.py): finished with status 'done'
Created wheel for prometheus-flask-exporter: filename=prometheus_flask_exporter-0.13.0-py3-none-any.whl size=14096 sha256=ab030c440749aec8eda4811da26862be74e0ee111d04470fc44efa5443ec2e27
Stored in directory: /root/.cache/pip/wheels/45/c7/ae/e99d2de2790440669b810f6681c3a29fbae92974fce26f8c05
Building wheel for querystring-parser (setup.py): started
Building wheel for querystring-parser (setup.py): finished with status 'done'
Created wheel for querystring-parser: filename=querystring_parser-1.2.4-py3-none-any.whl size=7083 sha256=e5cbff07fab0f96a523729268bc27f67f8d6b365402a288990cc17bb44859aee
Stored in directory: /root/.cache/pip/wheels/f8/40/66/8086eda0ae68328969b6020dcba2b701af28065bd2efdb0663
Building wheel for toolz (setup.py): started
Building wheel for toolz (setup.py): finished with status 'done'
Created wheel for toolz: filename=toolz-0.10.0-py3-none-any.whl size=54600 sha256=c887e87ea99278743bde1eb906b83dba3c68e8851dc19054b3164858fa90ff03
Stored in directory: /root/.cache/pip/wheels/7a/c6/a3/55de8967d8406f2fa641743b9d2dafc07a745590a786667d0a
Building wheel for test-tube (setup.py): started
Building wheel for test-tube (setup.py): finished with status 'done'
Created wheel for test-tube: filename=test_tube-0.7.5-py3-none-any.whl size=25365 sha256=304f51b90bdc9f5e52368623b718d899c8bbd499b1b736048c04600293719016
Stored in directory: /root/.cache/pip/wheels/f5/64/c7/5d835bd6bcea7f6f6313e257429495c98151bab4c951de5d30
Building wheel for gast (setup.py): started
Building wheel for gast (setup.py): finished with status 'done'
Created wheel for gast: filename=gast-0.2.2-py3-none-any.whl size=6587 sha256=2ed59d147f0ff18d6d7c79bf26b46f45981cd2daecf17e78420e072bdd21de29
Stored in directory: /root/.cache/pip/wheels/c4/b2/f9/b3052fd0a0c1e61f4eb5b879161a8b6670fb1c26951a5ad5d6
Building wheel for wrapt (setup.py): started
Building wheel for wrapt (setup.py): finished with status 'done'
Created wheel for wrapt: filename=wrapt-1.12.1-cp35-cp35m-linux_x86_64.whl size=68626 sha256=183bd32c6852acc51561d20c50fed4b23390268d01851e2ee7bc8f5160935d6c
Stored in directory: /root/.cache/pip/wheels/b8/2d/88/2fb764a7404287819251978fbfe4cacf9b4d8a1d41fce5dd97
Building wheel for absl-py (setup.py): started
Building wheel for absl-py (setup.py): finished with status 'done'
Created wheel for absl-py: filename=absl_py-0.9.0-py3-none-any.whl size=117798 sha256=d34fd3b880ec00b216234349e506024c30aee1d781bd771a9f961afdbf4a84c0
Stored in directory: /root/.cache/pip/wheels/00/c0/fe/b499a8663e1697aa205f83a8b15a53a29dc4b9831643b0064b
Building wheel for termcolor (setup.py): started
Building wheel for termcolor (setup.py): finished with status 'done'
Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4001 sha256=316b7e8ed9bb7dafeca8739b1860da6ac0344614aa7116b673839ecb23cddbc8
Stored in directory: /root/.cache/pip/wheels/91/0e/11/1f1321dce76e9c542907008e4a94ff79f8bf525a3fa32b09f3
Building wheel for promise (setup.py): started
Building wheel for promise (setup.py): finished with status 'done'
Created wheel for promise: filename=promise-2.3-py3-none-any.whl size=20683 sha256=f5db07a6ecb2b832b12341e97369f3dcadc26d2bc6abe1c608f1f06322e05d27
Stored in directory: /root/.cache/pip/wheels/b6/3e/4e/d80f74df03a8059f631b23ec49939d8fa0a2633522596b6ffd
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=491096 sha256=9e9eb7712e365758f03ae75393ad33c7a1ffbb756631f061c94b5d75560bfe7b
Stored in directory: /root/.cache/pip/wheels/c4/f0/ae/d4689c4532d1f111462ed6a884a7767d502e511ee65f0d8e1b
Building wheel for dill (setup.py): started
Building wheel for dill (setup.py): finished with status 'done'
Created wheel for dill: filename=dill-0.3.1.1-py3-none-any.whl size=77454 sha256=a5e4eb1670af07c7287cd0003c27c32bbcb16e9dda6209e6daf52c45fb8c0d68
Stored in directory: /root/.cache/pip/wheels/34/63/8b/137c251bca70f301c47a62dae335f36c21a8b86e42c803129a
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=6236 sha256=78ea9925f0c8d1e29c2d854fbad1c8af0da4c0a25341cda927c2165a66c1bcd2
Stored in directory: /root/.cache/pip/wheels/3b/99/4f/0a1f6df79f19d8004535c0ef947d89ced988bf231c8a9e8491
Building wheel for prometheus-client (setup.py): started
Building wheel for prometheus-client (setup.py): finished with status 'done'
Created wheel for prometheus-client: filename=prometheus_client-0.7.1-py3-none-any.whl size=41411 sha256=25d0a1f4e31e2a094253d8d74fc7fa1e7af9584f7c6504b0167db4973105bbe7
Stored in directory: /root/.cache/pip/wheels/42/46/63/dfbe941f5fdd2a9629ee0cb87d8a856f7ce70066a5fb0c074c
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-cp35-cp35m-linux_x86_64.whl size=427454 sha256=0fa8dfafb883f86bc8eb0c5ac736e577973e337343d3cadde29d9f6ea75b094a
Stored in directory: /root/.cache/pip/wheels/68/3c/1e/fd5ff3580fd107e6785d42a2d7e690396d1cefa44813561c29
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=3042 sha256=35969919c25cbb408019da2c8c8fd567410f5934fad6b77fb3dd90f90d494f3e
Stored in directory: /root/.cache/pip/wheels/6a/42/36/d0f74dd49f84ca53f8f7b2169a3a2f2a8c17a54bef9e076112
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.0-cp35-cp35m-linux_x86_64.whl size=270910 sha256=fa73f22f8e6f1384010b7f9e90b193e68f722bf338e42a4f2209cc03724e8494
Stored in directory: /root/.cache/pip/wheels/bf/8a/50/4becf3b59de9aae0750147dfbf2f23470c9670c7c31c00df19
Building wheel for googleapis-common-protos (setup.py): started
Building wheel for googleapis-common-protos (setup.py): finished with status 'done'
Created wheel for googleapis-common-protos: filename=googleapis_common_protos-1.51.0-py3-none-any.whl size=73425 sha256=c4a9cc5ec87ca058f313e6f7b1ee99f428b200de81e8257dc0c105dbf9b8f0c7
Stored in directory: /root/.cache/pip/wheels/5c/81/f1/0063a8a61e2539679dd4b5a3d7fbbf19dc10899d87b379aa49
Building wheel for pyrsistent (setup.py): started
Building wheel for pyrsistent (setup.py): finished with status 'done'
Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp35-cp35m-linux_x86_64.whl size=113963 sha256=6977bd74b088badb37dcc9b11f2248aef0ca415654c82624969bb7107ac0fabb
Stored in directory: /root/.cache/pip/wheels/f1/3d/7d/164146cafaba2e9030e2a28c54ed76aa13363cd339fa700687
Building wheel for backcall (setup.py): started
Building wheel for backcall (setup.py): finished with status 'done'
Created wheel for backcall: filename=backcall-0.1.0-py3-none-any.whl size=10421 sha256=53501f1fa3e54d8c95ab8453f5529361fc85bf292205b617ce982b6f10f1baac
Stored in directory: /root/.cache/pip/wheels/cb/6f/5c/9b66a87adeb46fed2babb14407bae1271f5e41b6b34b642411
Successfully built optuna chainer pytorch-lightning simplejson databricks-cli prometheus-flask-exporter querystring-parser toolz test-tube gast wrapt absl-py termcolor promise future dill retrying prometheus-client tornado locket psutil googleapis-common-protos pyrsistent backcall
Failed to build mpi4py
ERROR: mlflow 1.7.2 has requirement alembic<=1.4.1, but you'll have alembic 1.4.2 which is incompatible.
ERROR: mlflow 1.7.2 has requirement sqlalchemy<=1.3.13, but you'll have sqlalchemy 1.3.16 which is incompatible.
ERROR: mxnet 1.6.0 has requirement graphviz<0.9.0,>=0.8.1, but you'll have graphviz 0.13.2 which is incompatible.
ERROR: pytorch-lightning 0.5.3.1 has requirement numpy==1.16.4, but you'll have numpy 1.18.3 which is incompatible.
ERROR: pytorch-lightning 0.5.3.1 has requirement scikit-learn==0.20.2, but you'll have scikit-learn 0.22.2.post1 which is incompatible.
ERROR: pytorch-lightning 0.5.3.1 has requirement tqdm==4.35.0, but you'll have tqdm 4.45.0 which is incompatible.
Installing collected packages: graphviz, cycler, kiwisolver, matplotlib, pytz, pandas, retrying, plotly, catboost, typing-extensions, filelock, protobuf, chainer, scikit-learn, lightgbm, smmap, gitdb, gitpython, gunicorn, simplejson, chardet, idna, urllib3, requests, entrypoints, click, tabulate, configparser, databricks-cli, Werkzeug, Jinja2, itsdangerous, Flask, gorilla, prometheus-client, prometheus-flask-exporter, querystring-parser, websocket-client, docker, sqlparse, cloudpickle, mlflow, mpi4py, mxnet, decorator, ipython-genutils, traitlets, jupyter-core, pyzmq, tornado, jupyter-client, pyrsistent, attrs, zipp, importlib-metadata, jsonschema, nbformat, coverage, py, packaging, more-itertools, pluggy, pathlib2, pytest, prompt-toolkit, parso, jedi, backcall, ptyprocess, pexpect, pygments, pickleshare, ipython, ipykernel, nbval, torch, pytorch-ignite, pillow, imageio, networkx, PyWavelets, scikit-image, torchvision, llvmlite, xgboost, toolz, fsspec, locket, partd, dask, multipledispatch, dask-glm, numba, sortedcontainers, heapdict, zict, tblib, msgpack, psutil, distributed, dask-ml, keras-preprocessing, h5py, keras-applications, keras, webencodings, bleach, docutils, readme-renderer, pkginfo, requests-toolbelt, twine, oauthlib, requests-oauthlib, pyasn1, pyasn1-modules, rsa, cachetools, google-auth, google-auth-oauthlib, grpcio, absl-py, markdown, tensorboard, future, test-tube, pytorch-lightning, gast, wrapt, opt-einsum, tensorflow-estimator, termcolor, astor, google-pasta, tensorflow, googleapis-common-protos, tensorflow-metadata, promise, dill, tensorflow-datasets, optuna
Running setup.py install for mpi4py: started
Running setup.py install for mpi4py: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /opt/conda/envs/test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-c6xrtgj5/mpi4py/setup.py'"'"'; __file__='"'"'/tmp/pip-install-c6xrtgj5/mpi4py/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-aqay2v45/install-record.txt --single-version-externally-managed --compile --install-headers /opt/conda/envs/test/include/python3.5m/mpi4py
cwd: /tmp/pip-install-c6xrtgj5/mpi4py/
Complete output (354 lines):
running install
running build
running build_src
running build_py
creating build
creating build/lib.linux-x86_64-3.5
creating build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/__init__.py -> build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/run.py -> build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/bench.py -> build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/__main__.py -> build/lib.linux-x86_64-3.5/mpi4py
creating build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/_lib.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/pool.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/_base.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/__init__.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/aplus.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/server.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/futures/__main__.py -> build/lib.linux-x86_64-3.5/mpi4py/futures
copying src/mpi4py/MPI.pxd -> build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/libmpi.pxd -> build/lib.linux-x86_64-3.5/mpi4py
copying src/mpi4py/__init__.pxd -> build/lib.linux-x86_64-3.5/mpi4py
creating build/lib.linux-x86_64-3.5/mpi4py/include
creating build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
copying src/mpi4py/include/mpi4py/mpi4py.MPI_api.h -> build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
copying src/mpi4py/include/mpi4py/mpi4py.h -> build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
copying src/mpi4py/include/mpi4py/mpi4py.MPI.h -> build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
copying src/mpi4py/include/mpi4py/mpi4py.i -> build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
copying src/mpi4py/include/mpi4py/mpi.pxi -> build/lib.linux-x86_64-3.5/mpi4py/include/mpi4py
running build_clib
MPI configuration: [mpi] from 'mpi.cfg'
MPI C compiler: /usr/bin/mpicc
MPI C++ compiler: /usr/bin/mpicxx
MPI F compiler: /usr/bin/mpifort
MPI F90 compiler: /usr/bin/mpif90
MPI F77 compiler: /usr/bin/mpif77
checking for library 'lmpe' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -llmpe -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -llmpe
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
building 'mpe' dylib library
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/src
creating build/temp.linux-x86_64-3.5/src/lib-pmpi
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c src/lib-pmpi/mpe.c -o build/temp.linux-x86_64-3.5/src/lib-pmpi/mpe.o
creating build/lib.linux-x86_64-3.5/mpi4py/lib-pmpi
/usr/bin/mpicc -pthread -shared -L/opt/conda/envs/test/lib -B /opt/conda/envs/test/compiler_compat -Wl,-rpath=/opt/conda/envs/test/lib,--no-as-needed -Wl,--no-as-needed build/temp.linux-x86_64-3.5/src/lib-pmpi/mpe.o -o build/lib.linux-x86_64-3.5/mpi4py/lib-pmpi/libmpe.so
checking for library 'vt-mpi' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt-mpi -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt-mpi
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
checking for library 'vt.mpi' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt.mpi -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt.mpi
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
building 'vt' dylib library
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c src/lib-pmpi/vt.c -o build/temp.linux-x86_64-3.5/src/lib-pmpi/vt.o
/usr/bin/mpicc -pthread -shared -L/opt/conda/envs/test/lib -B /opt/conda/envs/test/compiler_compat -Wl,-rpath=/opt/conda/envs/test/lib,--no-as-needed -Wl,--no-as-needed build/temp.linux-x86_64-3.5/src/lib-pmpi/vt.o -o build/lib.linux-x86_64-3.5/mpi4py/lib-pmpi/libvt.so
checking for library 'vt-mpi' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt-mpi -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt-mpi
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
checking for library 'vt.mpi' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt.mpi -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt.mpi
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
building 'vt-mpi' dylib library
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c src/lib-pmpi/vt-mpi.c -o build/temp.linux-x86_64-3.5/src/lib-pmpi/vt-mpi.o
/usr/bin/mpicc -pthread -shared -L/opt/conda/envs/test/lib -B /opt/conda/envs/test/compiler_compat -Wl,-rpath=/opt/conda/envs/test/lib,--no-as-needed -Wl,--no-as-needed build/temp.linux-x86_64-3.5/src/lib-pmpi/vt-mpi.o -o build/lib.linux-x86_64-3.5/mpi4py/lib-pmpi/libvt-mpi.so
checking for library 'vt-hyb' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt-hyb -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt-hyb
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
checking for library 'vt.ompi' ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -lvt.ompi -o _configtest
/opt/conda/envs/test/compiler_compat/ld: cannot find -lvt.ompi
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
building 'vt-hyb' dylib library
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c src/lib-pmpi/vt-hyb.c -o build/temp.linux-x86_64-3.5/src/lib-pmpi/vt-hyb.o
/usr/bin/mpicc -pthread -shared -L/opt/conda/envs/test/lib -B /opt/conda/envs/test/compiler_compat -Wl,-rpath=/opt/conda/envs/test/lib,--no-as-needed -Wl,--no-as-needed build/temp.linux-x86_64-3.5/src/lib-pmpi/vt-hyb.o -o build/lib.linux-x86_64-3.5/mpi4py/lib-pmpi/libvt-hyb.so
running build_ext
MPI configuration: [mpi] from 'mpi.cfg'
MPI C compiler: /usr/bin/mpicc
MPI C++ compiler: /usr/bin/mpicxx
MPI F compiler: /usr/bin/mpifort
MPI F90 compiler: /usr/bin/mpif90
MPI F77 compiler: /usr/bin/mpif77
checking for dlopen() availability ...
checking for header 'dlfcn.h' ...
gcc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/test/include/python3.5m -c _configtest.c -o _configtest.o
success!
removing: _configtest.c _configtest.o
success!
checking for library 'dl' ...
gcc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/test/include/python3.5m -c _configtest.c -o _configtest.o
gcc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -Lbuild/temp.linux-x86_64-3.5 -ldl -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
checking for function 'dlopen' ...
gcc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/test/include/python3.5m -c _configtest.c -o _configtest.o
gcc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -Lbuild/temp.linux-x86_64-3.5 -ldl -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
building 'mpi4py.dl' extension
gcc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -I/opt/conda/envs/test/include/python3.5m -c src/dynload.c -o build/temp.linux-x86_64-3.5/src/dynload.o
gcc -pthread -shared -L/opt/conda/envs/test/lib -B /opt/conda/envs/test/compiler_compat -Wl,-rpath=/opt/conda/envs/test/lib,--no-as-needed build/temp.linux-x86_64-3.5/src/dynload.o -Lbuild/temp.linux-x86_64-3.5 -ldl -o build/lib.linux-x86_64-3.5/mpi4py/dl.cpython-35m-x86_64-linux-gnu.so
checking for MPI compile and link ...
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/test/include/python3.5m -c _configtest.c -o _configtest.o
success!
removing: _configtest.c _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/test/include/python3.5m -c _configtest.c -o _configtest.o
/usr/bin/mpicc -pthread -B /opt/conda/envs/test/compiler_compat _configtest.o -Lbuild/temp.linux-x86_64-3.5 -o _configtest
/opt/conda/envs/test/compiler_compat/ld: warning: libopen-rte.so.20, needed by /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so, not found (try using -rpath or -rpath-link)
/opt/conda/envs/test/compiler_compat/ld: warning: libopen-pal.so.20, needed by /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so, not found (try using -rpath or -rpath-link)
/opt/conda/envs/test/compiler_compat/ld: warning: librt.so.1, needed by /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so, not found (try using -rpath or -rpath-link)
/opt/conda/envs/test/compiler_compat/ld: warning: libm.so.6, needed by /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so, not found (try using -rpath or -rpath-link)
/opt/conda/envs/test/compiler_compat/ld: warning: libhwloc.so.5, needed by /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so, not found (try using -rpath or -rpath-link)
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_framework_components_close'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_list_sort'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_base_get_topology'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_get_element_count'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_namelist_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_dump'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_install_dirs'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_set_value_ptr'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_rand'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_bitmap_alloc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_get_obj_by_depth'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_raw'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_strncpy'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_bitmap_free'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_get'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_local_arch'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_list_item_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_backtrace_print'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix_collect_all_data'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_component_close'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_get_value_ptr'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_register'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_register_framework_params'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_bitmap_iszero'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_base_cset2mapstr'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_proc_local_set'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_bitmap_isincluded'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_dump_data_flags'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_topology'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_pack'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_output_stream_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_out'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix_base_exchange'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_allocator_base_framework'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_join'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix_base_async_modex'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_set_element_count'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_reset'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_free'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_process_info'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_path_nfs'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_get'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `sync_wait_mt'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_base_get_available_cpus'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_backtrace_buffer'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_btl_base_framework'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix_app_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_set_event_poll_rate'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pointer_array_test_and_set_item'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_thread_get_self'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pointer_array_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_copy_content_same_ddt'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_components_close'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pointer_array_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_info_show_orte_version'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_select'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_append_unique_nosize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_read_value'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_finalize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_session_dir_finalize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_process_name_print'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_alloc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_get_type_depth'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `clock_gettime@GLIBC_2.2.5'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_buffer_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convert_process_name_to_string'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_free_list_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_abort_delay'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_output'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `sqrt@GLIBC_2.2.5'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_find_by_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_base_single_cpu'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_compare_proc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_free_list_item_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_contain_basic_datatypes'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_framework_is_open'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_prepare_for_recv'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_bitmap_compare'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_dss'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_value_unload'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_built_with_cuda_support'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_set_value'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_register'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_register_project_frameworks'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_get_next_key_uint32'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pointer_array_add'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_util_compare_name_fields'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_finalize_util'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_output_close'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_event_users_increment'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pointer_array_set_item'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_in_parallel_debugger'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_prepare_for_send'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_remove_value_uint32'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_rml_recv_callback'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_mpool_base_framework'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_ess'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_value_load'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_enum_create_flag'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_set_bit'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_close_components'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_output_verbose'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_process_info'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_append_nosize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `hwloc_get_cpubind'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix_pdata_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_free'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_info_close_components'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_proc_applied_binding'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_component_var_register'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_proc_is_bound'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_name_wildcard'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_get_value'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_rcache_base_framework'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_find'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_write_value'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hwloc_base_cset2str'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_mpool_base_alloc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_init_util'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_rml'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_create'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_output_open'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_thread_self_compare'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_free_list_grow_st'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_condition_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_show_help'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_predefined_elem_desc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_cuda_support'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_clone'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_odls'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_mpool_base_free'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_set_event_flag'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `clock_getres@GLIBC_2.2.5'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convertor_unpack'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_register_synonym'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_get_value_uint32'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_group_find_by_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_split'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_strerror'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_group_get_stamp'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_session_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_pmix'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_srand'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_arch_set_fortran_logical_size'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_object_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_util_convert_process_name_to_string'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_get_count'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_mpool_base_tree_print'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_class_initialize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_set_yield_when_idle'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_is_set_bit'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_get_count'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_find_by_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_proc_for_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_framework_close'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_framework_components_open'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_standalone_operation'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_uses_threads'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_util_convert_string_to_process_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_proc_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_argv_append'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_mutex_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_component_to_string'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_util_print_name_args'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_allocator_component_lookup'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_stop'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_set_value_uint32'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_abort_print_stack'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `log@GLIBC_2.2.5'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_get_value_uint64'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_group_get'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_convert_string_to_process_name'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_commit'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_find_and_set_first_unset_bit'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_getcwd'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_errmgr'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_dump_data_desc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_enum_create'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_component_repository_release'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_value_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_free_list_init'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_set_max_size'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_make_version_str'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_unregister'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_pvar_handle_start'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_create_desc'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_setenv'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_progress_event_users_decrement'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_remove_value_ptr'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_finalize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_clear_bit'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_bitmap_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_get_first_key_uint32'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_component_list_item_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_info_register_framework_params'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_framework_open'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_rml_recv_cb_t_class'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `orte_session_dir_cleanup'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_info_show_opal_version'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_add'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `mca_base_var_group_get_count'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_datatype_resize'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_hash_table_set_value_uint64'
/opt/conda/envs/test/compiler_compat/ld: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so: undefined reference to `opal_list_t_class'
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
error: Cannot link MPI programs. Check your configuration!!!
----------------------------------------
ERROR: Command errored out with exit status 1: /opt/conda/envs/test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-c6xrtgj5/mpi4py/setup.py'"'"'; __file__='"'"'/tmp/pip-install-c6xrtgj5/mpi4py/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-aqay2v45/install-record.txt --single-version-externally-managed --compile --install-headers /opt/conda/envs/test/include/python3.5m/mpi4py Check the logs for full command output.
FROM ubuntu:18.04
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bc \
bzip2 \
ca-certificates \
curl \
git \
less \
libgdal-dev \
libssl-dev \
libffi-dev \
libncurses-dev \
libgl1 \
jq \
nfs-common \
parallel \
python-dev \
python-pip \
python-wheel \
python-setuptools \
tree \
unzip \
vim \
wget \
xterm \
cmake \
build-essential \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
SHELL ["/bin/bash", "-c"]
ENV PATH /opt/conda/bin:$PATH
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/conda && \
rm ~/miniconda.sh && \
/opt/conda/bin/conda clean -tipsy && \
ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \
echo "conda activate base" >> ~/.bashrc
WORKDIR /root/
RUN conda create -n test python=3.5
RUN source activate test &&\
git clone https://github.com/smly/optuna.git &&\
cd optuna &&\
apt-get update &&\
apt-get -y install openmpi-bin libopenmpi-dev &&\
python -m pip install --upgrade pip &&\
pip install --progress-bar off -U setuptools &&\
python setup.py sdist &&\
pip install --progress-bar off $(ls dist/*.tar.gz) &&\
python -c 'import optuna' &&\
pip install --progress-bar off $(ls dist/*.tar.gz)[example] -f https://download.pytorch.org/whl/torch_stable.html
COPY run.sh .
Sending build context to Docker daemon 5.12kB
Step 1/9 : FROM ubuntu:18.04
---> 4e5021d210f6
Step 2/9 : RUN apt-get update && apt-get install -y --no-install-recommends bc bzip2 ca-certificates curl git less libgdal-dev libssl-dev libffi-dev libncurses-dev libgl1 jq nfs-common parallel python-dev python-pip python-wheel python-setuptools tree unzip vim wget xterm cmake build-essential && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 47bbcbeb2fe5
Step 3/9 : SHELL ["/bin/bash", "-c"]
---> Using cache
---> 2c3bbd22b5fe
Step 4/9 : ENV PATH /opt/conda/bin:$PATH
---> Using cache
---> 5a26b16e15b7
Step 5/9 : RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh -O ~/miniconda.sh && /bin/bash ~/miniconda.sh -b -p /opt/conda && rm ~/miniconda.sh && /opt/conda/bin/conda clean -tipsy && ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && echo "conda activate base" >> ~/.bashrc
---> Using cache
---> 202a1495fb3e
Step 6/9 : WORKDIR /root/
---> Using cache
---> 2bb8250c5fa1
Step 7/9 : RUN conda create -n test python=3.7
---> Using cache
---> ce67509e66ee
Step 8/9 : RUN source activate test && wget https://github.com/smly/optuna/archive/4f1b4e3f95e7ace1627af869e9c484b46ae3fb63.zip -O optuna_hotfix.zip && unzip optuna_hotfix.zip && cd optuna-* && apt-get update && apt-get -y install openmpi-bin libopenmpi-dev && python -m pip install --upgrade pip && pip install --progress-bar off -U setuptools && python setup.py sdist && pip install --progress-bar off $(ls dist/*.tar.gz) && python -c 'import optuna' && pip install --progress-bar off $(ls dist/*.tar.gz)[example] -f https://download.pytorch.org/whl/torch_stable.html
---> Running in 224bcd638e9f
--2020-04-21 05:31:13-- https://github.com/smly/optuna/archive/4f1b4e3f95e7ace1627af869e9c484b46ae3fb63.zip
Resolving github.com (github.com)... 13.114.40.48
Connecting to github.com (github.com)|13.114.40.48|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/smly/optuna/zip/4f1b4e3f95e7ace1627af869e9c484b46ae3fb63 [following]
--2020-04-21 05:31:13-- https://codeload.github.com/smly/optuna/zip/4f1b4e3f95e7ace1627af869e9c484b46ae3fb63
Resolving codeload.github.com (codeload.github.com)... 52.68.31.213
Connecting to codeload.github.com (codeload.github.com)|52.68.31.213|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: 'optuna_hotfix.zip'
0K .......... .......... .......... .......... .......... 516K
50K .......... .......... .......... .......... .......... 1.04M
100K .......... .......... .......... .......... .......... 987K
150K .......... .......... .......... .......... .......... 1016K
200K .......... .......... .......... .......... .......... 968K
250K .......... .......... .......... .......... .......... 985K
300K .......... .......... .......... .......... .......... 939K
350K .......... .......... .......... .......... .......... 6.15M
400K .......... .......... .......... .......... .......... 776K
450K .......... .......... .......... .......... ....... 795K=0.5s
2020-04-21 05:31:14 (936 KB/s) - 'optuna_hotfix.zip' saved [509233]
Archive: optuna_hotfix.zip
4f1b4e3f95e7ace1627af869e9c484b46ae3fb63
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.circleci/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.circleci/config.yml
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.github/
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.github/ISSUE_TEMPLATE/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.github/ISSUE_TEMPLATE/bug-report.md
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.github/ISSUE_TEMPLATE/documentation.md
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.github/ISSUE_TEMPLATE/feature-request.md
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.github/ISSUE_TEMPLATE/questions-help-support.md
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.github/PULL_REQUEST_TEMPLATE.md
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.github/workflows/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.github/workflows/examples.yml
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.github/workflows/stale.yml
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/.gitignore
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/CODE_OF_CONDUCT.md
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/CONTRIBUTING.md
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/LICENSE
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/MANIFEST.in
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/README.md
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/Makefile
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/image/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/image/favicon.ico
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/image/optuna-logo.png
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/image/sampling-sequence.png
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/make.bat
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/requirements.txt
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/_static/
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/_static/css/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/_static/css/custom.css
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/_templates/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/_templates/footer.html
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/conf.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/faq.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/index.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/installation.rst
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/plotly_figures/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/plotly_figures/plot_contour.html
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/plotly_figures/plot_intermediate_values.html
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/plotly_figures/plot_optimization_history.html
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/plotly_figures/plot_parallel_coordinate.html
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/plotly_figures/plot_slice.html
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/privacy.rst
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/cli.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/distributions.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/exceptions.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/importance.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/index.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/integration.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/logging.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/pruners.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/samplers.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/storages.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/structs.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/study.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/trial.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/reference/visualization.rst
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/scripts/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/scripts/plot_contour.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/scripts/plot_intermediate_values.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/scripts/plot_optimization_history.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/scripts/plot_parallel_coordinate.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/scripts/plot_slice.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/tutorial/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/tutorial/attributes.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/tutorial/cli.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/tutorial/configurations.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/tutorial/distributed.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/tutorial/first.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/tutorial/index.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/tutorial/pruning.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/tutorial/rdb.rst
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/docs/source/tutorial/sampler.rst
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/README.md
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/allennlp/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/allennlp/allennlp_jsonnet.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/allennlp/allennlp_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/allennlp/classifier.jsonnet
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/catboost_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/chainer_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/chainermn_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/dask_ml_simple.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/distributed/
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/distributed/kubernetes/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/distributed/kubernetes/Dockerfile
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/distributed/kubernetes/README.md
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/distributed/kubernetes/k8s-manifests.yaml
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/distributed/kubernetes/sklearn_distributed.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/fastai_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/keras_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/lightgbm_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/lightgbm_tuner_simple.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/mlflow/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/mlflow/README.md
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/mlflow/keras_mlflow.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/mxnet_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/optuna_search_cv_simple.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/chainer_integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/chainermn_integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/keras_integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/lightgbm_integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/mxnet_integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/tensorflow_estimator_integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/tfkeras_integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/xgboost_cv_integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pruning/xgboost_integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pytorch_ignite_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pytorch_lightning_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/pytorch_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/quadratic_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/quickstart.ipynb
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/samplers/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/samplers/simulated_annealing_sampler.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/skimage_lbp_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/sklearn_additional_args.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/sklearn_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/tensorflow_eager_simple.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/tensorflow_estimator_simple.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/visualization/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/visualization/plot_study.ipynb
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/visualization/plot_study.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/examples/xgboost_simple.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/_experimental.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/_study_direction.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/_study_summary.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/cli.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/dashboard.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/distributions.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/exceptions.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/importance/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/importance/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/importance/_base.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/importance/_fanova.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/allennlp.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/chainer.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/chainermn.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/cma.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/fastai.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/keras.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/lightgbm.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/lightgbm_tuner/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/lightgbm_tuner/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/lightgbm_tuner/alias.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/lightgbm_tuner/optimize.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/lightgbm_tuner/sklearn.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/mlflow.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/mxnet.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/pytorch_ignite.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/pytorch_lightning.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/sklearn.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/skopt.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/tensorflow.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/tfkeras.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/integration/xgboost.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/logging.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/progress_bar.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/pruners/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/pruners/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/pruners/base.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/pruners/hyperband.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/pruners/median.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/pruners/nop.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/pruners/percentile.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/pruners/successive_halving.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/pruners/threshold.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/samplers/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/samplers/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/samplers/base.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/samplers/cmaes.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/samplers/grid.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/samplers/random.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/samplers/tpe/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/samplers/tpe/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/samplers/tpe/parzen_estimator.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/samplers/tpe/sampler.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/base.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/in_memory.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/alembic.ini
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/alembic/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/alembic/env.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/alembic/script.py.mako
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/alembic/versions/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/alembic/versions/v0.9.0.a.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/alembic/versions/v1.2.0.a.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/alembic/versions/v1.3.0.a.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/models.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/rdb/storage.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/storages/redis.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/structs.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/study.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/testing/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/testing/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/testing/distribution.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/testing/integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/testing/sampler.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/testing/storage.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/testing/visualization.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/trial.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/type_checking.py
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/version.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/visualization/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/visualization/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/visualization/contour.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/visualization/intermediate_values.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/visualization/optimization_history.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/visualization/parallel_coordinate.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/visualization/plotly_imports.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/visualization/slice.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/optuna/visualization/utils.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/setup.cfg
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/setup.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/__init__.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/__init__.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/allennlp_tests/
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/allennlp_tests/example.jsonnet
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/allennlp_tests/example_with_include_package.jsonnet
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/allennlp_tests/invalid.jsonnet
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/allennlp_tests/test.jsonnet
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/allennlp_tests/test_allennlp.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/allennlp_tests/tiny_single_id.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/lightgbm_tuner_tests/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/lightgbm_tuner_tests/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/lightgbm_tuner_tests/test_alias.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/lightgbm_tuner_tests/test_optimize.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_chainer.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_chainermn.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_cma.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_fastai.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_integration.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_keras.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_lightgbm.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_mlflow.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_mxnet.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_pytorch_ignite.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_pytorch_lightning.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_sampler.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_sklearn.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_skopt.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_tensorflow.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_tfkeras.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/integration_tests/test_xgboost.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/pruners_tests/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/pruners_tests/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/pruners_tests/test_hyperband.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/pruners_tests/test_median.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/pruners_tests/test_nop.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/pruners_tests/test_percentile.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/pruners_tests/test_successive_halving.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/pruners_tests/test_threshold.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/samplers_tests/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/samplers_tests/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/samplers_tests/test_cmaes.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/samplers_tests/test_grid.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/samplers_tests/test_samplers.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/samplers_tests/tpe_tests/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/samplers_tests/tpe_tests/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/samplers_tests/tpe_tests/test_parzen_estimator.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/samplers_tests/tpe_tests/test_sampler.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/storages_tests/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/storages_tests/__init__.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/storages_tests/rdb_tests/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/storages_tests/rdb_tests/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/storages_tests/rdb_tests/test_models.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/storages_tests/rdb_tests/test_storage.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/storages_tests/test_in_memory.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/storages_tests/test_storages.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/test_cli.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/test_dashboard.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/test_distributions.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/test_experimental.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/test_importance.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/test_logging.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/test_structs.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/test_study.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/test_trial.py
creating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/visualization_tests/
extracting: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/visualization_tests/__init__.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/visualization_tests/test_contour.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/visualization_tests/test_intermediate_plot.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/visualization_tests/test_optimization_history.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/visualization_tests/test_parallel_coordinate.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/visualization_tests/test_slice.py
inflating: optuna-4f1b4e3f95e7ace1627af869e9c484b46ae3fb63/tests/visualization_tests/test_utils.py
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [44.6 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [8213 B]
Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [839 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [889 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [59.0 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1183 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [12.6 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1372 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B]
Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [7674 B]
Fetched 17.8 MB in 7s (2585 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
ibverbs-providers libfabric1 libhwloc-dev libhwloc-plugins libhwloc5
libibverbs-dev libibverbs1 libnl-3-200 libnl-route-3-200 libnuma-dev
libnuma1 libopenmpi2 libpsm-infinipath1 librdmacm1 ocl-icd-libopencl1
openmpi-common
Suggested packages:
libhwloc-contrib-plugins openmpi-doc opencl-icd gfortran
The following NEW packages will be installed:
ibverbs-providers libfabric1 libhwloc-dev libhwloc-plugins libhwloc5
libibverbs-dev libibverbs1 libnl-3-200 libnl-route-3-200 libnuma-dev
libnuma1 libopenmpi-dev libopenmpi2 libpsm-infinipath1 librdmacm1
ocl-icd-libopencl1 openmpi-bin openmpi-common
0 upgraded, 18 newly installed, 0 to remove and 8 not upgraded.
Need to get 4617 kB of archives.
After this operation, 18.4 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnuma1 amd64 2.0.11-2.1ubuntu0.1 [22.0 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpsm-infinipath1 amd64 3.3+20.604758e7-5 [174 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 librdmacm1 amd64 17.1-1ubuntu0.2 [56.1 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libfabric1 amd64 1.5.3-1 [302 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libhwloc5 amd64 1.11.9-1 [105 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 ocl-icd-libopencl1 amd64 2.2.11-1ubuntu1 [30.3 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libhwloc-plugins amd64 1.11.9-1 [12.5 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopenmpi2 amd64 2.1.1-8 [2056 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 openmpi-common all 2.1.1-8 [140 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic/universe amd64 openmpi-bin amd64 2.1.1-8 [88.2 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnuma-dev amd64 2.0.11-2.1ubuntu0.1 [32.3 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libhwloc-dev amd64 1.11.9-1 [167 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs-dev amd64 17.1-1ubuntu0.2 [103 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopenmpi-dev amd64 2.1.1-8 [925 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 4617 kB in 5s (875 kB/s)
Selecting previously unselected package libnuma1:amd64.
(Reading database ... 36820 files and directories currently installed.)
Preparing to unpack .../00-libnuma1_2.0.11-2.1ubuntu0.1_amd64.deb ...
Unpacking libnuma1:amd64 (2.0.11-2.1ubuntu0.1) ...
Selecting previously unselected package libnl-3-200:amd64.
Preparing to unpack .../01-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ...
Selecting previously unselected package libnl-route-3-200:amd64.
Preparing to unpack .../02-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ...
Selecting previously unselected package libibverbs1:amd64.
Preparing to unpack .../03-libibverbs1_17.1-1ubuntu0.2_amd64.deb ...
Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ...
Selecting previously unselected package ibverbs-providers:amd64.
Preparing to unpack .../04-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ...
Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ...
Selecting previously unselected package libpsm-infinipath1.
Preparing to unpack .../05-libpsm-infinipath1_3.3+20.604758e7-5_amd64.deb ...
Unpacking libpsm-infinipath1 (3.3+20.604758e7-5) ...
Selecting previously unselected package librdmacm1:amd64.
Preparing to unpack .../06-librdmacm1_17.1-1ubuntu0.2_amd64.deb ...
Unpacking librdmacm1:amd64 (17.1-1ubuntu0.2) ...
Selecting previously unselected package libfabric1.
Preparing to unpack .../07-libfabric1_1.5.3-1_amd64.deb ...
Unpacking libfabric1 (1.5.3-1) ...
Selecting previously unselected package libhwloc5:amd64.
Preparing to unpack .../08-libhwloc5_1.11.9-1_amd64.deb ...
Unpacking libhwloc5:amd64 (1.11.9-1) ...
Selecting previously unselected package ocl-icd-libopencl1:amd64.
Preparing to unpack .../09-ocl-icd-libopencl1_2.2.11-1ubuntu1_amd64.deb ...
Unpacking ocl-icd-libopencl1:amd64 (2.2.11-1ubuntu1) ...
Selecting previously unselected package libhwloc-plugins.
Preparing to unpack .../10-libhwloc-plugins_1.11.9-1_amd64.deb ...
Unpacking libhwloc-plugins (1.11.9-1) ...
Selecting previously unselected package libopenmpi2:amd64.
Preparing to unpack .../11-libopenmpi2_2.1.1-8_amd64.deb ...
Unpacking libopenmpi2:amd64 (2.1.1-8) ...
Selecting previously unselected package openmpi-common.
Preparing to unpack .../12-openmpi-common_2.1.1-8_all.deb ...
Unpacking openmpi-common (2.1.1-8) ...
Selecting previously unselected package openmpi-bin.
Preparing to unpack .../13-openmpi-bin_2.1.1-8_amd64.deb ...
Unpacking openmpi-bin (2.1.1-8) ...
Selecting previously unselected package libnuma-dev:amd64.
Preparing to unpack .../14-libnuma-dev_2.0.11-2.1ubuntu0.1_amd64.deb ...
Unpacking libnuma-dev:amd64 (2.0.11-2.1ubuntu0.1) ...
Selecting previously unselected package libhwloc-dev:amd64.
Preparing to unpack .../15-libhwloc-dev_1.11.9-1_amd64.deb ...
Unpacking libhwloc-dev:amd64 (1.11.9-1) ...
Selecting previously unselected package libibverbs-dev:amd64.
Preparing to unpack .../16-libibverbs-dev_17.1-1ubuntu0.2_amd64.deb ...
Unpacking libibverbs-dev:amd64 (17.1-1ubuntu0.2) ...
Selecting previously unselected package libopenmpi-dev.
Preparing to unpack .../17-libopenmpi-dev_2.1.1-8_amd64.deb ...
Unpacking libopenmpi-dev (2.1.1-8) ...
Setting up libnuma1:amd64 (2.0.11-2.1ubuntu0.1) ...
Setting up libhwloc5:amd64 (1.11.9-1) ...
Setting up libpsm-infinipath1 (3.3+20.604758e7-5) ...
update-alternatives: using /usr/lib/libpsm1/libpsm_infinipath.so.1.16 to provide /usr/lib/x86_64-linux-gnu/libpsm_infinipath.so.1 (libpsm_infinipath.so.1) in auto mode
Setting up openmpi-common (2.1.1-8) ...
Setting up libnuma-dev:amd64 (2.0.11-2.1ubuntu0.1) ...
Setting up ocl-icd-libopencl1:amd64 (2.2.11-1ubuntu1) ...
Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ...
Setting up libhwloc-dev:amd64 (1.11.9-1) ...
Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ...
Setting up libhwloc-plugins (1.11.9-1) ...
Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ...
Setting up librdmacm1:amd64 (17.1-1ubuntu0.2) ...
Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ...
Setting up libibverbs-dev:amd64 (17.1-1ubuntu0.2) ...
Setting up libfabric1 (1.5.3-1) ...
Setting up libopenmpi2:amd64 (2.1.1-8) ...
Setting up libopenmpi-dev (2.1.1-8) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/openmpi/include to provide /usr/include/mpi (mpi) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/mpicc.1.gz because associated file /usr/share/man/man1/mpicc.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpic++.1.gz because associated file /usr/share/man/man1/mpic++.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpicxx.1.gz because associated file /usr/share/man/man1/mpicxx.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpiCC.1.gz because associated file /usr/share/man/man1/mpiCC.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpif77.1.gz because associated file /usr/share/man/man1/mpif77.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpif90.1.gz because associated file /usr/share/man/man1/mpif90.openmpi.1.gz (of link group mpi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpifort.1.gz because associated file /usr/share/man/man1/mpifort.openmpi.1.gz (of link group mpi) doesn't exist
Setting up openmpi-bin (2.1.1-8) ...
update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/mpirun.1.gz because associated file /usr/share/man/man1/mpirun.openmpi.1.gz (of link group mpirun) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/mpiexec.1.gz because associated file /usr/share/man/man1/mpiexec.openmpi.1.gz (of link group mpirun) doesn't exist
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Requirement already up-to-date: pip in /opt/conda/envs/test/lib/python3.7/site-packages (20.0.2)
Requirement already up-to-date: setuptools in /opt/conda/envs/test/lib/python3.7/site-packages (46.1.3.post20200330)
running sdist
running egg_info
creating optuna.egg-info
writing optuna.egg-info/PKG-INFO
writing dependency_links to optuna.egg-info/dependency_links.txt
writing entry points to optuna.egg-info/entry_points.txt
writing requirements to optuna.egg-info/requires.txt
writing top-level names to optuna.egg-info/top_level.txt
writing manifest file 'optuna.egg-info/SOURCES.txt'
reading manifest file 'optuna.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'optuna.egg-info/SOURCES.txt'
running check
creating optuna-1.3.0
creating optuna-1.3.0/optuna
creating optuna-1.3.0/optuna.egg-info
creating optuna-1.3.0/optuna/importance
creating optuna-1.3.0/optuna/integration
creating optuna-1.3.0/optuna/integration/lightgbm_tuner
creating optuna-1.3.0/optuna/pruners
creating optuna-1.3.0/optuna/samplers
creating optuna-1.3.0/optuna/samplers/tpe
creating optuna-1.3.0/optuna/storages
creating optuna-1.3.0/optuna/storages/rdb
creating optuna-1.3.0/optuna/storages/rdb/alembic
creating optuna-1.3.0/optuna/storages/rdb/alembic/versions
creating optuna-1.3.0/optuna/testing
creating optuna-1.3.0/optuna/visualization
creating optuna-1.3.0/tests
creating optuna-1.3.0/tests/integration_tests
creating optuna-1.3.0/tests/integration_tests/lightgbm_tuner_tests
creating optuna-1.3.0/tests/pruners_tests
creating optuna-1.3.0/tests/samplers_tests
creating optuna-1.3.0/tests/samplers_tests/tpe_tests
creating optuna-1.3.0/tests/storages_tests
creating optuna-1.3.0/tests/storages_tests/rdb_tests
creating optuna-1.3.0/tests/visualization_tests
copying files to optuna-1.3.0...
copying LICENSE -> optuna-1.3.0
copying MANIFEST.in -> optuna-1.3.0
copying README.md -> optuna-1.3.0
copying setup.cfg -> optuna-1.3.0
copying setup.py -> optuna-1.3.0
copying optuna/__init__.py -> optuna-1.3.0/optuna
copying optuna/_experimental.py -> optuna-1.3.0/optuna
copying optuna/_study_direction.py -> optuna-1.3.0/optuna
copying optuna/_study_summary.py -> optuna-1.3.0/optuna
copying optuna/cli.py -> optuna-1.3.0/optuna
copying optuna/dashboard.py -> optuna-1.3.0/optuna
copying optuna/distributions.py -> optuna-1.3.0/optuna
copying optuna/exceptions.py -> optuna-1.3.0/optuna
copying optuna/logging.py -> optuna-1.3.0/optuna
copying optuna/progress_bar.py -> optuna-1.3.0/optuna
copying optuna/structs.py -> optuna-1.3.0/optuna
copying optuna/study.py -> optuna-1.3.0/optuna
copying optuna/trial.py -> optuna-1.3.0/optuna
copying optuna/type_checking.py -> optuna-1.3.0/optuna
copying optuna/version.py -> optuna-1.3.0/optuna
copying optuna.egg-info/PKG-INFO -> optuna-1.3.0/optuna.egg-info
copying optuna.egg-info/SOURCES.txt -> optuna-1.3.0/optuna.egg-info
copying optuna.egg-info/dependency_links.txt -> optuna-1.3.0/optuna.egg-info
copying optuna.egg-info/entry_points.txt -> optuna-1.3.0/optuna.egg-info
copying optuna.egg-info/requires.txt -> optuna-1.3.0/optuna.egg-info
copying optuna.egg-info/top_level.txt -> optuna-1.3.0/optuna.egg-info
copying optuna/importance/__init__.py -> optuna-1.3.0/optuna/importance
copying optuna/importance/_base.py -> optuna-1.3.0/optuna/importance
copying optuna/importance/_fanova.py -> optuna-1.3.0/optuna/importance
copying optuna/integration/__init__.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/allennlp.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/chainer.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/chainermn.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/cma.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/fastai.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/keras.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/lightgbm.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/mlflow.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/mxnet.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/pytorch_ignite.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/pytorch_lightning.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/sklearn.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/skopt.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/tensorflow.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/tfkeras.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/xgboost.py -> optuna-1.3.0/optuna/integration
copying optuna/integration/lightgbm_tuner/__init__.py -> optuna-1.3.0/optuna/integration/lightgbm_tuner
copying optuna/integration/lightgbm_tuner/alias.py -> optuna-1.3.0/optuna/integration/lightgbm_tuner
copying optuna/integration/lightgbm_tuner/optimize.py -> optuna-1.3.0/optuna/integration/lightgbm_tuner
copying optuna/integration/lightgbm_tuner/sklearn.py -> optuna-1.3.0/optuna/integration/lightgbm_tuner
copying optuna/pruners/__init__.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/base.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/hyperband.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/median.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/nop.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/percentile.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/successive_halving.py -> optuna-1.3.0/optuna/pruners
copying optuna/pruners/threshold.py -> optuna-1.3.0/optuna/pruners
copying optuna/samplers/__init__.py -> optuna-1.3.0/optuna/samplers
copying optuna/samplers/base.py -> optuna-1.3.0/optuna/samplers
copying optuna/samplers/cmaes.py -> optuna-1.3.0/optuna/samplers
copying optuna/samplers/grid.py -> optuna-1.3.0/optuna/samplers
copying optuna/samplers/random.py -> optuna-1.3.0/optuna/samplers
copying optuna/samplers/tpe/__init__.py -> optuna-1.3.0/optuna/samplers/tpe
copying optuna/samplers/tpe/parzen_estimator.py -> optuna-1.3.0/optuna/samplers/tpe
copying optuna/samplers/tpe/sampler.py -> optuna-1.3.0/optuna/samplers/tpe
copying optuna/storages/__init__.py -> optuna-1.3.0/optuna/storages
copying optuna/storages/base.py -> optuna-1.3.0/optuna/storages
copying optuna/storages/in_memory.py -> optuna-1.3.0/optuna/storages
copying optuna/storages/redis.py -> optuna-1.3.0/optuna/storages
copying optuna/storages/rdb/__init__.py -> optuna-1.3.0/optuna/storages/rdb
copying optuna/storages/rdb/alembic.ini -> optuna-1.3.0/optuna/storages/rdb
copying optuna/storages/rdb/models.py -> optuna-1.3.0/optuna/storages/rdb
copying optuna/storages/rdb/storage.py -> optuna-1.3.0/optuna/storages/rdb
copying optuna/storages/rdb/alembic/env.py -> optuna-1.3.0/optuna/storages/rdb/alembic
copying optuna/storages/rdb/alembic/script.py.mako -> optuna-1.3.0/optuna/storages/rdb/alembic
copying optuna/storages/rdb/alembic/versions/v0.9.0.a.py -> optuna-1.3.0/optuna/storages/rdb/alembic/versions
copying optuna/storages/rdb/alembic/versions/v1.2.0.a.py -> optuna-1.3.0/optuna/storages/rdb/alembic/versions
copying optuna/storages/rdb/alembic/versions/v1.3.0.a.py -> optuna-1.3.0/optuna/storages/rdb/alembic/versions
copying optuna/testing/__init__.py -> optuna-1.3.0/optuna/testing
copying optuna/testing/distribution.py -> optuna-1.3.0/optuna/testing
copying optuna/testing/integration.py -> optuna-1.3.0/optuna/testing
copying optuna/testing/sampler.py -> optuna-1.3.0/optuna/testing
copying optuna/testing/storage.py -> optuna-1.3.0/optuna/testing
copying optuna/testing/visualization.py -> optuna-1.3.0/optuna/testing
copying optuna/visualization/__init__.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/contour.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/intermediate_values.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/optimization_history.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/parallel_coordinate.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/plotly_imports.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/slice.py -> optuna-1.3.0/optuna/visualization
copying optuna/visualization/utils.py -> optuna-1.3.0/optuna/visualization
copying tests/__init__.py -> optuna-1.3.0/tests
copying tests/test_cli.py -> optuna-1.3.0/tests
copying tests/test_dashboard.py -> optuna-1.3.0/tests
copying tests/test_distributions.py -> optuna-1.3.0/tests
copying tests/test_experimental.py -> optuna-1.3.0/tests
copying tests/test_importance.py -> optuna-1.3.0/tests
copying tests/test_logging.py -> optuna-1.3.0/tests
copying tests/test_structs.py -> optuna-1.3.0/tests
copying tests/test_study.py -> optuna-1.3.0/tests
copying tests/test_trial.py -> optuna-1.3.0/tests
copying tests/integration_tests/__init__.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_chainer.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_chainermn.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_cma.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_fastai.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_integration.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_keras.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_lightgbm.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_mlflow.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_mxnet.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_pytorch_ignite.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_pytorch_lightning.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_sampler.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_sklearn.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_skopt.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_tensorflow.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_tfkeras.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/test_xgboost.py -> optuna-1.3.0/tests/integration_tests
copying tests/integration_tests/lightgbm_tuner_tests/__init__.py -> optuna-1.3.0/tests/integration_tests/lightgbm_tuner_tests
copying tests/integration_tests/lightgbm_tuner_tests/test_alias.py -> optuna-1.3.0/tests/integration_tests/lightgbm_tuner_tests
copying tests/integration_tests/lightgbm_tuner_tests/test_optimize.py -> optuna-1.3.0/tests/integration_tests/lightgbm_tuner_tests
copying tests/pruners_tests/__init__.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_hyperband.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_median.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_nop.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_percentile.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_successive_halving.py -> optuna-1.3.0/tests/pruners_tests
copying tests/pruners_tests/test_threshold.py -> optuna-1.3.0/tests/pruners_tests
copying tests/samplers_tests/__init__.py -> optuna-1.3.0/tests/samplers_tests
copying tests/samplers_tests/test_cmaes.py -> optuna-1.3.0/tests/samplers_tests
copying tests/samplers_tests/test_grid.py -> optuna-1.3.0/tests/samplers_tests
copying tests/samplers_tests/test_samplers.py -> optuna-1.3.0/tests/samplers_tests
copying tests/samplers_tests/tpe_tests/__init__.py -> optuna-1.3.0/tests/samplers_tests/tpe_tests
copying tests/samplers_tests/tpe_tests/test_parzen_estimator.py -> optuna-1.3.0/tests/samplers_tests/tpe_tests
copying tests/samplers_tests/tpe_tests/test_sampler.py -> optuna-1.3.0/tests/samplers_tests/tpe_tests
copying tests/storages_tests/__init__.py -> optuna-1.3.0/tests/storages_tests
copying tests/storages_tests/test_in_memory.py -> optuna-1.3.0/tests/storages_tests
copying tests/storages_tests/test_storages.py -> optuna-1.3.0/tests/storages_tests
copying tests/storages_tests/rdb_tests/__init__.py -> optuna-1.3.0/tests/storages_tests/rdb_tests
copying tests/storages_tests/rdb_tests/test_models.py -> optuna-1.3.0/tests/storages_tests/rdb_tests
copying tests/storages_tests/rdb_tests/test_storage.py -> optuna-1.3.0/tests/storages_tests/rdb_tests
copying tests/visualization_tests/__init__.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_contour.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_intermediate_plot.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_optimization_history.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_parallel_coordinate.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_slice.py -> optuna-1.3.0/tests/visualization_tests
copying tests/visualization_tests/test_utils.py -> optuna-1.3.0/tests/visualization_tests
Writing optuna-1.3.0/setup.cfg
creating dist
Creating tar archive
removing 'optuna-1.3.0' (and everything under it)
Processing ./dist/optuna-1.3.0.tar.gz
Collecting alembic
Downloading alembic-1.4.2.tar.gz (1.1 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Collecting cliff
Downloading cliff-3.1.0-py3-none-any.whl (80 kB)
Collecting cmaes>=0.3.2
Downloading cmaes-0.4.0-py3-none-any.whl (13 kB)
Collecting colorlog
Downloading colorlog-4.1.0-py2.py3-none-any.whl (14 kB)
Collecting joblib
Downloading joblib-0.14.1-py2.py3-none-any.whl (294 kB)
Collecting numpy
Downloading numpy-1.18.3-cp37-cp37m-manylinux1_x86_64.whl (20.2 MB)
Collecting scipy!=1.4.0
Downloading scipy-1.4.1-cp37-cp37m-manylinux1_x86_64.whl (26.1 MB)
Collecting sqlalchemy>=1.1.0
Downloading SQLAlchemy-1.3.16-cp37-cp37m-manylinux2010_x86_64.whl (1.2 MB)
Collecting tqdm
Downloading tqdm-4.45.0-py2.py3-none-any.whl (60 kB)
Collecting python-dateutil
Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Collecting Mako
Downloading Mako-1.1.2-py2.py3-none-any.whl (75 kB)
Collecting python-editor>=0.3
Downloading python_editor-1.0.4-py3-none-any.whl (4.9 kB)
Collecting PrettyTable<0.8,>=0.7.2
Downloading prettytable-0.7.2.tar.bz2 (21 kB)
Collecting PyYAML>=3.12
Downloading PyYAML-5.3.1.tar.gz (269 kB)
Collecting pyparsing>=2.1.0
Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting cmd2!=0.8.3,<0.9.0,>=0.8.0
Downloading cmd2-0.8.9-py2.py3-none-any.whl (53 kB)
Collecting stevedore>=1.20.0
Downloading stevedore-1.32.0-py2.py3-none-any.whl (43 kB)
Collecting six>=1.10.0
Downloading six-1.14.0-py2.py3-none-any.whl (10 kB)
Collecting pbr!=2.1.0,>=2.0.0
Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB)
Collecting MarkupSafe>=0.9.2
Downloading MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl (27 kB)
Collecting pyperclip
Downloading pyperclip-1.8.0.tar.gz (16 kB)
Collecting wcwidth; sys_platform != "win32"
Downloading wcwidth-0.1.9-py2.py3-none-any.whl (19 kB)
Building wheels for collected packages: optuna, alembic, PrettyTable, PyYAML, pyperclip
Building wheel for optuna (setup.py): started
Building wheel for optuna (setup.py): finished with status 'done'
Created wheel for optuna: filename=optuna-1.3.0-py3-none-any.whl size=237053 sha256=7641c7c07248cba62e50848612e84c84979660dab70d6c910ef8d9affb0132ea
Stored in directory: /root/.cache/pip/wheels/ef/27/32/303fb62ed98f5dbea0244e9130e4df50cd9a98edef9c9e6876
Building wheel for alembic (PEP 517): started
Building wheel for alembic (PEP 517): finished with status 'done'
Created wheel for alembic: filename=alembic-1.4.2-py2.py3-none-any.whl size=159543 sha256=60a08323c5db604dc6b180d12db3729649aef339d62f8c897c101e026d983074
Stored in directory: /root/.cache/pip/wheels/4e/b5/00/f93fe1c90b3d501774e91e2e99987f49d16019e40e4bd3afc3
Building wheel for PrettyTable (setup.py): started
Building wheel for PrettyTable (setup.py): finished with status 'done'
Created wheel for PrettyTable: filename=prettytable-0.7.2-py3-none-any.whl size=13698 sha256=17dd6a1d936a11388876df0dc316c1817d13261f47bd1d714eef35a32875c019
Stored in directory: /root/.cache/pip/wheels/8c/76/0b/eb9eb3da7e2335e3577e3f96a0ae9f74f206e26457bd1a2bc8
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=218185740b92efcc02ad7b214e98114de7d486893cc5de12d8170b10ddd71b42
Stored in directory: /root/.cache/pip/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653
Building wheel for pyperclip (setup.py): started
Building wheel for pyperclip (setup.py): finished with status 'done'
Created wheel for pyperclip: filename=pyperclip-1.8.0-py3-none-any.whl size=8691 sha256=d50d7ea3ec00461e6e780b8af5335717419be1a86130bcf43ee82c9f873480e1
Stored in directory: /root/.cache/pip/wheels/e5/5e/f7/441179ddf6ac56f36cb1d84d94f35beedd5da15986ce3d321d
Successfully built optuna alembic PrettyTable PyYAML pyperclip
Installing collected packages: six, python-dateutil, MarkupSafe, Mako, python-editor, sqlalchemy, alembic, PrettyTable, PyYAML, pyparsing, pyperclip, wcwidth, cmd2, pbr, stevedore, cliff, numpy, cmaes, colorlog, joblib, scipy, tqdm, optuna
Successfully installed Mako-1.1.2 MarkupSafe-1.1.1 PrettyTable-0.7.2 PyYAML-5.3.1 alembic-1.4.2 cliff-3.1.0 cmaes-0.4.0 cmd2-0.8.9 colorlog-4.1.0 joblib-0.14.1 numpy-1.18.3 optuna-1.3.0 pbr-5.4.5 pyparsing-2.4.7 pyperclip-1.8.0 python-dateutil-2.8.1 python-editor-1.0.4 scipy-1.4.1 six-1.14.0 sqlalchemy-1.3.16 stevedore-1.32.0 tqdm-4.45.0 wcwidth-0.1.9
Looking in links: https://download.pytorch.org/whl/torch_stable.html
Processing ./dist/optuna-1.3.0.tar.gz
Requirement already satisfied: alembic in /opt/conda/envs/test/lib/python3.7/site-packages (from optuna==1.3.0) (1.4.2)
Requirement already satisfied: cliff in /opt/conda/envs/test/lib/python3.7/site-packages (from optuna==1.3.0) (3.1.0)
Requirement already satisfied: cmaes>=0.3.2 in /opt/conda/envs/test/lib/python3.7/site-packages (from optuna==1.3.0) (0.4.0)
Requirement already satisfied: colorlog in /opt/conda/envs/test/lib/python3.7/site-packages (from optuna==1.3.0) (4.1.0)
Requirement already satisfied: joblib in /opt/conda/envs/test/lib/python3.7/site-packages (from optuna==1.3.0) (0.14.1)
Requirement already satisfied: numpy in /opt/conda/envs/test/lib/python3.7/site-packages (from optuna==1.3.0) (1.18.3)
Requirement already satisfied: scipy!=1.4.0 in /opt/conda/envs/test/lib/python3.7/site-packages (from optuna==1.3.0) (1.4.1)
Requirement already satisfied: sqlalchemy>=1.1.0 in /opt/conda/envs/test/lib/python3.7/site-packages (from optuna==1.3.0) (1.3.16)
Requirement already satisfied: tqdm in /opt/conda/envs/test/lib/python3.7/site-packages (from optuna==1.3.0) (4.45.0)
Collecting catboost
Downloading catboost-0.22-cp37-none-manylinux1_x86_64.whl (64.4 MB)
Collecting chainer
Downloading chainer-7.2.0.tar.gz (1.0 MB)
Collecting lightgbm
Downloading lightgbm-2.3.1-py2.py3-none-manylinux1_x86_64.whl (1.2 MB)
Collecting mlflow
Downloading mlflow-1.7.2-py3-none-any.whl (16.0 MB)
Collecting mpi4py
Downloading mpi4py-3.0.3.tar.gz (1.4 MB)
Collecting mxnet
Downloading mxnet-1.6.0-py2.py3-none-any.whl (68.7 MB)
Collecting nbval
Downloading nbval-0.9.5-py2.py3-none-any.whl (23 kB)
Collecting pytorch-ignite
Downloading pytorch_ignite-0.3.0-py2.py3-none-any.whl (103 kB)
Collecting scikit-image
Downloading scikit_image-0.16.2-cp37-cp37m-manylinux1_x86_64.whl (26.5 MB)
Collecting scikit-learn
Downloading scikit_learn-0.22.2.post1-cp37-cp37m-manylinux1_x86_64.whl (7.1 MB)
Collecting torch==1.4.0+cpu
Downloading https://download.pytorch.org/whl/cpu/torch-1.4.0%2Bcpu-cp37-cp37m-linux_x86_64.whl (127.2 MB)
Collecting torchvision==0.5.0+cpu
Downloading https://download.pytorch.org/whl/cpu/torchvision-0.5.0%2Bcpu-cp37-cp37m-linux_x86_64.whl (5.4 MB)
Collecting xgboost
Downloading xgboost-1.0.2-py3-none-manylinux1_x86_64.whl (109.7 MB)
Collecting allennlp<1
Downloading allennlp-0.9.0-py3-none-any.whl (7.6 MB)
Collecting fastai<2
Downloading fastai-1.0.60-py3-none-any.whl (237 kB)
Collecting dask[dataframe]
Downloading dask-2.14.0-py3-none-any.whl (794 kB)
Collecting dask-ml
Downloading dask_ml-1.3.0-py3-none-any.whl (124 kB)
Collecting keras
Downloading Keras-2.3.1-py2.py3-none-any.whl (377 kB)
Collecting pytorch-lightning<0.7.0
Downloading pytorch-lightning-0.6.0.tar.gz (95 kB)
Collecting tensorflow>=2.0.0
Downloading tensorflow-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl (421.8 MB)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /simple/tensorflow-datasets/
Collecting tensorflow-datasets
Downloading tensorflow_datasets-3.0.0-py3-none-any.whl (3.3 MB)
Requirement already satisfied: python-dateutil in /opt/conda/envs/test/lib/python3.7/site-packages (from alembic->optuna==1.3.0) (2.8.1)
Requirement already satisfied: Mako in /opt/conda/envs/test/lib/python3.7/site-packages (from alembic->optuna==1.3.0) (1.1.2)
Requirement already satisfied: python-editor>=0.3 in /opt/conda/envs/test/lib/python3.7/site-packages (from alembic->optuna==1.3.0) (1.0.4)
Requirement already satisfied: pyparsing>=2.1.0 in /opt/conda/envs/test/lib/python3.7/site-packages (from cliff->optuna==1.3.0) (2.4.7)
Requirement already satisfied: cmd2!=0.8.3,<0.9.0,>=0.8.0 in /opt/conda/envs/test/lib/python3.7/site-packages (from cliff->optuna==1.3.0) (0.8.9)
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/conda/envs/test/lib/python3.7/site-packages (from cliff->optuna==1.3.0) (5.4.5)
Requirement already satisfied: stevedore>=1.20.0 in /opt/conda/envs/test/lib/python3.7/site-packages (from cliff->optuna==1.3.0) (1.32.0)
Requirement already satisfied: PrettyTable<0.8,>=0.7.2 in /opt/conda/envs/test/lib/python3.7/site-packages (from cliff->optuna==1.3.0) (0.7.2)
Requirement already satisfied: six>=1.10.0 in /opt/conda/envs/test/lib/python3.7/site-packages (from cliff->optuna==1.3.0) (1.14.0)
Requirement already satisfied: PyYAML>=3.12 in /opt/conda/envs/test/lib/python3.7/site-packages (from cliff->optuna==1.3.0) (5.3.1)
Collecting pandas>=0.24.0
Downloading pandas-1.0.3-cp37-cp37m-manylinux1_x86_64.whl (10.0 MB)
Collecting graphviz
Downloading graphviz-0.13.2-py2.py3-none-any.whl (17 kB)
Collecting plotly
Downloading plotly-4.6.0-py2.py3-none-any.whl (7.1 MB)
Collecting matplotlib
Downloading matplotlib-3.2.1-cp37-cp37m-manylinux1_x86_64.whl (12.4 MB)
Requirement already satisfied: setuptools in /opt/conda/envs/test/lib/python3.7/site-packages (from chainer->optuna==1.3.0) (46.1.3.post20200330)
Collecting typing_extensions
Downloading typing_extensions-3.7.4.2-py3-none-any.whl (22 kB)
Collecting filelock
Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
Collecting protobuf>=3.0.0
Downloading protobuf-3.11.3-cp37-cp37m-manylinux1_x86_64.whl (1.3 MB)
Collecting querystring-parser
Downloading querystring_parser-1.2.4.tar.gz (5.5 kB)
Collecting gorilla
Downloading gorilla-0.3.0-py2.py3-none-any.whl (11 kB)
Collecting requests>=2.17.3
Downloading requests-2.23.0-py2.py3-none-any.whl (58 kB)
Collecting Flask
Downloading Flask-1.1.2-py2.py3-none-any.whl (94 kB)
Collecting cloudpickle
Downloading cloudpickle-1.3.0-py2.py3-none-any.whl (26 kB)
Collecting entrypoints
Downloading entrypoints-0.3-py2.py3-none-any.whl (11 kB)
Collecting docker>=4.0.0
Downloading docker-4.2.0-py2.py3-none-any.whl (143 kB)
Collecting gunicorn; platform_system != "Windows"
Downloading gunicorn-20.0.4-py2.py3-none-any.whl (77 kB)
Collecting sqlparse
Downloading sqlparse-0.3.1-py2.py3-none-any.whl (40 kB)
Collecting gitpython>=2.1.0
Downloading GitPython-3.1.1-py3-none-any.whl (450 kB)
Collecting simplejson
Downloading simplejson-3.17.0.tar.gz (83 kB)
Collecting click>=7.0
Downloading click-7.1.1-py2.py3-none-any.whl (82 kB)
Collecting prometheus-flask-exporter
Downloading prometheus_flask_exporter-0.13.0.tar.gz (18 kB)
Collecting databricks-cli>=0.8.7
Downloading databricks-cli-0.10.0.tar.gz (45 kB)
Collecting jupyter-client
Downloading jupyter_client-6.1.3-py3-none-any.whl (106 kB)
Collecting pytest>=2.8
Downloading pytest-5.4.1-py3-none-any.whl (246 kB)
Collecting ipykernel
Downloading ipykernel-5.2.1-py3-none-any.whl (118 kB)
Collecting nbformat
Downloading nbformat-5.0.6-py3-none-any.whl (170 kB)
Collecting coverage
Downloading coverage-5.1-cp37-cp37m-manylinux1_x86_64.whl (227 kB)
Collecting pillow>=4.3.0
Downloading Pillow-7.1.1-cp37-cp37m-manylinux1_x86_64.whl (2.1 MB)
Collecting imageio>=2.3.0
Downloading imageio-2.8.0-py3-none-any.whl (3.3 MB)
Collecting PyWavelets>=0.4.0
Downloading PyWavelets-1.1.1-cp37-cp37m-manylinux1_x86_64.whl (4.4 MB)
Collecting networkx>=2.0
Downloading networkx-2.4-py3-none-any.whl (1.6 MB)
Collecting pytz>=2017.3
Downloading pytz-2019.3-py2.py3-none-any.whl (509 kB)
Collecting numpydoc>=0.8.0
Downloading numpydoc-0.9.2.tar.gz (27 kB)
Collecting ftfy
Downloading ftfy-5.7.tar.gz (58 kB)
Collecting unidecode
Downloading Unidecode-1.1.1-py2.py3-none-any.whl (238 kB)
Collecting pytorch-pretrained-bert>=0.6.0
Downloading pytorch_pretrained_bert-0.6.2-py3-none-any.whl (123 kB)
Collecting nltk
Downloading nltk-3.5.zip (1.4 MB)
Collecting editdistance
Downloading editdistance-0.5.3-cp37-cp37m-manylinux1_x86_64.whl (179 kB)
Collecting flaky
Downloading flaky-3.6.1-py2.py3-none-any.whl (22 kB)
Collecting gevent>=1.3.6
Downloading gevent-1.5.0-cp37-cp37m-manylinux2010_x86_64.whl (5.1 MB)
Collecting parsimonious>=0.8.0
Downloading parsimonious-0.8.1.tar.gz (45 kB)
Collecting responses>=0.7
Downloading responses-0.10.14-py2.py3-none-any.whl (15 kB)
Collecting jsonpickle
Downloading jsonpickle-1.4.1-py2.py3-none-any.whl (36 kB)
Collecting word2number>=1.1
Downloading word2number-1.1.zip (9.7 kB)
Collecting pytorch-transformers==1.1.0
Downloading pytorch_transformers-1.1.0-py3-none-any.whl (158 kB)
Collecting boto3
Downloading boto3-1.12.42-py2.py3-none-any.whl (128 kB)
Collecting jsonnet>=0.10.0; sys_platform != "win32"
Downloading jsonnet-0.15.0.tar.gz (255 kB)
Collecting tensorboardX>=1.2
Downloading tensorboardX-2.0-py2.py3-none-any.whl (195 kB)
Collecting conllu==1.3.1
Downloading conllu-1.3.1-py2.py3-none-any.whl (9.3 kB)
Collecting overrides
Downloading overrides-2.8.0.tar.gz (4.5 kB)
Collecting flask-cors>=3.0.7
Downloading Flask_Cors-3.0.8-py2.py3-none-any.whl (14 kB)
Collecting spacy<2.2,>=2.1.0
Downloading spacy-2.1.9-cp37-cp37m-manylinux1_x86_64.whl (30.8 MB)
Collecting h5py
Downloading h5py-2.10.0-cp37-cp37m-manylinux1_x86_64.whl (2.9 MB)
Collecting bottleneck
Downloading Bottleneck-1.3.2.tar.gz (88 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Collecting nvidia-ml-py3
Downloading nvidia-ml-py3-7.352.0.tar.gz (19 kB)
Collecting fastprogress>=0.2.1
Downloading fastprogress-0.2.3-py3-none-any.whl (12 kB)
Collecting numexpr
Downloading numexpr-2.7.1-cp37-cp37m-manylinux1_x86_64.whl (162 kB)
Collecting beautifulsoup4
Downloading beautifulsoup4-4.9.0-py3-none-any.whl (109 kB)
Collecting packaging
Downloading packaging-20.3-py2.py3-none-any.whl (37 kB)
Collecting toolz>=0.8.2; extra == "dataframe"
Downloading toolz-0.10.0.tar.gz (49 kB)
Collecting partd>=0.3.10; extra == "dataframe"
Downloading partd-1.1.0-py3-none-any.whl (19 kB)
Collecting fsspec>=0.6.0; extra == "dataframe"
Downloading fsspec-0.7.2-py3-none-any.whl (67 kB)
Collecting distributed>=2.4.0
Downloading distributed-2.14.0-py3-none-any.whl (609 kB)
Collecting dask-glm>=0.2.0
Downloading dask_glm-0.2.0-py2.py3-none-any.whl (12 kB)
Collecting numba
Downloading numba-0.49.0-cp37-cp37m-manylinux2014_x86_64.whl (3.6 MB)
Collecting multipledispatch>=0.4.9
Downloading multipledispatch-0.6.0-py3-none-any.whl (11 kB)
Collecting keras-preprocessing>=1.0.5
Downloading Keras_Preprocessing-1.1.0-py2.py3-none-any.whl (41 kB)
Collecting keras-applications>=1.0.6
Downloading Keras_Applications-1.0.8-py3-none-any.whl (50 kB)
Collecting tensorboard>=1.14
Downloading tensorboard-2.2.1-py3-none-any.whl (3.0 MB)
Collecting future>=0.17.1
Downloading future-0.18.2.tar.gz (829 kB)
Collecting termcolor>=1.1.0
Downloading termcolor-1.1.0.tar.gz (3.9 kB)
Collecting opt-einsum>=2.3.2
Downloading opt_einsum-3.2.1-py3-none-any.whl (63 kB)
Collecting absl-py>=0.7.0
Downloading absl-py-0.9.0.tar.gz (104 kB)
Collecting gast==0.2.2
Downloading gast-0.2.2.tar.gz (10 kB)
Collecting google-pasta>=0.1.6
Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB)
Collecting grpcio>=1.8.6
Downloading grpcio-1.28.1-cp37-cp37m-manylinux2010_x86_64.whl (2.8 MB)
Collecting wrapt>=1.11.1
Downloading wrapt-1.12.1.tar.gz (27 kB)
Requirement already satisfied: wheel>=0.26; python_version >= "3" in /opt/conda/envs/test/lib/python3.7/site-packages (from tensorflow>=2.0.0->optuna==1.3.0) (0.34.2)
Collecting astor>=0.6.0
Downloading astor-0.8.1-py2.py3-none-any.whl (27 kB)
Collecting tensorflow-estimator<2.2.0,>=2.1.0rc0
Downloading tensorflow_estimator-2.1.0-py2.py3-none-any.whl (448 kB)
Collecting attrs>=18.1.0
Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
Collecting tensorflow-metadata
Downloading tensorflow_metadata-0.21.2-py2.py3-none-any.whl (31 kB)
Collecting dill
Downloading dill-0.3.1.1.tar.gz (151 kB)
Collecting promise
Downloading promise-2.3.tar.gz (19 kB)
Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/conda/envs/test/lib/python3.7/site-packages (from Mako->alembic->optuna==1.3.0) (1.1.1)
Requirement already satisfied: wcwidth; sys_platform != "win32" in /opt/conda/envs/test/lib/python3.7/site-packages (from cmd2!=0.8.3,<0.9.0,>=0.8.0->cliff->optuna==1.3.0) (0.1.9)
Requirement already satisfied: pyperclip in /opt/conda/envs/test/lib/python3.7/site-packages (from cmd2!=0.8.3,<0.9.0,>=0.8.0->cliff->optuna==1.3.0) (1.8.0)
Collecting retrying>=1.3.3
Downloading retrying-1.3.3.tar.gz (10 kB)
Collecting kiwisolver>=1.0.1
Downloading kiwisolver-1.2.0-cp37-cp37m-manylinux1_x86_64.whl (88 kB)
Collecting cycler>=0.10
Downloading cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/test/lib/python3.7/site-packages (from requests>=2.17.3->mlflow->optuna==1.3.0) (2020.4.5.1)
Collecting chardet<4,>=3.0.2
Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
Downloading urllib3-1.25.9-py2.py3-none-any.whl (126 kB)
Collecting idna<3,>=2.5
Downloading idna-2.9-py2.py3-none-any.whl (58 kB)
Collecting Jinja2>=2.10.1
Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
Collecting itsdangerous>=0.24
Downloading itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB)
Collecting Werkzeug>=0.15
Downloading Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
Collecting websocket-client>=0.32.0
Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB)
Collecting gitdb<5,>=4.0.1
Downloading gitdb-4.0.4-py3-none-any.whl (63 kB)
Collecting prometheus_client
Downloading prometheus_client-0.7.1.tar.gz (38 kB)
Collecting tabulate>=0.7.7
Downloading tabulate-0.8.7-py3-none-any.whl (24 kB)
Collecting configparser>=0.3.5
Downloading configparser-5.0.0-py3-none-any.whl (22 kB)
Collecting traitlets
Downloading traitlets-4.3.3-py2.py3-none-any.whl (75 kB)
Collecting pyzmq>=13
Downloading pyzmq-19.0.0-cp37-cp37m-manylinux1_x86_64.whl (1.1 MB)
Collecting tornado>=4.1
Downloading tornado-6.0.4.tar.gz (496 kB)
Collecting jupyter-core>=4.6.0
Downloading jupyter_core-4.6.3-py2.py3-none-any.whl (83 kB)
Collecting pluggy<1.0,>=0.12
Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting py>=1.5.0
Downloading py-1.8.1-py2.py3-none-any.whl (83 kB)
Collecting importlib-metadata>=0.12; python_version < "3.8"
Downloading importlib_metadata-1.6.0-py2.py3-none-any.whl (30 kB)
Collecting more-itertools>=4.0.0
Downloading more_itertools-8.2.0-py3-none-any.whl (43 kB)
Collecting ipython>=5.0.0
Downloading ipython-7.13.0-py3-none-any.whl (780 kB)
Collecting ipython-genutils
Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Collecting jsonschema!=2.5.0,>=2.4
Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
Collecting decorator>=4.3.0
Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
Collecting sphinx>=1.6.5
Downloading Sphinx-3.0.2-py3-none-any.whl (2.8 MB)
Collecting regex
Downloading regex-2020.4.4-cp37-cp37m-manylinux2010_x86_64.whl (679 kB)
Collecting greenlet>=0.4.14; platform_python_implementation == "CPython"
Downloading greenlet-0.4.15-cp37-cp37m-manylinux1_x86_64.whl (42 kB)
Collecting sentencepiece
Downloading sentencepiece-0.1.85-cp37-cp37m-manylinux1_x86_64.whl (1.0 MB)
Collecting s3transfer<0.4.0,>=0.3.0
Downloading s3transfer-0.3.3-py2.py3-none-any.whl (69 kB)
Collecting jmespath<1.0.0,>=0.7.1
Downloading jmespath-0.9.5-py2.py3-none-any.whl (24 kB)
Collecting botocore<1.16.0,>=1.15.42
Downloading botocore-1.15.42-py2.py3-none-any.whl (6.1 MB)
Collecting blis<0.3.0,>=0.2.2
Downloading blis-0.2.4-cp37-cp37m-manylinux1_x86_64.whl (3.2 MB)
Collecting srsly<1.1.0,>=0.0.6
Downloading srsly-1.0.2-cp37-cp37m-manylinux1_x86_64.whl (185 kB)
Collecting plac<1.0.0,>=0.9.6
Downloading plac-0.9.6-py2.py3-none-any.whl (20 kB)
Collecting thinc<7.1.0,>=7.0.8
Downloading thinc-7.0.8-cp37-cp37m-manylinux1_x86_64.whl (2.1 MB)
Collecting preshed<2.1.0,>=2.0.1
Downloading preshed-2.0.1-cp37-cp37m-manylinux1_x86_64.whl (82 kB)
Collecting murmurhash<1.1.0,>=0.28.0
Downloading murmurhash-1.0.2-cp37-cp37m-manylinux1_x86_64.whl (19 kB)
Collecting cymem<2.1.0,>=2.0.2
Downloading cymem-2.0.3-cp37-cp37m-manylinux1_x86_64.whl (32 kB)
Collecting wasabi<1.1.0,>=0.2.0
Downloading wasabi-0.6.0-py3-none-any.whl (20 kB)
Collecting soupsieve>1.2
Downloading soupsieve-2.0-py2.py3-none-any.whl (32 kB)
Collecting locket
Downloading locket-0.2.0.tar.gz (3.5 kB)
Collecting sortedcontainers!=2.0.0,!=2.0.1
Downloading sortedcontainers-2.1.0-py2.py3-none-any.whl (28 kB)
Collecting tblib>=1.6.0
Downloading tblib-1.6.0-py2.py3-none-any.whl (12 kB)
Collecting psutil>=5.0
Downloading psutil-5.7.0.tar.gz (449 kB)
Collecting zict>=0.1.3
Downloading zict-2.0.0-py3-none-any.whl (10 kB)
Collecting msgpack>=0.6.0
Downloading msgpack-1.0.0-cp37-cp37m-manylinux1_x86_64.whl (275 kB)
Collecting llvmlite<=0.33.0.dev0,>=0.31.0.dev0
Downloading llvmlite-0.32.0-cp37-cp37m-manylinux1_x86_64.whl (20.2 MB)
Collecting markdown>=2.6.8
Downloading Markdown-3.2.1-py2.py3-none-any.whl (88 kB)
Collecting google-auth<2,>=1.6.3
Downloading google_auth-1.14.0-py2.py3-none-any.whl (88 kB)
Collecting google-auth-oauthlib<0.5,>=0.4.1
Downloading google_auth_oauthlib-0.4.1-py2.py3-none-any.whl (18 kB)
Collecting tensorboard-plugin-wit>=1.6.0
Downloading tensorboard_plugin_wit-1.6.0.post3-py3-none-any.whl (777 kB)
Collecting googleapis-common-protos
Downloading googleapis-common-protos-1.51.0.tar.gz (35 kB)
Collecting smmap<4,>=3.0.1
Downloading smmap-3.0.2-py2.py3-none-any.whl (25 kB)
Collecting zipp>=0.5
Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
Collecting pexpect; sys_platform != "win32"
Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting pickleshare
Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting backcall
Downloading backcall-0.1.0.tar.gz (9.7 kB)
Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
Downloading prompt_toolkit-3.0.5-py3-none-any.whl (351 kB)
Collecting pygments
Downloading Pygments-2.6.1-py3-none-any.whl (914 kB)
Collecting jedi>=0.10
Downloading jedi-0.17.0-py2.py3-none-any.whl (1.1 MB)
Collecting pyrsistent>=0.14.0
Downloading pyrsistent-0.16.0.tar.gz (108 kB)
Collecting docutils>=0.12
Downloading docutils-0.16-py2.py3-none-any.whl (548 kB)
Collecting sphinxcontrib-serializinghtml
Downloading sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl (89 kB)
Collecting sphinxcontrib-devhelp
Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
Collecting sphinxcontrib-htmlhelp
Downloading sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl (96 kB)
Collecting babel>=1.3
Downloading Babel-2.8.0-py2.py3-none-any.whl (8.6 MB)
Collecting sphinxcontrib-qthelp
Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
Collecting alabaster<0.8,>=0.7
Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
Collecting sphinxcontrib-applehelp
Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
Collecting imagesize
Downloading imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB)
Collecting snowballstemmer>=1.1
Downloading snowballstemmer-2.0.0-py2.py3-none-any.whl (97 kB)
Collecting sphinxcontrib-jsmath
Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
Collecting heapdict
Downloading HeapDict-1.0.1-py3-none-any.whl (3.9 kB)
Collecting rsa<4.1,>=3.1.4
Downloading rsa-4.0-py2.py3-none-any.whl (38 kB)
Collecting pyasn1-modules>=0.2.1
Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting cachetools<5.0,>=2.0.0
Downloading cachetools-4.1.0-py3-none-any.whl (10 kB)
Collecting requests-oauthlib>=0.7.0
Downloading requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB)
Collecting ptyprocess>=0.5
Downloading ptyprocess-0.6.0-py2.py3-none-any.whl (39 kB)
Collecting parso>=0.7.0
Downloading parso-0.7.0-py2.py3-none-any.whl (100 kB)
Collecting pyasn1>=0.1.3
Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting oauthlib>=3.0.0
Downloading oauthlib-3.1.0-py2.py3-none-any.whl (147 kB)
Building wheels for collected packages: optuna, chainer, mpi4py, pytorch-lightning, querystring-parser, simplejson, prometheus-flask-exporter, databricks-cli, numpydoc, ftfy, nltk, parsimonious, word2number, jsonnet, overrides, bottleneck, nvidia-ml-py3, toolz, future, termcolor, absl-py, gast, wrapt, dill, promise, retrying, prometheus-client, tornado, locket, psutil, googleapis-common-protos, backcall, pyrsistent
Building wheel for optuna (setup.py): started
Building wheel for optuna (setup.py): finished with status 'done'
Created wheel for optuna: filename=optuna-1.3.0-py3-none-any.whl size=237053 sha256=49bc3dbc7ded0577ad49740b25e6d5a4bd2e0b6e78adfac92d4f550940af6055
Stored in directory: /root/.cache/pip/wheels/ef/27/32/303fb62ed98f5dbea0244e9130e4df50cd9a98edef9c9e6876
Building wheel for chainer (setup.py): started
Building wheel for chainer (setup.py): finished with status 'done'
Created wheel for chainer: filename=chainer-7.2.0-py3-none-any.whl size=967048 sha256=940807ff05e2c48c6f113d95d13a0e7103c76ef2a0c95ba259657095e875ee2c
Stored in directory: /root/.cache/pip/wheels/5e/3c/ff/c1572b9e664f3c7fa2ac7d31dfef31abfb215505fcf78cfbf6
Building wheel for mpi4py (setup.py): started
Building wheel for mpi4py (setup.py): finished with status 'done'
Created wheel for mpi4py: filename=mpi4py-3.0.3-cp37-cp37m-linux_x86_64.whl size=2088362 sha256=8b7ad81a11ae50de91e9f18d312e1bf5f6c03f901d2a6c2a4b422f50f96816ad
Stored in directory: /root/.cache/pip/wheels/da/37/ee/8d5c9166a378bb0b661bf4257b8e1ef8d79d879b931534fb98
Building wheel for pytorch-lightning (setup.py): started
Building wheel for pytorch-lightning (setup.py): finished with status 'done'
Created wheel for pytorch-lightning: filename=pytorch_lightning-0.6.0-py3-none-any.whl size=116149 sha256=bc0407331c2703573005fc243103167f26c7d881f9ca924d36ada871ac73cb38
Stored in directory: /root/.cache/pip/wheels/93/ef/a9/a36225b8925748b35d26b1163c31297eda2d86c918072d8e8b
Building wheel for querystring-parser (setup.py): started
Building wheel for querystring-parser (setup.py): finished with status 'done'
Created wheel for querystring-parser: filename=querystring_parser-1.2.4-py3-none-any.whl size=7076 sha256=7efef8fb336ef7703b29daa43b597b8e8fe0999619bcb8ec73f47bee6485a146
Stored in directory: /root/.cache/pip/wheels/69/38/7a/072b5863ca334d012821a287fd1d066cea33abdcda3ef2f878
Building wheel for simplejson (setup.py): started
Building wheel for simplejson (setup.py): finished with status 'done'
Created wheel for simplejson: filename=simplejson-3.17.0-cp37-cp37m-linux_x86_64.whl size=124745 sha256=4692996a62b47b6c77bc3dd66f0eb9bdb5cf2ca78363e24c37a16f485cf82d4d
Stored in directory: /root/.cache/pip/wheels/8a/2d/bb/65cfe3f590a9cbb199f2011a6e4ccecd858844fb04e0dee2e9
Building wheel for prometheus-flask-exporter (setup.py): started
Building wheel for prometheus-flask-exporter (setup.py): finished with status 'done'
Created wheel for prometheus-flask-exporter: filename=prometheus_flask_exporter-0.13.0-py3-none-any.whl size=14944 sha256=8118b018f4475b7ced5ddd5d8e9947b3ffd8611f3cedcfb00738ed70b6ebaf20
Stored in directory: /root/.cache/pip/wheels/2e/ba/02/e222fb4f349a6d1f99c1f5ccaaa7cd0be66e8206a60992400b
Building wheel for databricks-cli (setup.py): started
Building wheel for databricks-cli (setup.py): finished with status 'done'
Created wheel for databricks-cli: filename=databricks_cli-0.10.0-py3-none-any.whl size=84284 sha256=1a66facbdc989d2a6f354467a47ad26e52034057f069705a1cfdf7405001d900
Stored in directory: /root/.cache/pip/wheels/18/99/c4/a78238ec2573319736f680362bb2c4accd5f6cfe25ff2a1470
Building wheel for numpydoc (setup.py): started
Building wheel for numpydoc (setup.py): finished with status 'done'
Created wheel for numpydoc: filename=numpydoc-0.9.2-py3-none-any.whl size=31893 sha256=6dd78703cb2ed248f124d1dcf9995963a04a2f063c51084fc72fbbad1c291720
Stored in directory: /root/.cache/pip/wheels/e9/c6/13/2c19884012fbeeccc07743d20b25557f1b48465381b34f0dae
Building wheel for ftfy (setup.py): started
Building wheel for ftfy (setup.py): finished with status 'done'
Created wheel for ftfy: filename=ftfy-5.7-py3-none-any.whl size=44593 sha256=435a4d8360770c320a383bcbd706785ce14c21633b656d190fe8f253be122dfa
Stored in directory: /root/.cache/pip/wheels/e4/5c/7a/1b420c838540b43bd303641170f3de8ba42eb7515bc1695ec2
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=1434675 sha256=08c6494905c6abf9e57d18d2441d5d33bdf3e2d0ff975292f7f32426f87b0461
Stored in directory: /root/.cache/pip/wheels/45/6c/46/a1865e7ba706b3817f5d1b2ff7ce8996aabdd0d03d47ba0266
Building wheel for parsimonious (setup.py): started
Building wheel for parsimonious (setup.py): finished with status 'done'
Created wheel for parsimonious: filename=parsimonious-0.8.1-py3-none-any.whl size=42709 sha256=6cfee70728ab57f9ba7ebb2173fd82b3a51ce16cc813d56dee8dc6935436d86c
Stored in directory: /root/.cache/pip/wheels/88/5d/ba/f27d8af07306b65ee44f9d3f9cadea1db749a421a6db8a99bf
Building wheel for word2number (setup.py): started
Building wheel for word2number (setup.py): finished with status 'done'
Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5586 sha256=368f73b3f6edf0eb6394df8deeb7ea5e782e09bb4200ffc2acd68f7e4b8bd246
Stored in directory: /root/.cache/pip/wheels/4b/c3/77/a5f48aeb0d3efb7cd5ad61cbd3da30bbf9ffc9662b07c9f879
Building wheel for jsonnet (setup.py): started
Building wheel for jsonnet (setup.py): finished with status 'done'
Created wheel for jsonnet: filename=jsonnet-0.15.0-cp37-cp37m-linux_x86_64.whl size=3324843 sha256=72c756c3b00dd17358ae3ae00bfbc6f62194d156a529537bacaa41131991992f
Stored in directory: /root/.cache/pip/wheels/21/01/e4/6fabcb0c191f51e98452f2af6cb2086f0f1cec94a2c0ce9948
Building wheel for overrides (setup.py): started
Building wheel for overrides (setup.py): finished with status 'done'
Created wheel for overrides: filename=overrides-2.8.0-py3-none-any.whl size=5608 sha256=0c600395e2af59cd0694362407f27696a9f5803e506f4b5999a22f6cc6dc1f53
Stored in directory: /root/.cache/pip/wheels/ac/34/8c/cea535228b1cebb4ee9c3ddc82fe0fa955dbae5e4e25d51457
Building wheel for bottleneck (PEP 517): started
Building wheel for bottleneck (PEP 517): finished with status 'done'
Created wheel for bottleneck: filename=Bottleneck-1.3.2-cp37-cp37m-linux_x86_64.whl size=334843 sha256=5348ba3db51e3fd183b316c28ab94b4a1aba8f6e1a95ba9b4cac366715f9c75c
Stored in directory: /root/.cache/pip/wheels/87/85/9c/a325c89ff0498660ef8a335fb4b3912939c273ea4f094af29f
Building wheel for nvidia-ml-py3 (setup.py): started
Building wheel for nvidia-ml-py3 (setup.py): finished with status 'done'
Created wheel for nvidia-ml-py3: filename=nvidia_ml_py3-7.352.0-py3-none-any.whl size=19189 sha256=56877269e400bedcafdfd6a57c67318e86c8fa983c27f1330927265a582671b6
Stored in directory: /root/.cache/pip/wheels/df/99/da/c34f202dc8fd1dffd35e0ecf1a7d7f8374ca05fbcbaf974b83
Building wheel for toolz (setup.py): started
Building wheel for toolz (setup.py): finished with status 'done'
Created wheel for toolz: filename=toolz-0.10.0-py3-none-any.whl size=55575 sha256=c6c5e70dc28dbb44a1c4770d67398a2a5bc158e78a59a5272ca700ac01f2f618
Stored in directory: /root/.cache/pip/wheels/e2/83/7c/248063997a4f9ff6bf145822e620e8c37117a6b4c765584077
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=491058 sha256=0fc11da10b1d76fdf1a3d681b6430160912e2f2248ab9890b769bd89b09c3f4c
Stored in directory: /root/.cache/pip/wheels/56/b0/fe/4410d17b32f1f0c3cf54cdfb2bc04d7b4b8f4ae377e2229ba0
Building wheel for termcolor (setup.py): started
Building wheel for termcolor (setup.py): finished with status 'done'
Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4830 sha256=7c499dff516589a2835ae12ad60ce8a38d26f42ec8693411d4122c613392c89b
Stored in directory: /root/.cache/pip/wheels/3f/e3/ec/8a8336ff196023622fbcb36de0c5a5c218cbb24111d1d4c7f2
Building wheel for absl-py (setup.py): started
Building wheel for absl-py (setup.py): finished with status 'done'
Created wheel for absl-py: filename=absl_py-0.9.0-py3-none-any.whl size=121931 sha256=cd3106409eb68d63906c5eee8cd73db49a112a16fb23fa6c9fd090cf1ab1e7f7
Stored in directory: /root/.cache/pip/wheels/cc/af/1a/498a24d0730ef484019e007bb9e8cef3ac00311a672c049a3e
Building wheel for gast (setup.py): started
Building wheel for gast (setup.py): finished with status 'done'
Created wheel for gast: filename=gast-0.2.2-py3-none-any.whl size=7539 sha256=2473f02085501842e155b14692715066ff2af37373c1af68dfba09010f211428
Stored in directory: /root/.cache/pip/wheels/21/7f/02/420f32a803f7d0967b48dd823da3f558c5166991bfd204eef3
Building wheel for wrapt (setup.py): started
Building wheel for wrapt (setup.py): finished with status 'done'
Created wheel for wrapt: filename=wrapt-1.12.1-cp37-cp37m-linux_x86_64.whl size=70952 sha256=50a5791cd24de709f8dd99839a07ed5a8c7089d43cb5d02235b3e636a18c6154
Stored in directory: /root/.cache/pip/wheels/62/76/4c/aa25851149f3f6d9785f6c869387ad82b3fd37582fa8147ac6
Building wheel for dill (setup.py): started
Building wheel for dill (setup.py): finished with status 'done'
Created wheel for dill: filename=dill-0.3.1.1-py3-none-any.whl size=78530 sha256=ccede8e92d426e41219246590bfd4fb48ff3f3cef9db68ecdade646039c8677e
Stored in directory: /root/.cache/pip/wheels/a4/61/fd/c57e374e580aa78a45ed78d5859b3a44436af17e22ca53284f
Building wheel for promise (setup.py): started
Building wheel for promise (setup.py): finished with status 'done'
Created wheel for promise: filename=promise-2.3-py3-none-any.whl size=21495 sha256=44a15dca82151088e8989aa35ee2a58478b86b8193c6ea55d1d39b19a0b0d087
Stored in directory: /root/.cache/pip/wheels/29/93/c6/762e359f8cb6a5b69c72235d798804cae523bbe41c2aa8333d
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=11430 sha256=00bf66ff1fae997191aa888975868fded5284b0be8306f68cb5ba3a75edcbda5
Stored in directory: /root/.cache/pip/wheels/f9/8d/8d/f6af3f7f9eea3553bc2fe6d53e4b287dad18b06a861ac56ddf
Building wheel for prometheus-client (setup.py): started
Building wheel for prometheus-client (setup.py): finished with status 'done'
Created wheel for prometheus-client: filename=prometheus_client-0.7.1-py3-none-any.whl size=41404 sha256=e23d54220450103d7a5ad6cdf2e249f15d829be58a90918793b86bd38b873307
Stored in directory: /root/.cache/pip/wheels/30/0c/26/59ba285bf65dc79d195e9b25e2ddde4c61070422729b0cd914
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=428642 sha256=036814be77d19d19bc2317a3ba8e28d5db4c0367de51578e29b4ac7b6cc6fb49
Stored in directory: /root/.cache/pip/wheels/7d/14/fa/d88fb5da77d813ea0ffca38a2ab2a052874e9e1142bad0b348
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=4038 sha256=0b1caee94774987b30b5d176d28a189c7efd623aa64b09645ad35dd375f6dbec
Stored in directory: /root/.cache/pip/wheels/7d/21/ce/56f01c644a11bde5d09ecae16d9b5e9d7e988187624fd28fec
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.0-cp37-cp37m-linux_x86_64.whl size=276488 sha256=685f76d85924ac31afd25a290721d84474579f85daaf3b5fb4de53de1c7b1bb3
Stored in directory: /root/.cache/pip/wheels/b6/e7/50/aee9cc966163d74430f13f208171dee22f11efa4a4a826661c
Building wheel for googleapis-common-protos (setup.py): started
Building wheel for googleapis-common-protos (setup.py): finished with status 'done'
Created wheel for googleapis-common-protos: filename=googleapis_common_protos-1.51.0-py3-none-any.whl size=77592 sha256=d597632fd5c3efd5c73b7b3fb0ef3681193d8fa78553fc07b134c66f8237ca39
Stored in directory: /root/.cache/pip/wheels/4c/a1/71/5e427276ceeff277fd76878d1b19fbf4587a2845015d86864b
Building wheel for backcall (setup.py): started
Building wheel for backcall (setup.py): finished with status 'done'
Created wheel for backcall: filename=backcall-0.1.0-py3-none-any.whl size=10413 sha256=966900241c283af0ea9bbfd10c8e20c53ce9e4c51dbc52f2883d58b305963db6
Stored in directory: /root/.cache/pip/wheels/9e/56/4f/da13e448a8a5b8671b2954600d5355cf36e557c7aa5020139b
Building wheel for pyrsistent (setup.py): started
Building wheel for pyrsistent (setup.py): finished with status 'done'
Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp37-cp37m-linux_x86_64.whl size=115921 sha256=7faa0d6275954a6e53892c26cd8399405bc8f92de0bb12ef268b8c68b61324bb
Stored in directory: /root/.cache/pip/wheels/22/52/11/f0920f95c23ed7d2d0b05f2b7b2f4509e87a20cfe8ea43d987
Successfully built optuna chainer mpi4py pytorch-lightning querystring-parser simplejson prometheus-flask-exporter databricks-cli numpydoc ftfy nltk parsimonious word2number jsonnet overrides bottleneck nvidia-ml-py3 toolz future termcolor absl-py gast wrapt dill promise retrying prometheus-client tornado locket psutil googleapis-common-protos backcall pyrsistent
ERROR: mlflow 1.7.2 has requirement alembic<=1.4.1, but you'll have alembic 1.4.2 which is incompatible.
ERROR: mlflow 1.7.2 has requirement sqlalchemy<=1.3.13, but you'll have sqlalchemy 1.3.16 which is incompatible.
ERROR: mxnet 1.6.0 has requirement graphviz<0.9.0,>=0.8.1, but you'll have graphviz 0.13.2 which is incompatible.
ERROR: botocore 1.15.42 has requirement docutils<0.16,>=0.10, but you'll have docutils 0.16 which is incompatible.
ERROR: pytorch-lightning 0.6.0 has requirement torchvision<0.5,>=0.4.0, but you'll have torchvision 0.5.0+cpu which is incompatible.
ERROR: tensorflow 2.1.0 has requirement tensorboard<2.2.0,>=2.1.0, but you'll have tensorboard 2.2.1 which is incompatible.
Installing collected packages: pytz, pandas, graphviz, retrying, plotly, kiwisolver, cycler, matplotlib, catboost, typing-extensions, filelock, protobuf, chainer, scikit-learn, lightgbm, querystring-parser, gorilla, chardet, urllib3, idna, requests, click, Jinja2, itsdangerous, Werkzeug, Flask, cloudpickle, entrypoints, websocket-client, docker, gunicorn, sqlparse, smmap, gitdb, gitpython, simplejson, prometheus-client, prometheus-flask-exporter, tabulate, configparser, databricks-cli, mlflow, mpi4py, mxnet, ipython-genutils, decorator, traitlets, pyzmq, tornado, jupyter-core, jupyter-client, attrs, zipp, importlib-metadata, pluggy, py, packaging, more-itertools, pytest, ptyprocess, pexpect, pickleshare, backcall, prompt-toolkit, pygments, parso, jedi, ipython, ipykernel, pyrsistent, jsonschema, nbformat, coverage, nbval, torch, pytorch-ignite, pillow, imageio, PyWavelets, networkx, scikit-image, torchvision, xgboost, docutils, sphinxcontrib-serializinghtml, sphinxcontrib-devhelp, sphinxcontrib-htmlhelp, babel, sphinxcontrib-qthelp, alabaster, sphinxcontrib-applehelp, imagesize, snowballstemmer, sphinxcontrib-jsmath, sphinx, numpydoc, ftfy, unidecode, regex, jmespath, botocore, s3transfer, boto3, pytorch-pretrained-bert, nltk, editdistance, flaky, greenlet, gevent, parsimonious, responses, jsonpickle, word2number, sentencepiece, pytorch-transformers, jsonnet, tensorboardX, conllu, overrides, flask-cors, blis, srsly, plac, cymem, preshed, murmurhash, wasabi, thinc, spacy, h5py, allennlp, bottleneck, nvidia-ml-py3, fastprogress, numexpr, soupsieve, beautifulsoup4, fastai, toolz, locket, partd, fsspec, dask, sortedcontainers, tblib, psutil, heapdict, zict, msgpack, distributed, multipledispatch, dask-glm, llvmlite, numba, dask-ml, keras-preprocessing, keras-applications, keras, grpcio, absl-py, markdown, pyasn1, rsa, pyasn1-modules, cachetools, google-auth, oauthlib, requests-oauthlib, google-auth-oauthlib, tensorboard-plugin-wit, tensorboard, future, pytorch-lightning, termcolor, opt-einsum, gast, google-pasta, wrapt, astor, tensorflow-estimator, tensorflow, googleapis-common-protos, tensorflow-metadata, dill, promise, tensorflow-datasets, optuna
Attempting uninstall: optuna
Found existing installation: optuna 1.3.0
Uninstalling optuna-1.3.0:
Successfully uninstalled optuna-1.3.0
Successfully installed Flask-1.1.2 Jinja2-2.11.2 PyWavelets-1.1.1 Werkzeug-1.0.1 absl-py-0.9.0 alabaster-0.7.12 allennlp-0.9.0 astor-0.8.1 attrs-19.3.0 babel-2.8.0 backcall-0.1.0 beautifulsoup4-4.9.0 blis-0.2.4 boto3-1.12.42 botocore-1.15.42 bottleneck-1.3.2 cachetools-4.1.0 catboost-0.22 chainer-7.2.0 chardet-3.0.4 click-7.1.1 cloudpickle-1.3.0 configparser-5.0.0 conllu-1.3.1 coverage-5.1 cycler-0.10.0 cymem-2.0.3 dask-2.14.0 dask-glm-0.2.0 dask-ml-1.3.0 databricks-cli-0.10.0 decorator-4.4.2 dill-0.3.1.1 distributed-2.14.0 docker-4.2.0 docutils-0.16 editdistance-0.5.3 entrypoints-0.3 fastai-1.0.60 fastprogress-0.2.3 filelock-3.0.12 flaky-3.6.1 flask-cors-3.0.8 fsspec-0.7.2 ftfy-5.7 future-0.18.2 gast-0.2.2 gevent-1.5.0 gitdb-4.0.4 gitpython-3.1.1 google-auth-1.14.0 google-auth-oauthlib-0.4.1 google-pasta-0.2.0 googleapis-common-protos-1.51.0 gorilla-0.3.0 graphviz-0.13.2 greenlet-0.4.15 grpcio-1.28.1 gunicorn-20.0.4 h5py-2.10.0 heapdict-1.0.1 idna-2.9 imageio-2.8.0 imagesize-1.2.0 importlib-metadata-1.6.0 ipykernel-5.2.1 ipython-7.13.0 ipython-genutils-0.2.0 itsdangerous-1.1.0 jedi-0.17.0 jmespath-0.9.5 jsonnet-0.15.0 jsonpickle-1.4.1 jsonschema-3.2.0 jupyter-client-6.1.3 jupyter-core-4.6.3 keras-2.3.1 keras-applications-1.0.8 keras-preprocessing-1.1.0 kiwisolver-1.2.0 lightgbm-2.3.1 llvmlite-0.32.0 locket-0.2.0 markdown-3.2.1 matplotlib-3.2.1 mlflow-1.7.2 more-itertools-8.2.0 mpi4py-3.0.3 msgpack-1.0.0 multipledispatch-0.6.0 murmurhash-1.0.2 mxnet-1.6.0 nbformat-5.0.6 nbval-0.9.5 networkx-2.4 nltk-3.5 numba-0.49.0 numexpr-2.7.1 numpydoc-0.9.2 nvidia-ml-py3-7.352.0 oauthlib-3.1.0 opt-einsum-3.2.1 optuna-1.3.0 overrides-2.8.0 packaging-20.3 pandas-1.0.3 parsimonious-0.8.1 parso-0.7.0 partd-1.1.0 pexpect-4.8.0 pickleshare-0.7.5 pillow-7.1.1 plac-0.9.6 plotly-4.6.0 pluggy-0.13.1 preshed-2.0.1 prometheus-client-0.7.1 prometheus-flask-exporter-0.13.0 promise-2.3 prompt-toolkit-3.0.5 protobuf-3.11.3 psutil-5.7.0 ptyprocess-0.6.0 py-1.8.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pygments-2.6.1 pyrsistent-0.16.0 pytest-5.4.1 pytorch-ignite-0.3.0 pytorch-lightning-0.6.0 pytorch-pretrained-bert-0.6.2 pytorch-transformers-1.1.0 pytz-2019.3 pyzmq-19.0.0 querystring-parser-1.2.4 regex-2020.4.4 requests-2.23.0 requests-oauthlib-1.3.0 responses-0.10.14 retrying-1.3.3 rsa-4.0 s3transfer-0.3.3 scikit-image-0.16.2 scikit-learn-0.22.2.post1 sentencepiece-0.1.85 simplejson-3.17.0 smmap-3.0.2 snowballstemmer-2.0.0 sortedcontainers-2.1.0 soupsieve-2.0 spacy-2.1.9 sphinx-3.0.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 sphinxcontrib-serializinghtml-1.1.4 sqlparse-0.3.1 srsly-1.0.2 tabulate-0.8.7 tblib-1.6.0 tensorboard-2.2.1 tensorboard-plugin-wit-1.6.0.post3 tensorboardX-2.0 tensorflow-2.1.0 tensorflow-datasets-3.0.0 tensorflow-estimator-2.1.0 tensorflow-metadata-0.21.2 termcolor-1.1.0 thinc-7.0.8 toolz-0.10.0 torch-1.4.0+cpu torchvision-0.5.0+cpu tornado-6.0.4 traitlets-4.3.3 typing-extensions-3.7.4.2 unidecode-1.1.1 urllib3-1.25.9 wasabi-0.6.0 websocket-client-0.57.0 word2number-1.1 wrapt-1.12.1 xgboost-1.0.2 zict-2.0.0 zipp-3.1.0
Removing intermediate container 224bcd638e9f
---> deceefcf4680
Step 9/9 : COPY run.sh .
---> 567586561a31
Successfully built 567586561a31
Successfully tagged optuna-smly:3.7
FROM ubuntu:18.04
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bc \
bzip2 \
ca-certificates \
curl \
git \
less \
libgdal-dev \
libssl-dev \
libffi-dev \
libncurses-dev \
libgl1 \
jq \
nfs-common \
parallel \
python-dev \
python-pip \
python-wheel \
python-setuptools \
tree \
unzip \
vim \
wget \
xterm \
cmake \
build-essential \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
SHELL ["/bin/bash", "-c"]
ENV PATH /opt/conda/bin:$PATH
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/conda && \
rm ~/miniconda.sh && \
/opt/conda/bin/conda clean -tipsy && \
ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \
echo "conda activate base" >> ~/.bashrc
WORKDIR /root/
RUN conda create -n test python=3.7
RUN source activate test &&\
wget https://github.com/smly/optuna/archive/4f1b4e3f95e7ace1627af869e9c484b46ae3fb63.zip -O optuna_hotfix.zip &&\
unzip optuna_hotfix.zip &&\
cd optuna-* &&\
apt-get update &&\
apt-get -y install openmpi-bin libopenmpi-dev &&\
python -m pip install --upgrade pip &&\
pip install --progress-bar off -U setuptools &&\
python setup.py sdist &&\
pip install --progress-bar off $(ls dist/*.tar.gz) &&\
python -c 'import optuna' &&\
pip install --progress-bar off $(ls dist/*.tar.gz)[example] -f https://download.pytorch.org/whl/torch_stable.html
COPY run.sh .
diff --git a/setup.py b/setup.py
index 5d42e41..0641cab 100644
--- a/setup.py
+++ b/setup.py
@@ -74,6 +74,7 @@ def get_extras_require() -> Dict[str, List[str]]:
"scikit-learn",
"torch==1.4.0+cpu",
"torchvision==0.5.0+cpu",
+ "llvmlite==0.31.0",
"xgboost",
]
+ (["allennlp<1", "fastai<2"] if (3, 5) < sys.version_info[:2] < (3, 8) else [])
  • 3.5_build_log は llvmlite==0.31.0 の依存を追加 (patch: git_diff_4f1b4e3f95.patch)
  • 3.7_build_log は llvmlite==0.31.0 の依存を追加していない (master/HEAD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment