Created temporary directory: /tmp/pip-ephem-wheel-cache-j5aei3mo Created temporary directory: /tmp/pip-req-tracker-ws_ye5nk Created requirements tracker '/tmp/pip-req-tracker-ws_ye5nk' Created temporary directory: /tmp/pip-wheel-ybks8m82 Collecting dowhy==0.1.1 1 location(s) to search for versions of dowhy: * https://pypi.org/simple/dowhy/ Getting page https://pypi.org/simple/dowhy/ Analyzing links from page https://pypi.org/simple/dowhy/ Found link https://files.pythonhosted.org/packages/ec/24/1909fc4098920682e91d10a317186d11190c87be67319328fee0953d480d/dowhy-0.1.1.tar.gz#sha256=b322fdda2f43677e37ce44bcb1e413c5e54239e718a5b8616e98fb7b87138d5b (from https://pypi.org/simple/dowhy/) (requires-python:>=3.0), version: 0.1.1 Using version 0.1.1 (newest of versions: 0.1.1) Created temporary directory: /tmp/pip-unpack-bni7hq90 Downloading https://files.pythonhosted.org/packages/ec/24/1909fc4098920682e91d10a317186d11190c87be67319328fee0953d480d/dowhy-0.1.1.tar.gz (459kB) Downloading from URL https://files.pythonhosted.org/packages/ec/24/1909fc4098920682e91d10a317186d11190c87be67319328fee0953d480d/dowhy-0.1.1.tar.gz#sha256=b322fdda2f43677e37ce44bcb1e413c5e54239e718a5b8616e98fb7b87138d5b (from https://pypi.org/simple/dowhy/) (requires-python:>=3.0) Added dowhy==0.1.1 from https://files.pythonhosted.org/packages/ec/24/1909fc4098920682e91d10a317186d11190c87be67319328fee0953d480d/dowhy-0.1.1.tar.gz#sha256=b322fdda2f43677e37ce44bcb1e413c5e54239e718a5b8616e98fb7b87138d5b to build tracker '/tmp/pip-req-tracker-ws_ye5nk' Running setup.py (path:/tmp/pip-wheel-ybks8m82/dowhy/setup.py) egg_info for package dowhy Running command python setup.py egg_info running egg_info creating pip-egg-info/dowhy.egg-info writing requirements to pip-egg-info/dowhy.egg-info/requires.txt writing top-level names to pip-egg-info/dowhy.egg-info/top_level.txt writing pip-egg-info/dowhy.egg-info/PKG-INFO writing dependency_links to pip-egg-info/dowhy.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/dowhy.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/dowhy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/dowhy.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-ybks8m82/dowhy has version 0.1.1, which satisfies requirement dowhy==0.1.1 from https://files.pythonhosted.org/packages/ec/24/1909fc4098920682e91d10a317186d11190c87be67319328fee0953d480d/dowhy-0.1.1.tar.gz#sha256=b322fdda2f43677e37ce44bcb1e413c5e54239e718a5b8616e98fb7b87138d5b Removed dowhy==0.1.1 from https://files.pythonhosted.org/packages/ec/24/1909fc4098920682e91d10a317186d11190c87be67319328fee0953d480d/dowhy-0.1.1.tar.gz#sha256=b322fdda2f43677e37ce44bcb1e413c5e54239e718a5b8616e98fb7b87138d5b from build tracker '/tmp/pip-req-tracker-ws_ye5nk' Building wheels for collected packages: dowhy Created temporary directory: /tmp/pip-wheel-tbvfs6rk Running setup.py bdist_wheel for dowhy: started Destination directory: /tmp/pip-wheel-tbvfs6rk Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-ybks8m82/dowhy/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-tbvfs6rk running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/dowhy copying dowhy/datasets.py -> build/lib/dowhy copying dowhy/do_sampler.py -> build/lib/dowhy copying dowhy/data_transformer.py -> build/lib/dowhy copying dowhy/causal_estimator.py -> build/lib/dowhy copying dowhy/plotter.py -> build/lib/dowhy copying dowhy/do_why.py -> build/lib/dowhy copying dowhy/causal_graph.py -> build/lib/dowhy copying dowhy/causal_refuter.py -> build/lib/dowhy copying dowhy/__init__.py -> build/lib/dowhy copying dowhy/causal_identifier.py -> build/lib/dowhy creating build/lib/dowhy/causal_estimators copying dowhy/causal_estimators/instrumental_variable_estimator.py -> build/lib/dowhy/causal_estimators copying dowhy/causal_estimators/propensity_score_matching_estimator.py -> build/lib/dowhy/causal_estimators copying dowhy/causal_estimators/linear_regression_estimator.py -> build/lib/dowhy/causal_estimators copying dowhy/causal_estimators/propensity_score_stratification_estimator.py -> build/lib/dowhy/causal_estimators copying dowhy/causal_estimators/__init__.py -> build/lib/dowhy/causal_estimators copying dowhy/causal_estimators/propensity_score_weighting_estimator.py -> build/lib/dowhy/causal_estimators copying dowhy/causal_estimators/regression_discontinuity_estimator.py -> build/lib/dowhy/causal_estimators creating build/lib/dowhy/api copying dowhy/api/__init__.py -> build/lib/dowhy/api copying dowhy/api/causal_data_frame.py -> build/lib/dowhy/api creating build/lib/dowhy/utils copying dowhy/utils/propensity_score.py -> build/lib/dowhy/utils copying dowhy/utils/api.py -> build/lib/dowhy/utils copying dowhy/utils/cli_helpers.py -> build/lib/dowhy/utils copying dowhy/utils/__init__.py -> build/lib/dowhy/utils creating build/lib/dowhy/causal_refuters copying dowhy/causal_refuters/placebo_treatment_refuter.py -> build/lib/dowhy/causal_refuters copying dowhy/causal_refuters/random_common_cause.py -> build/lib/dowhy/causal_refuters copying dowhy/causal_refuters/data_subset_refuter.py -> build/lib/dowhy/causal_refuters copying dowhy/causal_refuters/__init__.py -> build/lib/dowhy/causal_refuters creating build/lib/dowhy/data_transformers copying dowhy/data_transformers/pca_reducer.py -> build/lib/dowhy/data_transformers copying dowhy/data_transformers/__init__.py -> build/lib/dowhy/data_transformers creating build/lib/dowhy/do_samplers copying dowhy/do_samplers/kernel_density_sampler.py -> build/lib/dowhy/do_samplers copying dowhy/do_samplers/multivariate_weighting_sampler.py -> build/lib/dowhy/do_samplers copying dowhy/do_samplers/mcmc_sampler.py -> build/lib/dowhy/do_samplers copying dowhy/do_samplers/weighting_sampler.py -> build/lib/dowhy/do_samplers copying dowhy/do_samplers/__init__.py -> build/lib/dowhy/do_samplers creating build/lib/dowhy/data_transformers/dimensionality_reducers copying dowhy/data_transformers/dimensionality_reducers/__init__.py -> build/lib/dowhy/data_transformers/dimensionality_reducers copying dowhy/data_transformers/dimensionality_reducers/dimensionality_reducer.py -> build/lib/dowhy/data_transformers/dimensionality_reducers running egg_info writing dowhy.egg-info/PKG-INFO writing requirements to dowhy.egg-info/requires.txt writing dependency_links to dowhy.egg-info/dependency_links.txt writing top-level names to dowhy.egg-info/top_level.txt reading manifest file 'dowhy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'dowhy.egg-info/SOURCES.txt' installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/dowhy copying build/lib/dowhy/datasets.py -> build/bdist.linux-armv7l/wheel/dowhy creating build/bdist.linux-armv7l/wheel/dowhy/causal_estimators copying build/lib/dowhy/causal_estimators/instrumental_variable_estimator.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_estimators copying build/lib/dowhy/causal_estimators/propensity_score_matching_estimator.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_estimators copying build/lib/dowhy/causal_estimators/linear_regression_estimator.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_estimators copying build/lib/dowhy/causal_estimators/propensity_score_stratification_estimator.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_estimators copying build/lib/dowhy/causal_estimators/__init__.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_estimators copying build/lib/dowhy/causal_estimators/propensity_score_weighting_estimator.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_estimators copying build/lib/dowhy/causal_estimators/regression_discontinuity_estimator.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_estimators copying build/lib/dowhy/do_sampler.py -> build/bdist.linux-armv7l/wheel/dowhy creating build/bdist.linux-armv7l/wheel/dowhy/api copying build/lib/dowhy/api/__init__.py -> build/bdist.linux-armv7l/wheel/dowhy/api copying build/lib/dowhy/api/causal_data_frame.py -> build/bdist.linux-armv7l/wheel/dowhy/api copying build/lib/dowhy/data_transformer.py -> build/bdist.linux-armv7l/wheel/dowhy creating build/bdist.linux-armv7l/wheel/dowhy/utils copying build/lib/dowhy/utils/propensity_score.py -> build/bdist.linux-armv7l/wheel/dowhy/utils copying build/lib/dowhy/utils/api.py -> build/bdist.linux-armv7l/wheel/dowhy/utils copying build/lib/dowhy/utils/cli_helpers.py -> build/bdist.linux-armv7l/wheel/dowhy/utils copying build/lib/dowhy/utils/__init__.py -> build/bdist.linux-armv7l/wheel/dowhy/utils copying build/lib/dowhy/causal_estimator.py -> build/bdist.linux-armv7l/wheel/dowhy creating build/bdist.linux-armv7l/wheel/dowhy/causal_refuters copying build/lib/dowhy/causal_refuters/placebo_treatment_refuter.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_refuters copying build/lib/dowhy/causal_refuters/random_common_cause.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_refuters copying build/lib/dowhy/causal_refuters/data_subset_refuter.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_refuters copying build/lib/dowhy/causal_refuters/__init__.py -> build/bdist.linux-armv7l/wheel/dowhy/causal_refuters copying build/lib/dowhy/plotter.py -> build/bdist.linux-armv7l/wheel/dowhy copying build/lib/dowhy/do_why.py -> build/bdist.linux-armv7l/wheel/dowhy copying build/lib/dowhy/causal_graph.py -> build/bdist.linux-armv7l/wheel/dowhy copying build/lib/dowhy/causal_refuter.py -> build/bdist.linux-armv7l/wheel/dowhy copying build/lib/dowhy/__init__.py -> build/bdist.linux-armv7l/wheel/dowhy creating build/bdist.linux-armv7l/wheel/dowhy/data_transformers copying build/lib/dowhy/data_transformers/pca_reducer.py -> build/bdist.linux-armv7l/wheel/dowhy/data_transformers creating build/bdist.linux-armv7l/wheel/dowhy/data_transformers/dimensionality_reducers copying build/lib/dowhy/data_transformers/dimensionality_reducers/__init__.py -> build/bdist.linux-armv7l/wheel/dowhy/data_transformers/dimensionality_reducers copying build/lib/dowhy/data_transformers/dimensionality_reducers/dimensionality_reducer.py -> build/bdist.linux-armv7l/wheel/dowhy/data_transformers/dimensionality_reducers copying build/lib/dowhy/data_transformers/__init__.py -> build/bdist.linux-armv7l/wheel/dowhy/data_transformers copying build/lib/dowhy/causal_identifier.py -> build/bdist.linux-armv7l/wheel/dowhy creating build/bdist.linux-armv7l/wheel/dowhy/do_samplers copying build/lib/dowhy/do_samplers/kernel_density_sampler.py -> build/bdist.linux-armv7l/wheel/dowhy/do_samplers copying build/lib/dowhy/do_samplers/multivariate_weighting_sampler.py -> build/bdist.linux-armv7l/wheel/dowhy/do_samplers copying build/lib/dowhy/do_samplers/mcmc_sampler.py -> build/bdist.linux-armv7l/wheel/dowhy/do_samplers copying build/lib/dowhy/do_samplers/weighting_sampler.py -> build/bdist.linux-armv7l/wheel/dowhy/do_samplers copying build/lib/dowhy/do_samplers/__init__.py -> build/bdist.linux-armv7l/wheel/dowhy/do_samplers running install_egg_info Copying dowhy.egg-info to build/bdist.linux-armv7l/wheel/dowhy-0.1.1-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/dowhy-0.1.1.dist-info/WHEEL creating '/tmp/pip-wheel-tbvfs6rk/dowhy-0.1.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'dowhy/__init__.py' adding 'dowhy/causal_estimator.py' adding 'dowhy/causal_graph.py' adding 'dowhy/causal_identifier.py' adding 'dowhy/causal_refuter.py' adding 'dowhy/data_transformer.py' adding 'dowhy/datasets.py' adding 'dowhy/do_sampler.py' adding 'dowhy/do_why.py' adding 'dowhy/plotter.py' adding 'dowhy/api/__init__.py' adding 'dowhy/api/causal_data_frame.py' adding 'dowhy/causal_estimators/__init__.py' adding 'dowhy/causal_estimators/instrumental_variable_estimator.py' adding 'dowhy/causal_estimators/linear_regression_estimator.py' adding 'dowhy/causal_estimators/propensity_score_matching_estimator.py' adding 'dowhy/causal_estimators/propensity_score_stratification_estimator.py' adding 'dowhy/causal_estimators/propensity_score_weighting_estimator.py' adding 'dowhy/causal_estimators/regression_discontinuity_estimator.py' adding 'dowhy/causal_refuters/__init__.py' adding 'dowhy/causal_refuters/data_subset_refuter.py' adding 'dowhy/causal_refuters/placebo_treatment_refuter.py' adding 'dowhy/causal_refuters/random_common_cause.py' adding 'dowhy/data_transformers/__init__.py' adding 'dowhy/data_transformers/pca_reducer.py' adding 'dowhy/data_transformers/dimensionality_reducers/__init__.py' adding 'dowhy/data_transformers/dimensionality_reducers/dimensionality_reducer.py' adding 'dowhy/do_samplers/__init__.py' adding 'dowhy/do_samplers/kernel_density_sampler.py' adding 'dowhy/do_samplers/mcmc_sampler.py' adding 'dowhy/do_samplers/multivariate_weighting_sampler.py' adding 'dowhy/do_samplers/weighting_sampler.py' adding 'dowhy/utils/__init__.py' adding 'dowhy/utils/api.py' adding 'dowhy/utils/cli_helpers.py' adding 'dowhy/utils/propensity_score.py' adding 'dowhy-0.1.1.dist-info/LICENSE' adding 'dowhy-0.1.1.dist-info/METADATA' adding 'dowhy-0.1.1.dist-info/WHEEL' adding 'dowhy-0.1.1.dist-info/top_level.txt' adding 'dowhy-0.1.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for dowhy: finished with status 'done' Stored in directory: /tmp/tmp8m7e9z8t Successfully built dowhy Cleaning up... Removing source in /tmp/pip-wheel-ybks8m82/dowhy Removed build tracker '/tmp/pip-req-tracker-ws_ye5nk'