Created temporary directory: /tmp/pip-ephem-wheel-cache-_uwcar65 Created temporary directory: /tmp/pip-req-tracker-cnw9mytl Created requirements tracker '/tmp/pip-req-tracker-cnw9mytl' Created temporary directory: /tmp/pip-wheel-zgw6pncd Collecting pyxdh==0.0.1 1 location(s) to search for versions of pyxdh: * https://pypi.org/simple/pyxdh/ Getting page https://pypi.org/simple/pyxdh/ Analyzing links from page https://pypi.org/simple/pyxdh/ Found link https://files.pythonhosted.org/packages/97/a5/e0a89eecd8edc9a4994ae4dadf48f37297e2c273ce0d30cc272baf08df5e/pyxdh-0.0.1.tar.gz#sha256=50cc20101c3c311bcb30d669386263cc0e41fc24cb783ef44b9da8bb45ec5180 (from https://pypi.org/simple/pyxdh/), version: 0.0.1 Using version 0.0.1 (newest of versions: 0.0.1) Created temporary directory: /tmp/pip-unpack-aa28nzwz Downloading https://files.pythonhosted.org/packages/97/a5/e0a89eecd8edc9a4994ae4dadf48f37297e2c273ce0d30cc272baf08df5e/pyxdh-0.0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/97/a5/e0a89eecd8edc9a4994ae4dadf48f37297e2c273ce0d30cc272baf08df5e/pyxdh-0.0.1.tar.gz#sha256=50cc20101c3c311bcb30d669386263cc0e41fc24cb783ef44b9da8bb45ec5180 (from https://pypi.org/simple/pyxdh/) Added pyxdh==0.0.1 from https://files.pythonhosted.org/packages/97/a5/e0a89eecd8edc9a4994ae4dadf48f37297e2c273ce0d30cc272baf08df5e/pyxdh-0.0.1.tar.gz#sha256=50cc20101c3c311bcb30d669386263cc0e41fc24cb783ef44b9da8bb45ec5180 to build tracker '/tmp/pip-req-tracker-cnw9mytl' Running setup.py (path:/tmp/pip-wheel-zgw6pncd/pyxdh/setup.py) egg_info for package pyxdh Running command python setup.py egg_info running egg_info creating pip-egg-info/pyxdh.egg-info writing dependency_links to pip-egg-info/pyxdh.egg-info/dependency_links.txt writing pip-egg-info/pyxdh.egg-info/PKG-INFO writing top-level names to pip-egg-info/pyxdh.egg-info/top_level.txt writing manifest file 'pip-egg-info/pyxdh.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pyxdh.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/pyxdh.egg-info/SOURCES.txt' /usr/local/lib/python3.4/dist-packages/setuptools/dist.py:472: UserWarning: Normalizing 'v0.0.1' to '0.0.1' normalized_version, Source in /tmp/pip-wheel-zgw6pncd/pyxdh has version 0.0.1, which satisfies requirement pyxdh==0.0.1 from https://files.pythonhosted.org/packages/97/a5/e0a89eecd8edc9a4994ae4dadf48f37297e2c273ce0d30cc272baf08df5e/pyxdh-0.0.1.tar.gz#sha256=50cc20101c3c311bcb30d669386263cc0e41fc24cb783ef44b9da8bb45ec5180 Removed pyxdh==0.0.1 from https://files.pythonhosted.org/packages/97/a5/e0a89eecd8edc9a4994ae4dadf48f37297e2c273ce0d30cc272baf08df5e/pyxdh-0.0.1.tar.gz#sha256=50cc20101c3c311bcb30d669386263cc0e41fc24cb783ef44b9da8bb45ec5180 from build tracker '/tmp/pip-req-tracker-cnw9mytl' Building wheels for collected packages: pyxdh Created temporary directory: /tmp/pip-wheel-8lmfpl93 Running setup.py bdist_wheel for pyxdh: started Destination directory: /tmp/pip-wheel-8lmfpl93 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-zgw6pncd/pyxdh/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-8lmfpl93 /usr/local/lib/python3.4/dist-packages/setuptools/dist.py:472: UserWarning: Normalizing 'v0.0.1' to '0.0.1' normalized_version, running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pyxdh copying pyxdh/__init__.py -> build/lib/pyxdh creating build/lib/pyxdh/Utilities copying pyxdh/Utilities/deriv_numerical.py -> build/lib/pyxdh/Utilities copying pyxdh/Utilities/test_molecules.py -> build/lib/pyxdh/Utilities copying pyxdh/Utilities/__init__.py -> build/lib/pyxdh/Utilities copying pyxdh/Utilities/grid_helper.py -> build/lib/pyxdh/Utilities copying pyxdh/Utilities/timing.py -> build/lib/pyxdh/Utilities copying pyxdh/Utilities/grid_iterator.py -> build/lib/pyxdh/Utilities copying pyxdh/Utilities/formchk_interface.py -> build/lib/pyxdh/Utilities creating build/lib/pyxdh/DerivOnce copying pyxdh/DerivOnce/dipole_mp2.py -> build/lib/pyxdh/DerivOnce copying pyxdh/DerivOnce/deriv_once_scf.py -> build/lib/pyxdh/DerivOnce copying pyxdh/DerivOnce/grad_mp2.py -> build/lib/pyxdh/DerivOnce copying pyxdh/DerivOnce/grad_scf.py -> build/lib/pyxdh/DerivOnce copying pyxdh/DerivOnce/__init__.py -> build/lib/pyxdh/DerivOnce copying pyxdh/DerivOnce/dipole_scf.py -> build/lib/pyxdh/DerivOnce copying pyxdh/DerivOnce/deriv_once_mp2.py -> build/lib/pyxdh/DerivOnce creating build/lib/pyxdh/DerivTwice copying pyxdh/DerivTwice/dipderiv_mp2.py -> build/lib/pyxdh/DerivTwice copying pyxdh/DerivTwice/deriv_twice_scf.py -> build/lib/pyxdh/DerivTwice copying pyxdh/DerivTwice/hess_mp2.py -> build/lib/pyxdh/DerivTwice copying pyxdh/DerivTwice/dipderiv_scf.py -> build/lib/pyxdh/DerivTwice copying pyxdh/DerivTwice/polar_scf.py -> build/lib/pyxdh/DerivTwice copying pyxdh/DerivTwice/__init__.py -> build/lib/pyxdh/DerivTwice copying pyxdh/DerivTwice/hess_scf.py -> build/lib/pyxdh/DerivTwice copying pyxdh/DerivTwice/deriv_twice_mp2.py -> build/lib/pyxdh/DerivTwice copying pyxdh/DerivTwice/polar_mp2.py -> build/lib/pyxdh/DerivTwice running egg_info writing dependency_links to pyxdh.egg-info/dependency_links.txt writing top-level names to pyxdh.egg-info/top_level.txt writing pyxdh.egg-info/PKG-INFO reading manifest file 'pyxdh.egg-info/SOURCES.txt' writing manifest file 'pyxdh.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/pyxdh creating build/bdist.linux-armv7l/wheel/pyxdh/Utilities copying build/lib/pyxdh/Utilities/deriv_numerical.py -> build/bdist.linux-armv7l/wheel/pyxdh/Utilities copying build/lib/pyxdh/Utilities/test_molecules.py -> build/bdist.linux-armv7l/wheel/pyxdh/Utilities copying build/lib/pyxdh/Utilities/__init__.py -> build/bdist.linux-armv7l/wheel/pyxdh/Utilities copying build/lib/pyxdh/Utilities/grid_helper.py -> build/bdist.linux-armv7l/wheel/pyxdh/Utilities copying build/lib/pyxdh/Utilities/timing.py -> build/bdist.linux-armv7l/wheel/pyxdh/Utilities copying build/lib/pyxdh/Utilities/grid_iterator.py -> build/bdist.linux-armv7l/wheel/pyxdh/Utilities copying build/lib/pyxdh/Utilities/formchk_interface.py -> build/bdist.linux-armv7l/wheel/pyxdh/Utilities copying build/lib/pyxdh/__init__.py -> build/bdist.linux-armv7l/wheel/pyxdh creating build/bdist.linux-armv7l/wheel/pyxdh/DerivOnce copying build/lib/pyxdh/DerivOnce/dipole_mp2.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivOnce copying build/lib/pyxdh/DerivOnce/deriv_once_scf.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivOnce copying build/lib/pyxdh/DerivOnce/grad_mp2.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivOnce copying build/lib/pyxdh/DerivOnce/grad_scf.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivOnce copying build/lib/pyxdh/DerivOnce/__init__.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivOnce copying build/lib/pyxdh/DerivOnce/dipole_scf.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivOnce copying build/lib/pyxdh/DerivOnce/deriv_once_mp2.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivOnce creating build/bdist.linux-armv7l/wheel/pyxdh/DerivTwice copying build/lib/pyxdh/DerivTwice/dipderiv_mp2.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivTwice copying build/lib/pyxdh/DerivTwice/deriv_twice_scf.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivTwice copying build/lib/pyxdh/DerivTwice/hess_mp2.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivTwice copying build/lib/pyxdh/DerivTwice/dipderiv_scf.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivTwice copying build/lib/pyxdh/DerivTwice/polar_scf.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivTwice copying build/lib/pyxdh/DerivTwice/__init__.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivTwice copying build/lib/pyxdh/DerivTwice/hess_scf.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivTwice copying build/lib/pyxdh/DerivTwice/deriv_twice_mp2.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivTwice copying build/lib/pyxdh/DerivTwice/polar_mp2.py -> build/bdist.linux-armv7l/wheel/pyxdh/DerivTwice running install_egg_info Copying pyxdh.egg-info to build/bdist.linux-armv7l/wheel/pyxdh-0.0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pyxdh-0.0.1.dist-info/WHEEL creating '/tmp/pip-wheel-8lmfpl93/pyxdh-0.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'pyxdh/__init__.py' adding 'pyxdh/DerivOnce/__init__.py' adding 'pyxdh/DerivOnce/deriv_once_mp2.py' adding 'pyxdh/DerivOnce/deriv_once_scf.py' adding 'pyxdh/DerivOnce/dipole_mp2.py' adding 'pyxdh/DerivOnce/dipole_scf.py' adding 'pyxdh/DerivOnce/grad_mp2.py' adding 'pyxdh/DerivOnce/grad_scf.py' adding 'pyxdh/DerivTwice/__init__.py' adding 'pyxdh/DerivTwice/deriv_twice_mp2.py' adding 'pyxdh/DerivTwice/deriv_twice_scf.py' adding 'pyxdh/DerivTwice/dipderiv_mp2.py' adding 'pyxdh/DerivTwice/dipderiv_scf.py' adding 'pyxdh/DerivTwice/hess_mp2.py' adding 'pyxdh/DerivTwice/hess_scf.py' adding 'pyxdh/DerivTwice/polar_mp2.py' adding 'pyxdh/DerivTwice/polar_scf.py' adding 'pyxdh/Utilities/__init__.py' adding 'pyxdh/Utilities/deriv_numerical.py' adding 'pyxdh/Utilities/formchk_interface.py' adding 'pyxdh/Utilities/grid_helper.py' adding 'pyxdh/Utilities/grid_iterator.py' adding 'pyxdh/Utilities/test_molecules.py' adding 'pyxdh/Utilities/timing.py' adding 'pyxdh-0.0.1.dist-info/METADATA' adding 'pyxdh-0.0.1.dist-info/WHEEL' adding 'pyxdh-0.0.1.dist-info/top_level.txt' adding 'pyxdh-0.0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pyxdh: finished with status 'done' Stored in directory: /tmp/tmpcc8cazxf Successfully built pyxdh Cleaning up... Removing source in /tmp/pip-wheel-zgw6pncd/pyxdh Removed build tracker '/tmp/pip-req-tracker-cnw9mytl'