Collecting pypoticia==3.1.2 1 location(s) to search for versions of pypoticia: * https://pypi.python.org/simple/pypoticia/ Getting page https://pypi.python.org/simple/pypoticia/ Analyzing links from page https://pypi.python.org/simple/pypoticia/ Found link https://pypi.python.org/packages/13/ca/bdd5c1e07dc46ac486349df4448b638e82d9138c7aa5645bde9a93f6e85e/pypoticia-3.0.0rc1.tar.gz#md5=c83581546a38f2b138e99ea4974b17ac (from https://pypi.python.org/simple/pypoticia/), version: 3.0.0rc1 Found link https://pypi.python.org/packages/73/aa/01d23c7347712b165fed85536fd7c4ce4d9b45ca2a23728dc78ef93b90ea/pypoticia-3.0.3.tar.gz#md5=168f5651907b6ae116dcb160927dc8d9 (from https://pypi.python.org/simple/pypoticia/), version: 3.0.3 Found link https://pypi.python.org/packages/91/a0/0d1c23deced5695f82215904c0647ac2e385e70e6210d75d89e8972e981b/pypoticia-3.1.2.tar.gz#md5=bd0e9e871f0046df1caf3935c500a239 (from https://pypi.python.org/simple/pypoticia/), version: 3.1.2 Found link https://pypi.python.org/packages/b4/b1/ff36bd9f2c23a52cb576cf99f607eb8d6394c8a9629397a9ff6bdf309945/pypoticia-3.1.0.tar.gz#md5=dd0610ebff00d0a3f7af21eff607cff6 (from https://pypi.python.org/simple/pypoticia/), version: 3.1.0 Found link https://pypi.python.org/packages/b4/b7/5d7ad0b24f735a26c3a805082cea54322862ccac316c4f4f0217b0dbf327/pypoticia-3.1.1.tar.gz#md5=48220d965f7b9ee78ed5c7d7cc43b5c9 (from https://pypi.python.org/simple/pypoticia/), version: 3.1.1 Using version 3.1.2 (newest of versions: 3.1.2) Downloading pypoticia-3.1.2.tar.gz (365kB) Downloading from URL https://pypi.python.org/packages/91/a0/0d1c23deced5695f82215904c0647ac2e385e70e6210d75d89e8972e981b/pypoticia-3.1.2.tar.gz#md5=bd0e9e871f0046df1caf3935c500a239 (from https://pypi.python.org/simple/pypoticia/) Running setup.py (path:/tmp/pip-build-y4utmrba/pypoticia/setup.py) egg_info for package pypoticia Running command python setup.py egg_info running egg_info creating pip-egg-info/pypoticia.egg-info writing top-level names to pip-egg-info/pypoticia.egg-info/top_level.txt writing pip-egg-info/pypoticia.egg-info/PKG-INFO writing requirements to pip-egg-info/pypoticia.egg-info/requires.txt writing dependency_links to pip-egg-info/pypoticia.egg-info/dependency_links.txt writing entry points to pip-egg-info/pypoticia.egg-info/entry_points.txt writing manifest file 'pip-egg-info/pypoticia.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pypoticia.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/pypoticia.egg-info/SOURCES.txt' Source in /tmp/pip-build-y4utmrba/pypoticia has version 3.1.2, which satisfies requirement pypoticia==3.1.2 from https://pypi.python.org/packages/91/a0/0d1c23deced5695f82215904c0647ac2e385e70e6210d75d89e8972e981b/pypoticia-3.1.2.tar.gz#md5=bd0e9e871f0046df1caf3935c500a239 Building wheels for collected packages: pypoticia Running setup.py bdist_wheel for pypoticia: started Destination directory: /tmp/tmpkyxndiylpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-y4utmrba/pypoticia/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/tmpkyxndiylpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pypot copying pypot/kinematics.py -> build/lib/pypot copying pypot/__init__.py -> build/lib/pypot copying pypot/_version.py -> build/lib/pypot creating build/lib/pypot/server copying pypot/server/zmqserver.py -> build/lib/pypot/server copying pypot/server/server.py -> build/lib/pypot/server copying pypot/server/ws.py -> build/lib/pypot/server copying pypot/server/__init__.py -> build/lib/pypot/server copying pypot/server/httpserver.py -> build/lib/pypot/server copying pypot/server/snap.py -> build/lib/pypot/server copying pypot/server/rest.py -> build/lib/pypot/server creating build/lib/pypot/robot copying pypot/robot/controller.py -> build/lib/pypot/robot copying pypot/robot/io.py -> build/lib/pypot/robot copying pypot/robot/remote.py -> build/lib/pypot/robot copying pypot/robot/sensor.py -> build/lib/pypot/robot copying pypot/robot/__init__.py -> build/lib/pypot/robot copying pypot/robot/motor.py -> build/lib/pypot/robot copying pypot/robot/robot.py -> build/lib/pypot/robot copying pypot/robot/config.py -> build/lib/pypot/robot creating build/lib/pypot/tools copying pypot/tools/dxlconfig.py -> build/lib/pypot/tools copying pypot/tools/__init__.py -> build/lib/pypot/tools creating build/lib/pypot/creatures copying pypot/creatures/configure_utility.py -> build/lib/pypot/creatures copying pypot/creatures/services_launcher.py -> build/lib/pypot/creatures copying pypot/creatures/abstractcreature.py -> build/lib/pypot/creatures copying pypot/creatures/__init__.py -> build/lib/pypot/creatures copying pypot/creatures/ik.py -> build/lib/pypot/creatures creating build/lib/pypot/vrep copying pypot/vrep/controller.py -> build/lib/pypot/vrep copying pypot/vrep/io.py -> build/lib/pypot/vrep copying pypot/vrep/__init__.py -> build/lib/pypot/vrep creating build/lib/pypot/sensor copying pypot/sensor/optibridge.py -> build/lib/pypot/sensor copying pypot/sensor/optitrack.py -> build/lib/pypot/sensor copying pypot/sensor/__init__.py -> build/lib/pypot/sensor creating build/lib/pypot/utils copying pypot/utils/appdirs.py -> build/lib/pypot/utils copying pypot/utils/interpolation.py -> build/lib/pypot/utils copying pypot/utils/__init__.py -> build/lib/pypot/utils copying pypot/utils/i2c_controller.py -> build/lib/pypot/utils copying pypot/utils/trajectory.py -> build/lib/pypot/utils copying pypot/utils/pypot_time.py -> build/lib/pypot/utils copying pypot/utils/stoppablethread.py -> build/lib/pypot/utils creating build/lib/pypot/dynamixel copying pypot/dynamixel/controller.py -> build/lib/pypot/dynamixel copying pypot/dynamixel/syncloop.py -> build/lib/pypot/dynamixel copying pypot/dynamixel/conversion.py -> build/lib/pypot/dynamixel copying pypot/dynamixel/__init__.py -> build/lib/pypot/dynamixel copying pypot/dynamixel/error.py -> build/lib/pypot/dynamixel copying pypot/dynamixel/motor.py -> build/lib/pypot/dynamixel creating build/lib/pypot/primitive copying pypot/primitive/primitive.py -> build/lib/pypot/primitive copying pypot/primitive/__init__.py -> build/lib/pypot/primitive copying pypot/primitive/move.py -> build/lib/pypot/primitive copying pypot/primitive/utils.py -> build/lib/pypot/primitive copying pypot/primitive/manager.py -> build/lib/pypot/primitive creating build/lib/pypot/tools/herborist copying pypot/tools/herborist/herborist.py -> build/lib/pypot/tools/herborist copying pypot/tools/herborist/__init__.py -> build/lib/pypot/tools/herborist creating build/lib/pypot/vrep/remoteApiBindings copying pypot/vrep/remoteApiBindings/vrep.py -> build/lib/pypot/vrep/remoteApiBindings copying pypot/vrep/remoteApiBindings/__init__.py -> build/lib/pypot/vrep/remoteApiBindings copying pypot/vrep/remoteApiBindings/vrepConst.py -> build/lib/pypot/vrep/remoteApiBindings creating build/lib/pypot/sensor/camera copying pypot/sensor/camera/dummy.py -> build/lib/pypot/sensor/camera copying pypot/sensor/camera/opencvcam.py -> build/lib/pypot/sensor/camera copying pypot/sensor/camera/__init__.py -> build/lib/pypot/sensor/camera copying pypot/sensor/camera/abstractcam.py -> build/lib/pypot/sensor/camera creating build/lib/pypot/sensor/kinect copying pypot/sensor/kinect/sensor.py -> build/lib/pypot/sensor/kinect copying pypot/sensor/kinect/__init__.py -> build/lib/pypot/sensor/kinect creating build/lib/pypot/sensor/depth copying pypot/sensor/depth/__init__.py -> build/lib/pypot/sensor/depth copying pypot/sensor/depth/sonar.py -> build/lib/pypot/sensor/depth creating build/lib/pypot/sensor/arduino copying pypot/sensor/arduino/arduino_sensor.py -> build/lib/pypot/sensor/arduino copying pypot/sensor/arduino/__init__.py -> build/lib/pypot/sensor/arduino creating build/lib/pypot/sensor/contact copying pypot/sensor/contact/__init__.py -> build/lib/pypot/sensor/contact copying pypot/sensor/contact/contact.py -> build/lib/pypot/sensor/contact creating build/lib/pypot/sensor/imagefeature copying pypot/sensor/imagefeature/face.py -> build/lib/pypot/sensor/imagefeature copying pypot/sensor/imagefeature/__init__.py -> build/lib/pypot/sensor/imagefeature copying pypot/sensor/imagefeature/marker.py -> build/lib/pypot/sensor/imagefeature copying pypot/sensor/imagefeature/blob.py -> build/lib/pypot/sensor/imagefeature creating build/lib/pypot/dynamixel/io copying pypot/dynamixel/io/io_320.py -> build/lib/pypot/dynamixel/io copying pypot/dynamixel/io/io.py -> build/lib/pypot/dynamixel/io copying pypot/dynamixel/io/abstract_io.py -> build/lib/pypot/dynamixel/io copying pypot/dynamixel/io/__init__.py -> build/lib/pypot/dynamixel/io creating build/lib/pypot/dynamixel/protocol copying pypot/dynamixel/protocol/__init__.py -> build/lib/pypot/dynamixel/protocol copying pypot/dynamixel/protocol/v1.py -> build/lib/pypot/dynamixel/protocol copying pypot/dynamixel/protocol/v2.py -> build/lib/pypot/dynamixel/protocol running egg_info writing pypoticia.egg-info/PKG-INFO writing entry points to pypoticia.egg-info/entry_points.txt writing requirements to pypoticia.egg-info/requires.txt writing top-level names to pypoticia.egg-info/top_level.txt writing dependency_links to pypoticia.egg-info/dependency_links.txt reading manifest file 'pypoticia.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pypoticia.egg-info/SOURCES.txt' creating build/lib/pypot/server/snap_projects copying pypot/server/snap_projects/poppy-demo-project.xml -> build/lib/pypot/server/snap_projects copying pypot/server/snap_projects/pypot-snap-blocks.xml -> build/lib/pypot/server/snap_projects copying pypot/tools/herborist/herborist.ui -> build/lib/pypot/tools/herborist creating build/lib/pypot/vrep/remoteApiBindings/lib creating build/lib/pypot/vrep/remoteApiBindings/lib/linux creating build/lib/pypot/vrep/remoteApiBindings/lib/linux/32Bit copying pypot/vrep/remoteApiBindings/lib/linux/32Bit/remoteApi.so -> build/lib/pypot/vrep/remoteApiBindings/lib/linux/32Bit creating build/lib/pypot/vrep/remoteApiBindings/lib/linux/64Bit copying pypot/vrep/remoteApiBindings/lib/linux/64Bit/remoteApi.so -> build/lib/pypot/vrep/remoteApiBindings/lib/linux/64Bit creating build/lib/pypot/vrep/remoteApiBindings/lib/mac creating build/lib/pypot/vrep/remoteApiBindings/lib/mac/64Bit copying pypot/vrep/remoteApiBindings/lib/mac/64Bit/remoteApi.dylib -> build/lib/pypot/vrep/remoteApiBindings/lib/mac/64Bit creating build/lib/pypot/vrep/remoteApiBindings/lib/windows creating build/lib/pypot/vrep/remoteApiBindings/lib/windows/32Bit copying pypot/vrep/remoteApiBindings/lib/windows/32Bit/remoteApi.dll -> build/lib/pypot/vrep/remoteApiBindings/lib/windows/32Bit creating build/lib/pypot/vrep/remoteApiBindings/lib/windows/64Bit copying pypot/vrep/remoteApiBindings/lib/windows/64Bit/remoteApi.dll -> build/lib/pypot/vrep/remoteApiBindings/lib/windows/64Bit Fixing build/lib/pypot/kinematics.py build/lib/pypot/__init__.py build/lib/pypot/_version.py build/lib/pypot/server/zmqserver.py build/lib/pypot/server/server.py build/lib/pypot/server/ws.py build/lib/pypot/server/__init__.py build/lib/pypot/server/httpserver.py build/lib/pypot/server/snap.py build/lib/pypot/server/rest.py build/lib/pypot/robot/controller.py build/lib/pypot/robot/io.py build/lib/pypot/robot/remote.py build/lib/pypot/robot/sensor.py build/lib/pypot/robot/__init__.py build/lib/pypot/robot/motor.py build/lib/pypot/robot/robot.py build/lib/pypot/robot/config.py build/lib/pypot/tools/dxlconfig.py build/lib/pypot/tools/__init__.py build/lib/pypot/creatures/configure_utility.py build/lib/pypot/creatures/services_launcher.py build/lib/pypot/creatures/abstractcreature.py build/lib/pypot/creatures/__init__.py build/lib/pypot/creatures/ik.py build/lib/pypot/vrep/controller.py build/lib/pypot/vrep/io.py build/lib/pypot/vrep/__init__.py build/lib/pypot/sensor/optibridge.py build/lib/pypot/sensor/optitrack.py build/lib/pypot/sensor/__init__.py build/lib/pypot/utils/appdirs.py build/lib/pypot/utils/interpolation.py build/lib/pypot/utils/__init__.py build/lib/pypot/utils/i2c_controller.py build/lib/pypot/utils/trajectory.py build/lib/pypot/utils/pypot_time.py build/lib/pypot/utils/stoppablethread.py build/lib/pypot/dynamixel/controller.py build/lib/pypot/dynamixel/syncloop.py build/lib/pypot/dynamixel/conversion.py build/lib/pypot/dynamixel/__init__.py build/lib/pypot/dynamixel/error.py build/lib/pypot/dynamixel/motor.py build/lib/pypot/primitive/primitive.py build/lib/pypot/primitive/__init__.py build/lib/pypot/primitive/move.py build/lib/pypot/primitive/utils.py build/lib/pypot/primitive/manager.py build/lib/pypot/tools/herborist/herborist.py build/lib/pypot/tools/herborist/__init__.py build/lib/pypot/vrep/remoteApiBindings/vrep.py build/lib/pypot/vrep/remoteApiBindings/__init__.py build/lib/pypot/vrep/remoteApiBindings/vrepConst.py build/lib/pypot/sensor/camera/dummy.py build/lib/pypot/sensor/camera/opencvcam.py build/lib/pypot/sensor/camera/__init__.py build/lib/pypot/sensor/camera/abstractcam.py build/lib/pypot/sensor/kinect/sensor.py build/lib/pypot/sensor/kinect/__init__.py build/lib/pypot/sensor/depth/__init__.py build/lib/pypot/sensor/depth/sonar.py build/lib/pypot/sensor/arduino/arduino_sensor.py build/lib/pypot/sensor/arduino/__init__.py build/lib/pypot/sensor/contact/__init__.py build/lib/pypot/sensor/contact/contact.py build/lib/pypot/sensor/imagefeature/face.py build/lib/pypot/sensor/imagefeature/__init__.py build/lib/pypot/sensor/imagefeature/marker.py build/lib/pypot/sensor/imagefeature/blob.py build/lib/pypot/dynamixel/io/io_320.py build/lib/pypot/dynamixel/io/io.py build/lib/pypot/dynamixel/io/abstract_io.py build/lib/pypot/dynamixel/io/__init__.py build/lib/pypot/dynamixel/protocol/__init__.py build/lib/pypot/dynamixel/protocol/v1.py build/lib/pypot/dynamixel/protocol/v2.py Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma Fixing build/lib/pypot/kinematics.py build/lib/pypot/__init__.py build/lib/pypot/_version.py build/lib/pypot/server/zmqserver.py build/lib/pypot/server/server.py build/lib/pypot/server/ws.py build/lib/pypot/server/__init__.py build/lib/pypot/server/httpserver.py build/lib/pypot/server/snap.py build/lib/pypot/server/rest.py build/lib/pypot/robot/controller.py build/lib/pypot/robot/io.py build/lib/pypot/robot/remote.py build/lib/pypot/robot/sensor.py build/lib/pypot/robot/__init__.py build/lib/pypot/robot/motor.py build/lib/pypot/robot/robot.py build/lib/pypot/robot/config.py build/lib/pypot/tools/dxlconfig.py build/lib/pypot/tools/__init__.py build/lib/pypot/creatures/configure_utility.py build/lib/pypot/creatures/services_launcher.py build/lib/pypot/creatures/abstractcreature.py build/lib/pypot/creatures/__init__.py build/lib/pypot/creatures/ik.py build/lib/pypot/vrep/controller.py build/lib/pypot/vrep/io.py build/lib/pypot/vrep/__init__.py build/lib/pypot/sensor/optibridge.py build/lib/pypot/sensor/optitrack.py build/lib/pypot/sensor/__init__.py build/lib/pypot/utils/appdirs.py build/lib/pypot/utils/interpolation.py build/lib/pypot/utils/__init__.py build/lib/pypot/utils/i2c_controller.py build/lib/pypot/utils/trajectory.py build/lib/pypot/utils/pypot_time.py build/lib/pypot/utils/stoppablethread.py build/lib/pypot/dynamixel/controller.py build/lib/pypot/dynamixel/syncloop.py build/lib/pypot/dynamixel/conversion.py build/lib/pypot/dynamixel/__init__.py build/lib/pypot/dynamixel/error.py build/lib/pypot/dynamixel/motor.py build/lib/pypot/primitive/primitive.py build/lib/pypot/primitive/__init__.py build/lib/pypot/primitive/move.py build/lib/pypot/primitive/utils.py build/lib/pypot/primitive/manager.py build/lib/pypot/tools/herborist/herborist.py build/lib/pypot/tools/herborist/__init__.py build/lib/pypot/vrep/remoteApiBindings/vrep.py build/lib/pypot/vrep/remoteApiBindings/__init__.py build/lib/pypot/vrep/remoteApiBindings/vrepConst.py build/lib/pypot/sensor/camera/dummy.py build/lib/pypot/sensor/camera/opencvcam.py build/lib/pypot/sensor/camera/__init__.py build/lib/pypot/sensor/camera/abstractcam.py build/lib/pypot/sensor/kinect/sensor.py build/lib/pypot/sensor/kinect/__init__.py build/lib/pypot/sensor/depth/__init__.py build/lib/pypot/sensor/depth/sonar.py build/lib/pypot/sensor/arduino/arduino_sensor.py build/lib/pypot/sensor/arduino/__init__.py build/lib/pypot/sensor/contact/__init__.py build/lib/pypot/sensor/contact/contact.py build/lib/pypot/sensor/imagefeature/face.py build/lib/pypot/sensor/imagefeature/__init__.py build/lib/pypot/sensor/imagefeature/marker.py build/lib/pypot/sensor/imagefeature/blob.py build/lib/pypot/dynamixel/io/io_320.py build/lib/pypot/dynamixel/io/io.py build/lib/pypot/dynamixel/io/abstract_io.py build/lib/pypot/dynamixel/io/__init__.py build/lib/pypot/dynamixel/protocol/__init__.py build/lib/pypot/dynamixel/protocol/v1.py build/lib/pypot/dynamixel/protocol/v2.py Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma 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/pypot creating build/bdist.linux-armv7l/wheel/pypot/server copying build/lib/pypot/server/zmqserver.py -> build/bdist.linux-armv7l/wheel/pypot/server copying build/lib/pypot/server/server.py -> build/bdist.linux-armv7l/wheel/pypot/server creating build/bdist.linux-armv7l/wheel/pypot/server/snap_projects copying build/lib/pypot/server/snap_projects/pypot-snap-blocks.xml -> build/bdist.linux-armv7l/wheel/pypot/server/snap_projects copying build/lib/pypot/server/snap_projects/poppy-demo-project.xml -> build/bdist.linux-armv7l/wheel/pypot/server/snap_projects copying build/lib/pypot/server/ws.py -> build/bdist.linux-armv7l/wheel/pypot/server copying build/lib/pypot/server/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/server copying build/lib/pypot/server/httpserver.py -> build/bdist.linux-armv7l/wheel/pypot/server copying build/lib/pypot/server/snap.py -> build/bdist.linux-armv7l/wheel/pypot/server copying build/lib/pypot/server/rest.py -> build/bdist.linux-armv7l/wheel/pypot/server creating build/bdist.linux-armv7l/wheel/pypot/robot copying build/lib/pypot/robot/controller.py -> build/bdist.linux-armv7l/wheel/pypot/robot copying build/lib/pypot/robot/io.py -> build/bdist.linux-armv7l/wheel/pypot/robot copying build/lib/pypot/robot/remote.py -> build/bdist.linux-armv7l/wheel/pypot/robot copying build/lib/pypot/robot/sensor.py -> build/bdist.linux-armv7l/wheel/pypot/robot copying build/lib/pypot/robot/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/robot copying build/lib/pypot/robot/motor.py -> build/bdist.linux-armv7l/wheel/pypot/robot copying build/lib/pypot/robot/robot.py -> build/bdist.linux-armv7l/wheel/pypot/robot copying build/lib/pypot/robot/config.py -> build/bdist.linux-armv7l/wheel/pypot/robot creating build/bdist.linux-armv7l/wheel/pypot/tools copying build/lib/pypot/tools/dxlconfig.py -> build/bdist.linux-armv7l/wheel/pypot/tools creating build/bdist.linux-armv7l/wheel/pypot/tools/herborist copying build/lib/pypot/tools/herborist/herborist.py -> build/bdist.linux-armv7l/wheel/pypot/tools/herborist copying build/lib/pypot/tools/herborist/herborist.ui -> build/bdist.linux-armv7l/wheel/pypot/tools/herborist copying build/lib/pypot/tools/herborist/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/tools/herborist copying build/lib/pypot/tools/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/tools creating build/bdist.linux-armv7l/wheel/pypot/creatures copying build/lib/pypot/creatures/configure_utility.py -> build/bdist.linux-armv7l/wheel/pypot/creatures copying build/lib/pypot/creatures/services_launcher.py -> build/bdist.linux-armv7l/wheel/pypot/creatures copying build/lib/pypot/creatures/abstractcreature.py -> build/bdist.linux-armv7l/wheel/pypot/creatures copying build/lib/pypot/creatures/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/creatures copying build/lib/pypot/creatures/ik.py -> build/bdist.linux-armv7l/wheel/pypot/creatures creating build/bdist.linux-armv7l/wheel/pypot/vrep copying build/lib/pypot/vrep/controller.py -> build/bdist.linux-armv7l/wheel/pypot/vrep copying build/lib/pypot/vrep/io.py -> build/bdist.linux-armv7l/wheel/pypot/vrep creating build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings copying build/lib/pypot/vrep/remoteApiBindings/vrep.py -> build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings copying build/lib/pypot/vrep/remoteApiBindings/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings creating build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib creating build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/windows creating build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/windows/32Bit copying build/lib/pypot/vrep/remoteApiBindings/lib/windows/32Bit/remoteApi.dll -> build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/windows/32Bit creating build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/windows/64Bit copying build/lib/pypot/vrep/remoteApiBindings/lib/windows/64Bit/remoteApi.dll -> build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/windows/64Bit creating build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/linux creating build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/linux/32Bit copying build/lib/pypot/vrep/remoteApiBindings/lib/linux/32Bit/remoteApi.so -> build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/linux/32Bit creating build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/linux/64Bit copying build/lib/pypot/vrep/remoteApiBindings/lib/linux/64Bit/remoteApi.so -> build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/linux/64Bit creating build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/mac creating build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/mac/64Bit copying build/lib/pypot/vrep/remoteApiBindings/lib/mac/64Bit/remoteApi.dylib -> build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings/lib/mac/64Bit copying build/lib/pypot/vrep/remoteApiBindings/vrepConst.py -> build/bdist.linux-armv7l/wheel/pypot/vrep/remoteApiBindings copying build/lib/pypot/vrep/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/vrep creating build/bdist.linux-armv7l/wheel/pypot/sensor creating build/bdist.linux-armv7l/wheel/pypot/sensor/camera copying build/lib/pypot/sensor/camera/dummy.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/camera copying build/lib/pypot/sensor/camera/opencvcam.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/camera copying build/lib/pypot/sensor/camera/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/camera copying build/lib/pypot/sensor/camera/abstractcam.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/camera creating build/bdist.linux-armv7l/wheel/pypot/sensor/kinect copying build/lib/pypot/sensor/kinect/sensor.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/kinect copying build/lib/pypot/sensor/kinect/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/kinect copying build/lib/pypot/sensor/optibridge.py -> build/bdist.linux-armv7l/wheel/pypot/sensor copying build/lib/pypot/sensor/optitrack.py -> build/bdist.linux-armv7l/wheel/pypot/sensor creating build/bdist.linux-armv7l/wheel/pypot/sensor/depth copying build/lib/pypot/sensor/depth/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/depth copying build/lib/pypot/sensor/depth/sonar.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/depth creating build/bdist.linux-armv7l/wheel/pypot/sensor/arduino copying build/lib/pypot/sensor/arduino/arduino_sensor.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/arduino copying build/lib/pypot/sensor/arduino/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/arduino creating build/bdist.linux-armv7l/wheel/pypot/sensor/contact copying build/lib/pypot/sensor/contact/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/contact copying build/lib/pypot/sensor/contact/contact.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/contact copying build/lib/pypot/sensor/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/sensor creating build/bdist.linux-armv7l/wheel/pypot/sensor/imagefeature copying build/lib/pypot/sensor/imagefeature/face.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/imagefeature copying build/lib/pypot/sensor/imagefeature/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/imagefeature copying build/lib/pypot/sensor/imagefeature/marker.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/imagefeature copying build/lib/pypot/sensor/imagefeature/blob.py -> build/bdist.linux-armv7l/wheel/pypot/sensor/imagefeature copying build/lib/pypot/kinematics.py -> build/bdist.linux-armv7l/wheel/pypot copying build/lib/pypot/__init__.py -> build/bdist.linux-armv7l/wheel/pypot creating build/bdist.linux-armv7l/wheel/pypot/utils copying build/lib/pypot/utils/appdirs.py -> build/bdist.linux-armv7l/wheel/pypot/utils copying build/lib/pypot/utils/interpolation.py -> build/bdist.linux-armv7l/wheel/pypot/utils copying build/lib/pypot/utils/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/utils copying build/lib/pypot/utils/i2c_controller.py -> build/bdist.linux-armv7l/wheel/pypot/utils copying build/lib/pypot/utils/trajectory.py -> build/bdist.linux-armv7l/wheel/pypot/utils copying build/lib/pypot/utils/pypot_time.py -> build/bdist.linux-armv7l/wheel/pypot/utils copying build/lib/pypot/utils/stoppablethread.py -> build/bdist.linux-armv7l/wheel/pypot/utils creating build/bdist.linux-armv7l/wheel/pypot/dynamixel copying build/lib/pypot/dynamixel/controller.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel copying build/lib/pypot/dynamixel/syncloop.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel creating build/bdist.linux-armv7l/wheel/pypot/dynamixel/io copying build/lib/pypot/dynamixel/io/io_320.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel/io copying build/lib/pypot/dynamixel/io/io.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel/io copying build/lib/pypot/dynamixel/io/abstract_io.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel/io copying build/lib/pypot/dynamixel/io/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel/io creating build/bdist.linux-armv7l/wheel/pypot/dynamixel/protocol copying build/lib/pypot/dynamixel/protocol/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel/protocol copying build/lib/pypot/dynamixel/protocol/v1.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel/protocol copying build/lib/pypot/dynamixel/protocol/v2.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel/protocol copying build/lib/pypot/dynamixel/conversion.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel copying build/lib/pypot/dynamixel/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel copying build/lib/pypot/dynamixel/error.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel copying build/lib/pypot/dynamixel/motor.py -> build/bdist.linux-armv7l/wheel/pypot/dynamixel copying build/lib/pypot/_version.py -> build/bdist.linux-armv7l/wheel/pypot creating build/bdist.linux-armv7l/wheel/pypot/primitive copying build/lib/pypot/primitive/primitive.py -> build/bdist.linux-armv7l/wheel/pypot/primitive copying build/lib/pypot/primitive/__init__.py -> build/bdist.linux-armv7l/wheel/pypot/primitive copying build/lib/pypot/primitive/move.py -> build/bdist.linux-armv7l/wheel/pypot/primitive copying build/lib/pypot/primitive/utils.py -> build/bdist.linux-armv7l/wheel/pypot/primitive copying build/lib/pypot/primitive/manager.py -> build/bdist.linux-armv7l/wheel/pypot/primitive running install_egg_info Copying pypoticia.egg-info to build/bdist.linux-armv7l/wheel/pypoticia-3.1.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pypoticia-3.1.2.dist-info/WHEEL Running setup.py bdist_wheel for pypoticia: finished with status 'done' Stored in directory: /tmp/tmpxkogsgz1 Successfully built pypoticia Cleaning up... Removing source in /tmp/pip-build-y4utmrba/pypoticia