Created temporary directory: /tmp/pip-ephem-wheel-cache-im_vm0_9 Created temporary directory: /tmp/pip-req-tracker-0o934qwa Created requirements tracker '/tmp/pip-req-tracker-0o934qwa' Created temporary directory: /tmp/pip-wheel-jsenc_q9 Looking in indexes: https://pypi.python.org/simple Collecting stellar-sdk==0.1.9 1 location(s) to search for versions of stellar-sdk: * https://pypi.python.org/simple/stellar-sdk/ Getting page https://pypi.python.org/simple/stellar-sdk/ Analyzing links from page https://pypi.org/simple/stellar-sdk/ Found link https://files.pythonhosted.org/packages/af/d7/b71646588c711bdbd01698df25e286de3e9e38c3886bc2d39bd8a46e54b4/stellar-sdk-0.1.9.tar.gz#sha256=23e2380813c83fdaf864618f73571fac7364b040454d489735a65873e504160a (from https://pypi.org/simple/stellar-sdk/), version: 0.1.9 Using version 0.1.9 (newest of versions: 0.1.9) Created temporary directory: /tmp/pip-unpack-hysjq5o5 Downloading https://files.pythonhosted.org/packages/af/d7/b71646588c711bdbd01698df25e286de3e9e38c3886bc2d39bd8a46e54b4/stellar-sdk-0.1.9.tar.gz (100kB) Downloading from URL https://files.pythonhosted.org/packages/af/d7/b71646588c711bdbd01698df25e286de3e9e38c3886bc2d39bd8a46e54b4/stellar-sdk-0.1.9.tar.gz#sha256=23e2380813c83fdaf864618f73571fac7364b040454d489735a65873e504160a (from https://pypi.org/simple/stellar-sdk/) Added stellar-sdk==0.1.9 from https://files.pythonhosted.org/packages/af/d7/b71646588c711bdbd01698df25e286de3e9e38c3886bc2d39bd8a46e54b4/stellar-sdk-0.1.9.tar.gz#sha256=23e2380813c83fdaf864618f73571fac7364b040454d489735a65873e504160a to build tracker '/tmp/pip-req-tracker-0o934qwa' Running setup.py (path:/tmp/pip-wheel-jsenc_q9/stellar-sdk/setup.py) egg_info for package stellar-sdk Running command python setup.py egg_info running egg_info creating pip-egg-info/stellar_sdk.egg-info writing requirements to pip-egg-info/stellar_sdk.egg-info/requires.txt writing pip-egg-info/stellar_sdk.egg-info/PKG-INFO writing top-level names to pip-egg-info/stellar_sdk.egg-info/top_level.txt writing dependency_links to pip-egg-info/stellar_sdk.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/stellar_sdk.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/stellar_sdk.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/stellar_sdk.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-jsenc_q9/stellar-sdk has version 0.1.9, which satisfies requirement stellar-sdk==0.1.9 from https://files.pythonhosted.org/packages/af/d7/b71646588c711bdbd01698df25e286de3e9e38c3886bc2d39bd8a46e54b4/stellar-sdk-0.1.9.tar.gz#sha256=23e2380813c83fdaf864618f73571fac7364b040454d489735a65873e504160a Removed stellar-sdk==0.1.9 from https://files.pythonhosted.org/packages/af/d7/b71646588c711bdbd01698df25e286de3e9e38c3886bc2d39bd8a46e54b4/stellar-sdk-0.1.9.tar.gz#sha256=23e2380813c83fdaf864618f73571fac7364b040454d489735a65873e504160a from build tracker '/tmp/pip-req-tracker-0o934qwa' Building wheels for collected packages: stellar-sdk Created temporary directory: /tmp/pip-wheel-hng5swpo Running setup.py bdist_wheel for stellar-sdk: started Destination directory: /tmp/pip-wheel-hng5swpo Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-jsenc_q9/stellar-sdk/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-hng5swpo running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tests copying tests/test_envelope.py -> build/lib/tests copying tests/test_transaction.py -> build/lib/tests copying tests/test_keypair.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_operation.py -> build/lib/tests copying tests/test_horizon.py -> build/lib/tests copying tests/test_builder.py -> build/lib/tests copying tests/test_asset.py -> build/lib/tests copying tests/test_federation.py -> build/lib/tests copying tests/test_utils.py -> build/lib/tests creating build/lib/stellar_base copying stellar_base/memo.py -> build/lib/stellar_base copying stellar_base/exceptions.py -> build/lib/stellar_base copying stellar_base/utils.py -> build/lib/stellar_base copying stellar_base/builder.py -> build/lib/stellar_base copying stellar_base/__init__.py -> build/lib/stellar_base copying stellar_base/keypair.py -> build/lib/stellar_base copying stellar_base/base58.py -> build/lib/stellar_base copying stellar_base/transaction.py -> build/lib/stellar_base copying stellar_base/test.py -> build/lib/stellar_base copying stellar_base/operation.py -> build/lib/stellar_base copying stellar_base/network.py -> build/lib/stellar_base copying stellar_base/address.py -> build/lib/stellar_base copying stellar_base/federation.py -> build/lib/stellar_base copying stellar_base/asset.py -> build/lib/stellar_base copying stellar_base/transaction_envelope.py -> build/lib/stellar_base copying stellar_base/horizon.py -> build/lib/stellar_base creating build/lib/stellar_base/stellarxdr copying stellar_base/stellarxdr/xdrgen.py -> build/lib/stellar_base/stellarxdr copying stellar_base/stellarxdr/StellarXDR_type.py -> build/lib/stellar_base/stellarxdr copying stellar_base/stellarxdr/__init__.py -> build/lib/stellar_base/stellarxdr copying stellar_base/stellarxdr/StellarXDR_const.py -> build/lib/stellar_base/stellarxdr copying stellar_base/stellarxdr/StellarXDR_pack.py -> build/lib/stellar_base/stellarxdr running egg_info writing dependency_links to stellar_sdk.egg-info/dependency_links.txt writing requirements to stellar_sdk.egg-info/requires.txt writing stellar_sdk.egg-info/PKG-INFO writing top-level names to stellar_sdk.egg-info/top_level.txt reading manifest file 'stellar_sdk.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'stellar_sdk.egg-info/SOURCES.txt' creating build/lib/stellar_base/wordlist copying stellar_base/wordlist/chinese.txt -> build/lib/stellar_base/wordlist 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/tests copying build/lib/tests/test_envelope.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_transaction.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_keypair.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_operation.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_horizon.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_builder.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_asset.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_federation.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_utils.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/memo.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/exceptions.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/utils.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/builder.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/__init__.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/keypair.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/base58.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/transaction.py -> build/bdist.linux-armv7l/wheel/stellar_base creating build/bdist.linux-armv7l/wheel/stellar_base/stellarxdr copying build/lib/stellar_base/stellarxdr/xdrgen.py -> build/bdist.linux-armv7l/wheel/stellar_base/stellarxdr copying build/lib/stellar_base/stellarxdr/StellarXDR_type.py -> build/bdist.linux-armv7l/wheel/stellar_base/stellarxdr copying build/lib/stellar_base/stellarxdr/__init__.py -> build/bdist.linux-armv7l/wheel/stellar_base/stellarxdr copying build/lib/stellar_base/stellarxdr/StellarXDR_const.py -> build/bdist.linux-armv7l/wheel/stellar_base/stellarxdr copying build/lib/stellar_base/stellarxdr/StellarXDR_pack.py -> build/bdist.linux-armv7l/wheel/stellar_base/stellarxdr copying build/lib/stellar_base/test.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/operation.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/network.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/address.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/federation.py -> build/bdist.linux-armv7l/wheel/stellar_base creating build/bdist.linux-armv7l/wheel/stellar_base/wordlist copying build/lib/stellar_base/wordlist/chinese.txt -> build/bdist.linux-armv7l/wheel/stellar_base/wordlist copying build/lib/stellar_base/asset.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/transaction_envelope.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/horizon.py -> build/bdist.linux-armv7l/wheel/stellar_base running install_egg_info Copying stellar_sdk.egg-info to build/bdist.linux-armv7l/wheel/stellar_sdk-0.1.9-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/stellar_sdk-0.1.9.dist-info/WHEEL creating '/tmp/pip-wheel-hng5swpo/stellar_sdk-0.1.9-py3-none-any.whl' and adding '.' to it adding 'stellar_base/__init__.py' adding 'stellar_base/address.py' adding 'stellar_base/asset.py' adding 'stellar_base/base58.py' adding 'stellar_base/builder.py' adding 'stellar_base/exceptions.py' adding 'stellar_base/federation.py' adding 'stellar_base/horizon.py' adding 'stellar_base/keypair.py' adding 'stellar_base/memo.py' adding 'stellar_base/network.py' adding 'stellar_base/operation.py' adding 'stellar_base/test.py' adding 'stellar_base/transaction.py' adding 'stellar_base/transaction_envelope.py' adding 'stellar_base/utils.py' adding 'stellar_base/stellarxdr/StellarXDR_const.py' adding 'stellar_base/stellarxdr/StellarXDR_pack.py' adding 'stellar_base/stellarxdr/StellarXDR_type.py' adding 'stellar_base/stellarxdr/__init__.py' adding 'stellar_base/stellarxdr/xdrgen.py' adding 'stellar_base/wordlist/chinese.txt' adding 'tests/__init__.py' adding 'tests/test_asset.py' adding 'tests/test_builder.py' adding 'tests/test_envelope.py' adding 'tests/test_federation.py' adding 'tests/test_horizon.py' adding 'tests/test_keypair.py' adding 'tests/test_operation.py' adding 'tests/test_transaction.py' adding 'tests/test_utils.py' adding 'stellar_sdk-0.1.9.dist-info/top_level.txt' adding 'stellar_sdk-0.1.9.dist-info/WHEEL' adding 'stellar_sdk-0.1.9.dist-info/METADATA' adding 'stellar_sdk-0.1.9.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for stellar-sdk: finished with status 'done' Stored in directory: /tmp/tmpe69cqq_1 Successfully built stellar-sdk Cleaning up... Removing source in /tmp/pip-wheel-jsenc_q9/stellar-sdk Removed build tracker '/tmp/pip-req-tracker-0o934qwa'