Collecting math3d==3.2.0 1 location(s) to search for versions of math3d: * https://pypi.python.org/simple/math3d/ Getting page https://pypi.python.org/simple/math3d/ Analyzing links from page https://pypi.python.org/simple/math3d/ Found link https://pypi.python.org/packages/02/b1/d59ee9853b96eaacecb5d2d6a995d0d13bc4143e189680df98bb821049ef/math3d-3.0.3.tar.gz#md5=4aa343767738f673d30f7e1727491052 (from https://pypi.python.org/simple/math3d/), version: 3.0.3 Found link https://pypi.python.org/packages/1e/93/d0a462fc3acb5d9a71912129f9c72d448cd995ed98c632c729c6aa63d564/math3d-3.1.2.tar.gz#md5=b44bfe6b7793ae8db07d8ba9ff2b44b3 (from https://pypi.python.org/simple/math3d/), version: 3.1.2 Found link https://pypi.python.org/packages/5b/58/c5866c2a089e19b3554bcc0cbdeb2782684431cb0057a9b9690efe9c69d3/math3d-3.0.2.tar.gz#md5=c4736d4b7190b1322f7e1ff96856149e (from https://pypi.python.org/simple/math3d/), version: 3.0.2 Found link https://pypi.python.org/packages/5e/cb/33b6631486a4b6b557a9c7edfea60bd4a14423088a8f56402835e3c04023/math3d-3.2.0.tar.gz#md5=2cba675d6946829aeb54f7155c11afd7 (from https://pypi.python.org/simple/math3d/), version: 3.2.0 Found link https://pypi.python.org/packages/89/5b/b70ac77274b6aba1f23b49033de697ea1ae5fe887f00bd9532f480cf6bde/math3d-3.1.0.tar.gz#md5=f4479af2970b723fc48529b364c4444f (from https://pypi.python.org/simple/math3d/), version: 3.1.0 Found link https://pypi.python.org/packages/a1/06/23b57ad3cbef1eb348daa1c3c2cd817c3a2dc8b4508a87d22e7c1e90df0a/math3d-3.1.3.tar.gz#md5=0ff1fe1f3d4afa943e82274b7c3514a4 (from https://pypi.python.org/simple/math3d/), version: 3.1.3 Found link https://pypi.python.org/packages/ca/fc/55b25b09248953f9665603334f6d78b5f2715ba01b6ece8db4b76641ab15/math3d-3.0.0.tar.gz#md5=e41b36ab97cfcf28fc9d9e60be6da5d1 (from https://pypi.python.org/simple/math3d/), version: 3.0.0 Using version 3.2.0 (newest of versions: 3.2.0) Downloading math3d-3.2.0.tar.gz Downloading from URL https://pypi.python.org/packages/5e/cb/33b6631486a4b6b557a9c7edfea60bd4a14423088a8f56402835e3c04023/math3d-3.2.0.tar.gz#md5=2cba675d6946829aeb54f7155c11afd7 (from https://pypi.python.org/simple/math3d/) Running setup.py (path:/tmp/pip-build-1vfgiz11/math3d/setup.py) egg_info for package math3d Running command python setup.py egg_info running egg_info creating pip-egg-info/math3d.egg-info writing pip-egg-info/math3d.egg-info/PKG-INFO writing dependency_links to pip-egg-info/math3d.egg-info/dependency_links.txt writing top-level names to pip-egg-info/math3d.egg-info/top_level.txt writing manifest file 'pip-egg-info/math3d.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/math3d.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/math3d.egg-info/SOURCES.txt' Source in /tmp/pip-build-1vfgiz11/math3d has version 3.2.0, which satisfies requirement math3d==3.2.0 from https://pypi.python.org/packages/5e/cb/33b6631486a4b6b557a9c7edfea60bd4a14423088a8f56402835e3c04023/math3d-3.2.0.tar.gz#md5=2cba675d6946829aeb54f7155c11afd7 Building wheels for collected packages: math3d Running setup.py bdist_wheel for math3d: started Destination directory: /tmp/tmpdhm9ti8ipip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-1vfgiz11/math3d/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/tmpdhm9ti8ipip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/math3d copying math3d/utils.py -> build/lib/math3d copying math3d/orientation_computer.py -> build/lib/math3d copying math3d/__init__.py -> build/lib/math3d copying math3d/orientation.py -> build/lib/math3d copying math3d/vector.py -> build/lib/math3d copying math3d/quaternion.py -> build/lib/math3d copying math3d/rotation_vector.py -> build/lib/math3d copying math3d/transform.py -> build/lib/math3d creating build/lib/math3d/interpolation copying math3d/interpolation/se3interpolation.py -> build/lib/math3d/interpolation copying math3d/interpolation/__init__.py -> build/lib/math3d/interpolation copying math3d/interpolation/r3interpolation.py -> build/lib/math3d/interpolation copying math3d/interpolation/so3interpolation.py -> build/lib/math3d/interpolation creating build/lib/math3d/reference_system copying math3d/reference_system/__init__.py -> build/lib/math3d/reference_system copying math3d/reference_system/frame.py -> build/lib/math3d/reference_system copying math3d/reference_system/free_vector.py -> build/lib/math3d/reference_system copying math3d/reference_system/reference_system.py -> build/lib/math3d/reference_system copying math3d/reference_system/point.py -> build/lib/math3d/reference_system creating build/lib/math3d/dynamics copying math3d/dynamics/__init__.py -> build/lib/math3d/dynamics copying math3d/dynamics/wrench.py -> build/lib/math3d/dynamics copying math3d/dynamics/twist.py -> build/lib/math3d/dynamics creating build/lib/math3d/geometry copying math3d/geometry/__init__.py -> build/lib/math3d/geometry copying math3d/geometry/line.py -> build/lib/math3d/geometry copying math3d/geometry/plane.py -> build/lib/math3d/geometry 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/math3d copying build/lib/math3d/utils.py -> build/bdist.linux-armv7l/wheel/math3d copying build/lib/math3d/orientation_computer.py -> build/bdist.linux-armv7l/wheel/math3d copying build/lib/math3d/__init__.py -> build/bdist.linux-armv7l/wheel/math3d copying build/lib/math3d/orientation.py -> build/bdist.linux-armv7l/wheel/math3d copying build/lib/math3d/vector.py -> build/bdist.linux-armv7l/wheel/math3d creating build/bdist.linux-armv7l/wheel/math3d/dynamics copying build/lib/math3d/dynamics/__init__.py -> build/bdist.linux-armv7l/wheel/math3d/dynamics copying build/lib/math3d/dynamics/wrench.py -> build/bdist.linux-armv7l/wheel/math3d/dynamics copying build/lib/math3d/dynamics/twist.py -> build/bdist.linux-armv7l/wheel/math3d/dynamics creating build/bdist.linux-armv7l/wheel/math3d/interpolation copying build/lib/math3d/interpolation/se3interpolation.py -> build/bdist.linux-armv7l/wheel/math3d/interpolation copying build/lib/math3d/interpolation/__init__.py -> build/bdist.linux-armv7l/wheel/math3d/interpolation copying build/lib/math3d/interpolation/r3interpolation.py -> build/bdist.linux-armv7l/wheel/math3d/interpolation copying build/lib/math3d/interpolation/so3interpolation.py -> build/bdist.linux-armv7l/wheel/math3d/interpolation creating build/bdist.linux-armv7l/wheel/math3d/geometry copying build/lib/math3d/geometry/__init__.py -> build/bdist.linux-armv7l/wheel/math3d/geometry copying build/lib/math3d/geometry/line.py -> build/bdist.linux-armv7l/wheel/math3d/geometry copying build/lib/math3d/geometry/plane.py -> build/bdist.linux-armv7l/wheel/math3d/geometry copying build/lib/math3d/quaternion.py -> build/bdist.linux-armv7l/wheel/math3d copying build/lib/math3d/rotation_vector.py -> build/bdist.linux-armv7l/wheel/math3d creating build/bdist.linux-armv7l/wheel/math3d/reference_system copying build/lib/math3d/reference_system/__init__.py -> build/bdist.linux-armv7l/wheel/math3d/reference_system copying build/lib/math3d/reference_system/frame.py -> build/bdist.linux-armv7l/wheel/math3d/reference_system copying build/lib/math3d/reference_system/free_vector.py -> build/bdist.linux-armv7l/wheel/math3d/reference_system copying build/lib/math3d/reference_system/reference_system.py -> build/bdist.linux-armv7l/wheel/math3d/reference_system copying build/lib/math3d/reference_system/point.py -> build/bdist.linux-armv7l/wheel/math3d/reference_system copying build/lib/math3d/transform.py -> build/bdist.linux-armv7l/wheel/math3d running install_egg_info running egg_info creating math3d.egg-info writing dependency_links to math3d.egg-info/dependency_links.txt writing top-level names to math3d.egg-info/top_level.txt writing math3d.egg-info/PKG-INFO writing manifest file 'math3d.egg-info/SOURCES.txt' reading manifest file 'math3d.egg-info/SOURCES.txt' writing manifest file 'math3d.egg-info/SOURCES.txt' Copying math3d.egg-info to build/bdist.linux-armv7l/wheel/math3d-3.2.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/math3d-3.2.0.dist-info/WHEEL Running setup.py bdist_wheel for math3d: finished with status 'done' Stored in directory: /tmp/tmpslcyreaa Successfully built math3d Cleaning up... Removing source in /tmp/pip-build-1vfgiz11/math3d