Created temporary directory: /tmp/pip-ephem-wheel-cache-f7pz236n Created temporary directory: /tmp/pip-req-tracker-b0v50cer Created requirements tracker '/tmp/pip-req-tracker-b0v50cer' Created temporary directory: /tmp/pip-wheel-4v0490ju Looking in indexes: https://pypi.python.org/simple Collecting stellar-sdk==0.2.0 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 Found link https://files.pythonhosted.org/packages/c3/55/35d85eaa2b525d3b4daa189b786790cabe85b061d055049e4204df862ac9/stellar-sdk-0.2.0.tar.gz#sha256=1137d5db1d8cc0090760fd948c6f328d4fe8d82efc468081a1ad67d76b153d5b (from https://pypi.org/simple/stellar-sdk/), version: 0.2.0 Using version 0.2.0 (newest of versions: 0.2.0) Created temporary directory: /tmp/pip-unpack-_sj55efs Downloading https://files.pythonhosted.org/packages/c3/55/35d85eaa2b525d3b4daa189b786790cabe85b061d055049e4204df862ac9/stellar-sdk-0.2.0.tar.gz (102kB) Downloading from URL https://files.pythonhosted.org/packages/c3/55/35d85eaa2b525d3b4daa189b786790cabe85b061d055049e4204df862ac9/stellar-sdk-0.2.0.tar.gz#sha256=1137d5db1d8cc0090760fd948c6f328d4fe8d82efc468081a1ad67d76b153d5b (from https://pypi.org/simple/stellar-sdk/) Added stellar-sdk==0.2.0 from https://files.pythonhosted.org/packages/c3/55/35d85eaa2b525d3b4daa189b786790cabe85b061d055049e4204df862ac9/stellar-sdk-0.2.0.tar.gz#sha256=1137d5db1d8cc0090760fd948c6f328d4fe8d82efc468081a1ad67d76b153d5b to build tracker '/tmp/pip-req-tracker-b0v50cer' Running setup.py (path:/tmp/pip-wheel-4v0490ju/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 dependency_links to pip-egg-info/stellar_sdk.egg-info/dependency_links.txt writing requirements to pip-egg-info/stellar_sdk.egg-info/requires.txt writing top-level names to pip-egg-info/stellar_sdk.egg-info/top_level.txt writing pip-egg-info/stellar_sdk.egg-info/PKG-INFO 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' warning: no files found matching 'README.md' writing manifest file 'pip-egg-info/stellar_sdk.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-4v0490ju/stellar-sdk has version 0.2.0, which satisfies requirement stellar-sdk==0.2.0 from https://files.pythonhosted.org/packages/c3/55/35d85eaa2b525d3b4daa189b786790cabe85b061d055049e4204df862ac9/stellar-sdk-0.2.0.tar.gz#sha256=1137d5db1d8cc0090760fd948c6f328d4fe8d82efc468081a1ad67d76b153d5b Removed stellar-sdk==0.2.0 from https://files.pythonhosted.org/packages/c3/55/35d85eaa2b525d3b4daa189b786790cabe85b061d055049e4204df862ac9/stellar-sdk-0.2.0.tar.gz#sha256=1137d5db1d8cc0090760fd948c6f328d4fe8d82efc468081a1ad67d76b153d5b from build tracker '/tmp/pip-req-tracker-b0v50cer' Building wheels for collected packages: stellar-sdk Created temporary directory: /tmp/pip-wheel-yie5ddza Running setup.py bdist_wheel for stellar-sdk: started Destination directory: /tmp/pip-wheel-yie5ddza Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-4v0490ju/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-yie5ddza running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/stellar_base copying stellar_base/test.py -> build/lib/stellar_base copying stellar_base/base58.py -> build/lib/stellar_base copying stellar_base/address.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 copying stellar_base/operation.py -> build/lib/stellar_base copying stellar_base/exceptions.py -> build/lib/stellar_base copying stellar_base/network.py -> build/lib/stellar_base copying stellar_base/federation.py -> build/lib/stellar_base copying stellar_base/memo.py -> build/lib/stellar_base copying stellar_base/utils.py -> build/lib/stellar_base copying stellar_base/version.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/transaction.py -> build/lib/stellar_base copying stellar_base/keypair.py -> build/lib/stellar_base creating build/lib/tests copying tests/test_asset.py -> build/lib/tests copying tests/test_builder.py -> build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/test_envelope.py -> build/lib/tests copying tests/test_federation.py -> build/lib/tests copying tests/test_memo.py -> build/lib/tests copying tests/test_horizon.py -> build/lib/tests copying tests/test_operation.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_keypair.py -> build/lib/tests copying tests/test_transaction.py -> build/lib/tests copying tests/test_utils.py -> build/lib/tests creating build/lib/stellar_base/stellarxdr copying stellar_base/stellarxdr/StellarXDR_type.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 copying stellar_base/stellarxdr/updatexdr.py -> build/lib/stellar_base/stellarxdr copying stellar_base/stellarxdr/xdrgen.py -> build/lib/stellar_base/stellarxdr copying stellar_base/stellarxdr/__init__.py -> build/lib/stellar_base/stellarxdr running egg_info writing requirements to stellar_sdk.egg-info/requires.txt writing top-level names to stellar_sdk.egg-info/top_level.txt writing dependency_links to stellar_sdk.egg-info/dependency_links.txt writing stellar_sdk.egg-info/PKG-INFO reading manifest file 'stellar_sdk.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.md' 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/stellar_base copying build/lib/stellar_base/test.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/address.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 copying build/lib/stellar_base/operation.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/network.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/federation.py -> 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/utils.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/version.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 creating 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/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/stellarxdr/updatexdr.py -> 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/__init__.py -> build/bdist.linux-armv7l/wheel/stellar_base/stellarxdr copying build/lib/stellar_base/transaction.py -> build/bdist.linux-armv7l/wheel/stellar_base copying build/lib/stellar_base/keypair.py -> build/bdist.linux-armv7l/wheel/stellar_base creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_asset.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_builder.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/conftest.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_envelope.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_memo.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_operation.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_keypair.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_utils.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info Copying stellar_sdk.egg-info to build/bdist.linux-armv7l/wheel/stellar_sdk-0.2.0-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/stellar_sdk-0.2.0.dist-info/WHEEL Running setup.py bdist_wheel for stellar-sdk: finished with status 'done' Stored in directory: /tmp/tmpqyx4hy1q Successfully built stellar-sdk Cleaning up... Removing source in /tmp/pip-wheel-4v0490ju/stellar-sdk Removed build tracker '/tmp/pip-req-tracker-b0v50cer'