Created temporary directory: /tmp/pip-ephem-wheel-cache-iqzvftw1 Created temporary directory: /tmp/pip-req-tracker-u203a9vo Created requirements tracker '/tmp/pip-req-tracker-u203a9vo' Created temporary directory: /tmp/pip-wheel-i00ph2yg Collecting nflows==0.11 1 location(s) to search for versions of nflows: * https://pypi.org/simple/nflows/ Getting page https://pypi.org/simple/nflows/ Analyzing links from page https://pypi.org/simple/nflows/ Found link https://files.pythonhosted.org/packages/a3/f4/9d2db75c9c38ab4c580182ca3d9c2f066f5910cf097bbbbfe0f7dc5c971a/nflows-0.11.tar.gz#sha256=3422712aab25cc4d113e2e318984ed72251f6460f09b36110f6eaba883d2de0e (from https://pypi.org/simple/nflows/), version: 0.11 Using version 0.11 (newest of versions: 0.11) Created temporary directory: /tmp/pip-unpack-qnvmga32 Downloading https://files.pythonhosted.org/packages/a3/f4/9d2db75c9c38ab4c580182ca3d9c2f066f5910cf097bbbbfe0f7dc5c971a/nflows-0.11.tar.gz (42kB) Downloading from URL https://files.pythonhosted.org/packages/a3/f4/9d2db75c9c38ab4c580182ca3d9c2f066f5910cf097bbbbfe0f7dc5c971a/nflows-0.11.tar.gz#sha256=3422712aab25cc4d113e2e318984ed72251f6460f09b36110f6eaba883d2de0e (from https://pypi.org/simple/nflows/) Added nflows==0.11 from https://files.pythonhosted.org/packages/a3/f4/9d2db75c9c38ab4c580182ca3d9c2f066f5910cf097bbbbfe0f7dc5c971a/nflows-0.11.tar.gz#sha256=3422712aab25cc4d113e2e318984ed72251f6460f09b36110f6eaba883d2de0e to build tracker '/tmp/pip-req-tracker-u203a9vo' Running setup.py (path:/tmp/pip-wheel-i00ph2yg/nflows/setup.py) egg_info for package nflows Running command python setup.py egg_info running egg_info creating pip-egg-info/nflows.egg-info writing requirements to pip-egg-info/nflows.egg-info/requires.txt writing top-level names to pip-egg-info/nflows.egg-info/top_level.txt writing pip-egg-info/nflows.egg-info/PKG-INFO writing dependency_links to pip-egg-info/nflows.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/nflows.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/nflows.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/nflows.egg-info/SOURCES.txt' /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'extras_requires' warnings.warn(msg) Source in /tmp/pip-wheel-i00ph2yg/nflows has version 0.11, which satisfies requirement nflows==0.11 from https://files.pythonhosted.org/packages/a3/f4/9d2db75c9c38ab4c580182ca3d9c2f066f5910cf097bbbbfe0f7dc5c971a/nflows-0.11.tar.gz#sha256=3422712aab25cc4d113e2e318984ed72251f6460f09b36110f6eaba883d2de0e Removed nflows==0.11 from https://files.pythonhosted.org/packages/a3/f4/9d2db75c9c38ab4c580182ca3d9c2f066f5910cf097bbbbfe0f7dc5c971a/nflows-0.11.tar.gz#sha256=3422712aab25cc4d113e2e318984ed72251f6460f09b36110f6eaba883d2de0e from build tracker '/tmp/pip-req-tracker-u203a9vo' Building wheels for collected packages: nflows Created temporary directory: /tmp/pip-wheel-7nhs2wic Running setup.py bdist_wheel for nflows: started Destination directory: /tmp/pip-wheel-7nhs2wic Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-i00ph2yg/nflows/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-7nhs2wic /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'extras_requires' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/nflows copying nflows/version.py -> build/lib/nflows copying nflows/__init__.py -> build/lib/nflows creating build/lib/nflows/nn copying nflows/nn/__init__.py -> build/lib/nflows/nn creating build/lib/nflows/utils copying nflows/utils/typechecks.py -> build/lib/nflows/utils copying nflows/utils/__init__.py -> build/lib/nflows/utils copying nflows/utils/torchutils.py -> build/lib/nflows/utils creating build/lib/nflows/transforms copying nflows/transforms/autoregressive.py -> build/lib/nflows/transforms copying nflows/transforms/normalization.py -> build/lib/nflows/transforms copying nflows/transforms/base.py -> build/lib/nflows/transforms copying nflows/transforms/orthogonal.py -> build/lib/nflows/transforms copying nflows/transforms/made.py -> build/lib/nflows/transforms copying nflows/transforms/lu.py -> build/lib/nflows/transforms copying nflows/transforms/coupling.py -> build/lib/nflows/transforms copying nflows/transforms/nonlinearities.py -> build/lib/nflows/transforms copying nflows/transforms/qr.py -> build/lib/nflows/transforms copying nflows/transforms/permutations.py -> build/lib/nflows/transforms copying nflows/transforms/linear.py -> build/lib/nflows/transforms copying nflows/transforms/reshape.py -> build/lib/nflows/transforms copying nflows/transforms/conv.py -> build/lib/nflows/transforms copying nflows/transforms/__init__.py -> build/lib/nflows/transforms copying nflows/transforms/standard.py -> build/lib/nflows/transforms copying nflows/transforms/svd.py -> build/lib/nflows/transforms creating build/lib/nflows/flows copying nflows/flows/autoregressive.py -> build/lib/nflows/flows copying nflows/flows/base.py -> build/lib/nflows/flows copying nflows/flows/realnvp.py -> build/lib/nflows/flows copying nflows/flows/__init__.py -> build/lib/nflows/flows creating build/lib/nflows/distributions copying nflows/distributions/mixture.py -> build/lib/nflows/distributions copying nflows/distributions/normal.py -> build/lib/nflows/distributions copying nflows/distributions/base.py -> build/lib/nflows/distributions copying nflows/distributions/discrete.py -> build/lib/nflows/distributions copying nflows/distributions/__init__.py -> build/lib/nflows/distributions copying nflows/distributions/uniform.py -> build/lib/nflows/distributions creating build/lib/nflows/nn/nde copying nflows/nn/nde/made.py -> build/lib/nflows/nn/nde copying nflows/nn/nde/__init__.py -> build/lib/nflows/nn/nde creating build/lib/nflows/nn/nets copying nflows/nn/nets/resnet.py -> build/lib/nflows/nn/nets copying nflows/nn/nets/mlp.py -> build/lib/nflows/nn/nets copying nflows/nn/nets/__init__.py -> build/lib/nflows/nn/nets creating build/lib/nflows/transforms/splines copying nflows/transforms/splines/cubic.py -> build/lib/nflows/transforms/splines copying nflows/transforms/splines/rational_quadratic.py -> build/lib/nflows/transforms/splines copying nflows/transforms/splines/linear.py -> build/lib/nflows/transforms/splines copying nflows/transforms/splines/__init__.py -> build/lib/nflows/transforms/splines copying nflows/transforms/splines/quadratic.py -> build/lib/nflows/transforms/splines 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/nflows creating build/bdist.linux-armv7l/wheel/nflows/nn creating build/bdist.linux-armv7l/wheel/nflows/nn/nde copying build/lib/nflows/nn/nde/made.py -> build/bdist.linux-armv7l/wheel/nflows/nn/nde copying build/lib/nflows/nn/nde/__init__.py -> build/bdist.linux-armv7l/wheel/nflows/nn/nde creating build/bdist.linux-armv7l/wheel/nflows/nn/nets copying build/lib/nflows/nn/nets/resnet.py -> build/bdist.linux-armv7l/wheel/nflows/nn/nets copying build/lib/nflows/nn/nets/mlp.py -> build/bdist.linux-armv7l/wheel/nflows/nn/nets copying build/lib/nflows/nn/nets/__init__.py -> build/bdist.linux-armv7l/wheel/nflows/nn/nets copying build/lib/nflows/nn/__init__.py -> build/bdist.linux-armv7l/wheel/nflows/nn creating build/bdist.linux-armv7l/wheel/nflows/utils copying build/lib/nflows/utils/typechecks.py -> build/bdist.linux-armv7l/wheel/nflows/utils copying build/lib/nflows/utils/__init__.py -> build/bdist.linux-armv7l/wheel/nflows/utils copying build/lib/nflows/utils/torchutils.py -> build/bdist.linux-armv7l/wheel/nflows/utils creating build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/autoregressive.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/normalization.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/base.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/orthogonal.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/made.py -> build/bdist.linux-armv7l/wheel/nflows/transforms creating build/bdist.linux-armv7l/wheel/nflows/transforms/splines copying build/lib/nflows/transforms/splines/cubic.py -> build/bdist.linux-armv7l/wheel/nflows/transforms/splines copying build/lib/nflows/transforms/splines/rational_quadratic.py -> build/bdist.linux-armv7l/wheel/nflows/transforms/splines copying build/lib/nflows/transforms/splines/linear.py -> build/bdist.linux-armv7l/wheel/nflows/transforms/splines copying build/lib/nflows/transforms/splines/__init__.py -> build/bdist.linux-armv7l/wheel/nflows/transforms/splines copying build/lib/nflows/transforms/splines/quadratic.py -> build/bdist.linux-armv7l/wheel/nflows/transforms/splines copying build/lib/nflows/transforms/lu.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/coupling.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/nonlinearities.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/qr.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/permutations.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/linear.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/reshape.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/conv.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/__init__.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/standard.py -> build/bdist.linux-armv7l/wheel/nflows/transforms copying build/lib/nflows/transforms/svd.py -> build/bdist.linux-armv7l/wheel/nflows/transforms creating build/bdist.linux-armv7l/wheel/nflows/flows copying build/lib/nflows/flows/autoregressive.py -> build/bdist.linux-armv7l/wheel/nflows/flows copying build/lib/nflows/flows/base.py -> build/bdist.linux-armv7l/wheel/nflows/flows copying build/lib/nflows/flows/realnvp.py -> build/bdist.linux-armv7l/wheel/nflows/flows copying build/lib/nflows/flows/__init__.py -> build/bdist.linux-armv7l/wheel/nflows/flows copying build/lib/nflows/version.py -> build/bdist.linux-armv7l/wheel/nflows copying build/lib/nflows/__init__.py -> build/bdist.linux-armv7l/wheel/nflows creating build/bdist.linux-armv7l/wheel/nflows/distributions copying build/lib/nflows/distributions/mixture.py -> build/bdist.linux-armv7l/wheel/nflows/distributions copying build/lib/nflows/distributions/normal.py -> build/bdist.linux-armv7l/wheel/nflows/distributions copying build/lib/nflows/distributions/base.py -> build/bdist.linux-armv7l/wheel/nflows/distributions copying build/lib/nflows/distributions/discrete.py -> build/bdist.linux-armv7l/wheel/nflows/distributions copying build/lib/nflows/distributions/__init__.py -> build/bdist.linux-armv7l/wheel/nflows/distributions copying build/lib/nflows/distributions/uniform.py -> build/bdist.linux-armv7l/wheel/nflows/distributions running install_egg_info running egg_info writing top-level names to nflows.egg-info/top_level.txt writing dependency_links to nflows.egg-info/dependency_links.txt writing requirements to nflows.egg-info/requires.txt writing nflows.egg-info/PKG-INFO reading manifest file 'nflows.egg-info/SOURCES.txt' writing manifest file 'nflows.egg-info/SOURCES.txt' Copying nflows.egg-info to build/bdist.linux-armv7l/wheel/nflows-0.11-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/nflows-0.11.dist-info/WHEEL creating '/tmp/pip-wheel-7nhs2wic/nflows-0.11-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'nflows/__init__.py' adding 'nflows/version.py' adding 'nflows/distributions/__init__.py' adding 'nflows/distributions/base.py' adding 'nflows/distributions/discrete.py' adding 'nflows/distributions/mixture.py' adding 'nflows/distributions/normal.py' adding 'nflows/distributions/uniform.py' adding 'nflows/flows/__init__.py' adding 'nflows/flows/autoregressive.py' adding 'nflows/flows/base.py' adding 'nflows/flows/realnvp.py' adding 'nflows/nn/__init__.py' adding 'nflows/nn/nde/__init__.py' adding 'nflows/nn/nde/made.py' adding 'nflows/nn/nets/__init__.py' adding 'nflows/nn/nets/mlp.py' adding 'nflows/nn/nets/resnet.py' adding 'nflows/transforms/__init__.py' adding 'nflows/transforms/autoregressive.py' adding 'nflows/transforms/base.py' adding 'nflows/transforms/conv.py' adding 'nflows/transforms/coupling.py' adding 'nflows/transforms/linear.py' adding 'nflows/transforms/lu.py' adding 'nflows/transforms/made.py' adding 'nflows/transforms/nonlinearities.py' adding 'nflows/transforms/normalization.py' adding 'nflows/transforms/orthogonal.py' adding 'nflows/transforms/permutations.py' adding 'nflows/transforms/qr.py' adding 'nflows/transforms/reshape.py' adding 'nflows/transforms/standard.py' adding 'nflows/transforms/svd.py' adding 'nflows/transforms/splines/__init__.py' adding 'nflows/transforms/splines/cubic.py' adding 'nflows/transforms/splines/linear.py' adding 'nflows/transforms/splines/quadratic.py' adding 'nflows/transforms/splines/rational_quadratic.py' adding 'nflows/utils/__init__.py' adding 'nflows/utils/torchutils.py' adding 'nflows/utils/typechecks.py' adding 'nflows-0.11.dist-info/METADATA' adding 'nflows-0.11.dist-info/WHEEL' adding 'nflows-0.11.dist-info/top_level.txt' adding 'nflows-0.11.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for nflows: finished with status 'done' Stored in directory: /tmp/tmphx8hbbjj Successfully built nflows Cleaning up... Removing source in /tmp/pip-wheel-i00ph2yg/nflows Removed build tracker '/tmp/pip-req-tracker-u203a9vo'