Collecting cryptolens==0.1.12 1 location(s) to search for versions of cryptolens: * https://pypi.python.org/simple/cryptolens/ Getting page https://pypi.python.org/simple/cryptolens/ Analyzing links from page https://pypi.python.org/simple/cryptolens/ Found link https://pypi.python.org/packages/2f/4c/0f04a5d7322ea1e27faa10ea06a0353099fe89880555829b8cfbff254a15/cryptolens-0.1.1.tar.gz#md5=76f2f1bd185d8595fd247e750e4efb16 (from https://pypi.python.org/simple/cryptolens/), version: 0.1.1 Found link https://pypi.python.org/packages/30/cf/fad6d84e56b3f51a93ef4b61ca97b5cef4cc15091ef64cd235718d55d98a/cryptolens-0.1.12.tar.gz#md5=19cfffe368042fce1782a9f02d6ce5a0 (from https://pypi.python.org/simple/cryptolens/), version: 0.1.12 Found link https://pypi.python.org/packages/88/70/9345a25c05c3dab0c998178d7e4ac3a73438d1d068c6bf5c0f08cc62d3d2/cryptolens-0.1.11.tar.gz#md5=fe2ab84cf1700366de856f23aed49fef (from https://pypi.python.org/simple/cryptolens/), version: 0.1.11 Found link https://pypi.python.org/packages/b0/aa/10de87dce16588c1a5b6c290fdc75d8ed5279a3c02f07caf18f50872e018/cryptolens-0.1.tar.gz#md5=b05af7c302aba5161448f881810357e0 (from https://pypi.python.org/simple/cryptolens/), version: 0.1 Using version 0.1.12 (newest of versions: 0.1.12) Downloading cryptolens-0.1.12.tar.gz Downloading from URL https://pypi.python.org/packages/30/cf/fad6d84e56b3f51a93ef4b61ca97b5cef4cc15091ef64cd235718d55d98a/cryptolens-0.1.12.tar.gz#md5=19cfffe368042fce1782a9f02d6ce5a0 (from https://pypi.python.org/simple/cryptolens/) Running setup.py (path:/tmp/pip-build-w9bngvhi/cryptolens/setup.py) egg_info for package cryptolens Running command python setup.py egg_info running egg_info creating pip-egg-info/cryptolens.egg-info writing pip-egg-info/cryptolens.egg-info/PKG-INFO writing entry points to pip-egg-info/cryptolens.egg-info/entry_points.txt writing requirements to pip-egg-info/cryptolens.egg-info/requires.txt writing top-level names to pip-egg-info/cryptolens.egg-info/top_level.txt writing dependency_links to pip-egg-info/cryptolens.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/cryptolens.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/cryptolens.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/cryptolens.egg-info/SOURCES.txt' Source in /tmp/pip-build-w9bngvhi/cryptolens has version 0.1.12, which satisfies requirement cryptolens==0.1.12 from https://pypi.python.org/packages/30/cf/fad6d84e56b3f51a93ef4b61ca97b5cef4cc15091ef64cd235718d55d98a/cryptolens-0.1.12.tar.gz#md5=19cfffe368042fce1782a9f02d6ce5a0 Building wheels for collected packages: cryptolens Running setup.py bdist_wheel for cryptolens: started Destination directory: /tmp/tmpi2gsu3kapip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-w9bngvhi/cryptolens/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/tmpi2gsu3kapip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/cryptolens copying cryptolens/main.py -> build/lib/cryptolens copying cryptolens/__init__.py -> build/lib/cryptolens copying cryptolens/database.py -> build/lib/cryptolens copying cryptolens/config.py -> build/lib/cryptolens copying cryptolens/initdb.py -> build/lib/cryptolens copying cryptolens/asset.py -> build/lib/cryptolens copying cryptolens/dbmanager.py -> build/lib/cryptolens creating build/lib/cryptolens/mvc copying cryptolens/mvc/displayhome.py -> build/lib/cryptolens/mvc copying cryptolens/mvc/__init__.py -> build/lib/cryptolens/mvc copying cryptolens/mvc/displaymarket.py -> build/lib/cryptolens/mvc copying cryptolens/mvc/displaycommon.py -> build/lib/cryptolens/mvc creating build/lib/cryptolens/core copying cryptolens/core/__init__.py -> build/lib/cryptolens/core copying cryptolens/core/orderbook.py -> build/lib/cryptolens/core creating build/lib/cryptolens/daemon copying cryptolens/daemon/__init__.py -> build/lib/cryptolens/daemon copying cryptolens/daemon/processor.py -> build/lib/cryptolens/daemon creating build/lib/cryptolens/exchanges copying cryptolens/exchanges/gdax.py -> build/lib/cryptolens/exchanges copying cryptolens/exchanges/__init__.py -> build/lib/cryptolens/exchanges copying cryptolens/exchanges/bitfinex.py -> build/lib/cryptolens/exchanges copying cryptolens/exchanges/bitmex.py -> build/lib/cryptolens/exchanges copying cryptolens/exchanges/exchange.py -> build/lib/cryptolens/exchanges copying cryptolens/exchanges/bitrex.py -> build/lib/cryptolens/exchanges copying cryptolens/exchanges/poloniex.py -> build/lib/cryptolens/exchanges running egg_info writing top-level names to cryptolens.egg-info/top_level.txt writing dependency_links to cryptolens.egg-info/dependency_links.txt writing entry points to cryptolens.egg-info/entry_points.txt writing cryptolens.egg-info/PKG-INFO writing requirements to cryptolens.egg-info/requires.txt reading manifest file 'cryptolens.egg-info/SOURCES.txt' writing manifest file 'cryptolens.egg-info/SOURCES.txt' creating build/lib/cryptolens/tests copying cryptolens/tests/__init__.py -> build/lib/cryptolens/tests creating build/lib/cryptolens/tests/bitfinex copying cryptolens/tests/bitfinex/__init__.py -> build/lib/cryptolens/tests/bitfinex copying cryptolens/tests/bitfinex/bitfinexprocessortests.py -> build/lib/cryptolens/tests/bitfinex 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/cryptolens copying build/lib/cryptolens/main.py -> build/bdist.linux-armv7l/wheel/cryptolens copying build/lib/cryptolens/__init__.py -> build/bdist.linux-armv7l/wheel/cryptolens copying build/lib/cryptolens/database.py -> build/bdist.linux-armv7l/wheel/cryptolens creating build/bdist.linux-armv7l/wheel/cryptolens/tests copying build/lib/cryptolens/tests/__init__.py -> build/bdist.linux-armv7l/wheel/cryptolens/tests creating build/bdist.linux-armv7l/wheel/cryptolens/tests/bitfinex copying build/lib/cryptolens/tests/bitfinex/bitfinexprocessortests.py -> build/bdist.linux-armv7l/wheel/cryptolens/tests/bitfinex copying build/lib/cryptolens/tests/bitfinex/__init__.py -> build/bdist.linux-armv7l/wheel/cryptolens/tests/bitfinex copying build/lib/cryptolens/config.py -> build/bdist.linux-armv7l/wheel/cryptolens creating build/bdist.linux-armv7l/wheel/cryptolens/exchanges copying build/lib/cryptolens/exchanges/gdax.py -> build/bdist.linux-armv7l/wheel/cryptolens/exchanges copying build/lib/cryptolens/exchanges/__init__.py -> build/bdist.linux-armv7l/wheel/cryptolens/exchanges copying build/lib/cryptolens/exchanges/bitfinex.py -> build/bdist.linux-armv7l/wheel/cryptolens/exchanges copying build/lib/cryptolens/exchanges/bitmex.py -> build/bdist.linux-armv7l/wheel/cryptolens/exchanges copying build/lib/cryptolens/exchanges/exchange.py -> build/bdist.linux-armv7l/wheel/cryptolens/exchanges copying build/lib/cryptolens/exchanges/bitrex.py -> build/bdist.linux-armv7l/wheel/cryptolens/exchanges copying build/lib/cryptolens/exchanges/poloniex.py -> build/bdist.linux-armv7l/wheel/cryptolens/exchanges creating build/bdist.linux-armv7l/wheel/cryptolens/daemon copying build/lib/cryptolens/daemon/__init__.py -> build/bdist.linux-armv7l/wheel/cryptolens/daemon copying build/lib/cryptolens/daemon/processor.py -> build/bdist.linux-armv7l/wheel/cryptolens/daemon copying build/lib/cryptolens/initdb.py -> build/bdist.linux-armv7l/wheel/cryptolens creating build/bdist.linux-armv7l/wheel/cryptolens/core copying build/lib/cryptolens/core/__init__.py -> build/bdist.linux-armv7l/wheel/cryptolens/core copying build/lib/cryptolens/core/orderbook.py -> build/bdist.linux-armv7l/wheel/cryptolens/core creating build/bdist.linux-armv7l/wheel/cryptolens/mvc copying build/lib/cryptolens/mvc/displayhome.py -> build/bdist.linux-armv7l/wheel/cryptolens/mvc copying build/lib/cryptolens/mvc/__init__.py -> build/bdist.linux-armv7l/wheel/cryptolens/mvc copying build/lib/cryptolens/mvc/displaymarket.py -> build/bdist.linux-armv7l/wheel/cryptolens/mvc copying build/lib/cryptolens/mvc/displaycommon.py -> build/bdist.linux-armv7l/wheel/cryptolens/mvc copying build/lib/cryptolens/asset.py -> build/bdist.linux-armv7l/wheel/cryptolens copying build/lib/cryptolens/dbmanager.py -> build/bdist.linux-armv7l/wheel/cryptolens running install_egg_info Copying cryptolens.egg-info to build/bdist.linux-armv7l/wheel/cryptolens-0.1.12-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/cryptolens-0.1.12.dist-info/WHEEL Running setup.py bdist_wheel for cryptolens: finished with status 'done' Stored in directory: /tmp/tmp5my_ydwg Successfully built cryptolens Cleaning up... Removing source in /tmp/pip-build-w9bngvhi/cryptolens