Collecting omg-tools==0.1.3 1 location(s) to search for versions of omg-tools: * https://pypi.python.org/simple/omg-tools/ Getting page https://pypi.python.org/simple/omg-tools/ Analyzing links from page https://pypi.python.org/simple/omg-tools/ Found link https://pypi.python.org/packages/08/7c/91aefc2b3dc2b45e7ea6b438be5e1b722910d99fc4cf1530816e5630c9e4/omg-tools-0.1.1.tar.gz#md5=7eb7adae3150798d38e39f3e32942efe (from https://pypi.python.org/simple/omg-tools/), version: 0.1.1 Found link https://pypi.python.org/packages/61/e2/115f19f653660b641add2dceb02927f1ffb77ef615e43bcf1299430063bb/omg-tools-0.1.2.tar.gz#md5=a977b55b469ee0a15c6d0ca2a730507d (from https://pypi.python.org/simple/omg-tools/), version: 0.1.2 Found link https://pypi.python.org/packages/65/d1/efdeb21ef727a050fa358d114618e3bcfc3c5ea401a7668bdf43127d0e9f/omg-tools-0.1.3.tar.gz#md5=36cadb0817cfbf5d6c761c90c9771f95 (from https://pypi.python.org/simple/omg-tools/), version: 0.1.3 Skipping link https://pypi.python.org/packages/6c/da/594396a41a03abb012a6bd63352facf9b2bac4215d46cac660858883bad6/omg_tools-0.1.1-py2-none-any.whl#md5=4e166543f3cd6ad4c05bfe7bf2d95c70 (from https://pypi.python.org/simple/omg-tools/); it is not compatible with this Python Skipping link https://pypi.python.org/packages/dc/6b/d61dfb7cfd27c8a64200c7fb55bcec8e039e054565bb7116307a4f0d6b84/omg_tools-0.1.3-py2-none-any.whl#md5=3ecb2c7ffe5c24caef8bb7d59be983cf (from https://pypi.python.org/simple/omg-tools/); it is not compatible with this Python Skipping link https://pypi.python.org/packages/e5/22/975e86b1401533594752ef9a6157b115d1c60c2aa3e6f5e84657a91fe7e4/omg_tools-0.1.2-py2-none-any.whl#md5=ffe287e8d56148695b104b469d03ba07 (from https://pypi.python.org/simple/omg-tools/); it is not compatible with this Python Using version 0.1.3 (newest of versions: 0.1.3) Downloading omg-tools-0.1.3.tar.gz (160kB) Downloading from URL https://pypi.python.org/packages/65/d1/efdeb21ef727a050fa358d114618e3bcfc3c5ea401a7668bdf43127d0e9f/omg-tools-0.1.3.tar.gz#md5=36cadb0817cfbf5d6c761c90c9771f95 (from https://pypi.python.org/simple/omg-tools/) Running setup.py (path:/tmp/pip-build-dn52_8x9/omg-tools/setup.py) egg_info for package omg-tools Running command python setup.py egg_info running egg_info creating pip-egg-info/omg_tools.egg-info writing top-level names to pip-egg-info/omg_tools.egg-info/top_level.txt writing dependency_links to pip-egg-info/omg_tools.egg-info/dependency_links.txt writing requirements to pip-egg-info/omg_tools.egg-info/requires.txt writing pip-egg-info/omg_tools.egg-info/PKG-INFO writing manifest file 'pip-egg-info/omg_tools.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/omg_tools.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/omg_tools.egg-info/SOURCES.txt' Source in /tmp/pip-build-dn52_8x9/omg-tools has version 0.1.3, which satisfies requirement omg-tools==0.1.3 from https://pypi.python.org/packages/65/d1/efdeb21ef727a050fa358d114618e3bcfc3c5ea401a7668bdf43127d0e9f/omg-tools-0.1.3.tar.gz#md5=36cadb0817cfbf5d6c761c90c9771f95 Building wheels for collected packages: omg-tools Running setup.py bdist_wheel for omg-tools: started Destination directory: /tmp/tmpevkr5ocppip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-dn52_8x9/omg-tools/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/tmpevkr5ocppip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/omgtools copying omgtools/__init__.py -> build/lib/omgtools creating build/lib/omgtools/problems copying omgtools/problems/gcodeproblem.py -> build/lib/omgtools/problems copying omgtools/problems/formation_central.py -> build/lib/omgtools/problems copying omgtools/problems/point2point.py -> build/lib/omgtools/problems copying omgtools/problems/admm.py -> build/lib/omgtools/problems copying omgtools/problems/dualdecomposition.py -> build/lib/omgtools/problems copying omgtools/problems/dualmethod.py -> build/lib/omgtools/problems copying omgtools/problems/gcodeschedulerproblem.py -> build/lib/omgtools/problems copying omgtools/problems/problem.py -> build/lib/omgtools/problems copying omgtools/problems/formation.py -> build/lib/omgtools/problems copying omgtools/problems/distributedproblem.py -> build/lib/omgtools/problems copying omgtools/problems/multiframeproblem.py -> build/lib/omgtools/problems copying omgtools/problems/formation_dualdec.py -> build/lib/omgtools/problems copying omgtools/problems/__init__.py -> build/lib/omgtools/problems copying omgtools/problems/rendezvous.py -> build/lib/omgtools/problems copying omgtools/problems/schedulerproblem.py -> build/lib/omgtools/problems copying omgtools/problems/globalplanner.py -> build/lib/omgtools/problems creating build/lib/omgtools/gui copying omgtools/gui/gui.py -> build/lib/omgtools/gui copying omgtools/gui/gcode_reader.py -> build/lib/omgtools/gui copying omgtools/gui/gcode_block.py -> build/lib/omgtools/gui copying omgtools/gui/__init__.py -> build/lib/omgtools/gui copying omgtools/gui/svg_reader.py -> build/lib/omgtools/gui creating build/lib/omgtools/export copying omgtools/export/export_admm.py -> build/lib/omgtools/export copying omgtools/export/export.py -> build/lib/omgtools/export copying omgtools/export/__init__.py -> build/lib/omgtools/export copying omgtools/export/export_p2p.py -> build/lib/omgtools/export copying omgtools/export/export_rendezvous.py -> build/lib/omgtools/export copying omgtools/export/export_formation.py -> build/lib/omgtools/export creating build/lib/omgtools/execution copying omgtools/execution/simulator.py -> build/lib/omgtools/execution copying omgtools/execution/deployer.py -> build/lib/omgtools/execution copying omgtools/execution/__init__.py -> build/lib/omgtools/execution copying omgtools/execution/plotlayer.py -> build/lib/omgtools/execution creating build/lib/omgtools/vehicles copying omgtools/vehicles/quadrotor3d.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/dubins.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/holonomic3d.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/fleet.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/agv.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/vehicle.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/holonomic1d.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/tool.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/holonomicorient.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/quadrotor.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/trailer.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/__init__.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/holonomic.py -> build/lib/omgtools/vehicles copying omgtools/vehicles/bicycle.py -> build/lib/omgtools/vehicles creating build/lib/omgtools/environment copying omgtools/environment/obstacle.py -> build/lib/omgtools/environment copying omgtools/environment/frame.py -> build/lib/omgtools/environment copying omgtools/environment/environment.py -> build/lib/omgtools/environment copying omgtools/environment/__init__.py -> build/lib/omgtools/environment creating build/lib/omgtools/basics copying omgtools/basics/shape.py -> build/lib/omgtools/basics copying omgtools/basics/optilayer.py -> build/lib/omgtools/basics copying omgtools/basics/geometry.py -> build/lib/omgtools/basics copying omgtools/basics/spline_extra.py -> build/lib/omgtools/basics copying omgtools/basics/__init__.py -> build/lib/omgtools/basics copying omgtools/basics/spline.py -> build/lib/omgtools/basics creating build/lib/omgtools/export/point2point copying omgtools/export/point2point/Makefile -> build/lib/omgtools/export/point2point copying omgtools/export/point2point/instructions.txt -> build/lib/omgtools/export/point2point creating build/lib/omgtools/export/vehicles copying omgtools/export/vehicles/Vehicle.cpp -> build/lib/omgtools/export/vehicles copying omgtools/export/vehicles/Holonomic.cpp -> build/lib/omgtools/export/vehicles copying omgtools/export/point2point/Point2Point.cpp -> build/lib/omgtools/export/point2point copying omgtools/export/point2point/example.cpp -> build/lib/omgtools/export/point2point copying omgtools/export/vehicles/Vehicle.hpp -> build/lib/omgtools/export/vehicles copying omgtools/export/vehicles/Holonomic.hpp -> build/lib/omgtools/export/vehicles copying omgtools/export/point2point/Point2Point.hpp -> build/lib/omgtools/export/point2point creating build/lib/omgtools/export/tests creating build/lib/omgtools/export/tests/formation copying omgtools/export/tests/formation/test.cpp -> build/lib/omgtools/export/tests/formation creating build/lib/omgtools/export/tests/point2point copying omgtools/export/tests/point2point/test.cpp -> build/lib/omgtools/export/tests/point2point creating build/lib/omgtools/export/tests/rendezvous copying omgtools/export/tests/rendezvous/test.cpp -> build/lib/omgtools/export/tests/rendezvous creating build/lib/omgtools/export/point2point/admm copying omgtools/export/point2point/admm/ADMMPoint2Point.cpp -> build/lib/omgtools/export/point2point/admm copying omgtools/export/point2point/admm/ADMMPoint2Point.hpp -> build/lib/omgtools/export/point2point/admm creating build/lib/omgtools/export/point2point/admm/formation copying omgtools/export/point2point/admm/formation/FormationPoint2Point.cpp -> build/lib/omgtools/export/point2point/admm/formation creating build/lib/omgtools/export/point2point/admm/rendezvous copying omgtools/export/point2point/admm/rendezvous/RendezVous.cpp -> build/lib/omgtools/export/point2point/admm/rendezvous copying omgtools/export/point2point/admm/formation/FormationPoint2Point.hpp -> build/lib/omgtools/export/point2point/admm/formation copying omgtools/export/point2point/admm/rendezvous/RendezVous.hpp -> build/lib/omgtools/export/point2point/admm/rendezvous 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/omgtools creating build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/gcodeproblem.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/formation_central.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/point2point.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/admm.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/dualdecomposition.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/dualmethod.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/gcodeschedulerproblem.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/problem.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/formation.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/distributedproblem.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/multiframeproblem.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/formation_dualdec.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/__init__.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/rendezvous.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/schedulerproblem.py -> build/bdist.linux-armv7l/wheel/omgtools/problems copying build/lib/omgtools/problems/globalplanner.py -> build/bdist.linux-armv7l/wheel/omgtools/problems creating build/bdist.linux-armv7l/wheel/omgtools/gui copying build/lib/omgtools/gui/gui.py -> build/bdist.linux-armv7l/wheel/omgtools/gui copying build/lib/omgtools/gui/gcode_reader.py -> build/bdist.linux-armv7l/wheel/omgtools/gui copying build/lib/omgtools/gui/gcode_block.py -> build/bdist.linux-armv7l/wheel/omgtools/gui copying build/lib/omgtools/gui/__init__.py -> build/bdist.linux-armv7l/wheel/omgtools/gui copying build/lib/omgtools/gui/svg_reader.py -> build/bdist.linux-armv7l/wheel/omgtools/gui creating build/bdist.linux-armv7l/wheel/omgtools/export copying build/lib/omgtools/export/export_admm.py -> build/bdist.linux-armv7l/wheel/omgtools/export copying build/lib/omgtools/export/export.py -> build/bdist.linux-armv7l/wheel/omgtools/export creating build/bdist.linux-armv7l/wheel/omgtools/export/vehicles copying build/lib/omgtools/export/vehicles/Vehicle.cpp -> build/bdist.linux-armv7l/wheel/omgtools/export/vehicles copying build/lib/omgtools/export/vehicles/Holonomic.cpp -> build/bdist.linux-armv7l/wheel/omgtools/export/vehicles copying build/lib/omgtools/export/vehicles/Vehicle.hpp -> build/bdist.linux-armv7l/wheel/omgtools/export/vehicles copying build/lib/omgtools/export/vehicles/Holonomic.hpp -> build/bdist.linux-armv7l/wheel/omgtools/export/vehicles copying build/lib/omgtools/export/__init__.py -> build/bdist.linux-armv7l/wheel/omgtools/export copying build/lib/omgtools/export/export_p2p.py -> build/bdist.linux-armv7l/wheel/omgtools/export copying build/lib/omgtools/export/export_rendezvous.py -> build/bdist.linux-armv7l/wheel/omgtools/export creating build/bdist.linux-armv7l/wheel/omgtools/export/tests creating build/bdist.linux-armv7l/wheel/omgtools/export/tests/formation copying build/lib/omgtools/export/tests/formation/test.cpp -> build/bdist.linux-armv7l/wheel/omgtools/export/tests/formation creating build/bdist.linux-armv7l/wheel/omgtools/export/tests/point2point copying build/lib/omgtools/export/tests/point2point/test.cpp -> build/bdist.linux-armv7l/wheel/omgtools/export/tests/point2point creating build/bdist.linux-armv7l/wheel/omgtools/export/tests/rendezvous copying build/lib/omgtools/export/tests/rendezvous/test.cpp -> build/bdist.linux-armv7l/wheel/omgtools/export/tests/rendezvous creating build/bdist.linux-armv7l/wheel/omgtools/export/point2point copying build/lib/omgtools/export/point2point/Makefile -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point copying build/lib/omgtools/export/point2point/Point2Point.hpp -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point creating build/bdist.linux-armv7l/wheel/omgtools/export/point2point/admm copying build/lib/omgtools/export/point2point/admm/ADMMPoint2Point.hpp -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point/admm creating build/bdist.linux-armv7l/wheel/omgtools/export/point2point/admm/formation copying build/lib/omgtools/export/point2point/admm/formation/FormationPoint2Point.cpp -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point/admm/formation copying build/lib/omgtools/export/point2point/admm/formation/FormationPoint2Point.hpp -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point/admm/formation copying build/lib/omgtools/export/point2point/admm/ADMMPoint2Point.cpp -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point/admm creating build/bdist.linux-armv7l/wheel/omgtools/export/point2point/admm/rendezvous copying build/lib/omgtools/export/point2point/admm/rendezvous/RendezVous.cpp -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point/admm/rendezvous copying build/lib/omgtools/export/point2point/admm/rendezvous/RendezVous.hpp -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point/admm/rendezvous copying build/lib/omgtools/export/point2point/Point2Point.cpp -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point copying build/lib/omgtools/export/point2point/instructions.txt -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point copying build/lib/omgtools/export/point2point/example.cpp -> build/bdist.linux-armv7l/wheel/omgtools/export/point2point copying build/lib/omgtools/export/export_formation.py -> build/bdist.linux-armv7l/wheel/omgtools/export creating build/bdist.linux-armv7l/wheel/omgtools/execution copying build/lib/omgtools/execution/simulator.py -> build/bdist.linux-armv7l/wheel/omgtools/execution copying build/lib/omgtools/execution/deployer.py -> build/bdist.linux-armv7l/wheel/omgtools/execution copying build/lib/omgtools/execution/__init__.py -> build/bdist.linux-armv7l/wheel/omgtools/execution copying build/lib/omgtools/execution/plotlayer.py -> build/bdist.linux-armv7l/wheel/omgtools/execution creating build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/quadrotor3d.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/dubins.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/holonomic3d.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/fleet.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/agv.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/vehicle.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/holonomic1d.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/tool.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/holonomicorient.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/quadrotor.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/trailer.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/__init__.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/holonomic.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles copying build/lib/omgtools/vehicles/bicycle.py -> build/bdist.linux-armv7l/wheel/omgtools/vehicles creating build/bdist.linux-armv7l/wheel/omgtools/environment copying build/lib/omgtools/environment/obstacle.py -> build/bdist.linux-armv7l/wheel/omgtools/environment copying build/lib/omgtools/environment/frame.py -> build/bdist.linux-armv7l/wheel/omgtools/environment copying build/lib/omgtools/environment/environment.py -> build/bdist.linux-armv7l/wheel/omgtools/environment copying build/lib/omgtools/environment/__init__.py -> build/bdist.linux-armv7l/wheel/omgtools/environment copying build/lib/omgtools/__init__.py -> build/bdist.linux-armv7l/wheel/omgtools creating build/bdist.linux-armv7l/wheel/omgtools/basics copying build/lib/omgtools/basics/shape.py -> build/bdist.linux-armv7l/wheel/omgtools/basics copying build/lib/omgtools/basics/optilayer.py -> build/bdist.linux-armv7l/wheel/omgtools/basics copying build/lib/omgtools/basics/geometry.py -> build/bdist.linux-armv7l/wheel/omgtools/basics copying build/lib/omgtools/basics/spline_extra.py -> build/bdist.linux-armv7l/wheel/omgtools/basics copying build/lib/omgtools/basics/__init__.py -> build/bdist.linux-armv7l/wheel/omgtools/basics copying build/lib/omgtools/basics/spline.py -> build/bdist.linux-armv7l/wheel/omgtools/basics running install_egg_info running egg_info writing omg_tools.egg-info/PKG-INFO writing requirements to omg_tools.egg-info/requires.txt writing top-level names to omg_tools.egg-info/top_level.txt writing dependency_links to omg_tools.egg-info/dependency_links.txt reading manifest file 'omg_tools.egg-info/SOURCES.txt' writing manifest file 'omg_tools.egg-info/SOURCES.txt' Copying omg_tools.egg-info to build/bdist.linux-armv7l/wheel/omg_tools-0.1.3-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/omg_tools-0.1.3.dist-info/WHEEL Running setup.py bdist_wheel for omg-tools: finished with status 'done' Stored in directory: /tmp/tmpg2hnj5qn Successfully built omg-tools Cleaning up... Removing source in /tmp/pip-build-dn52_8x9/omg-tools