Created temporary directory: /tmp/pip-ephem-wheel-cache-hf_m30ee Created temporary directory: /tmp/pip-req-tracker-utphvsbm Created requirements tracker '/tmp/pip-req-tracker-utphvsbm' Created temporary directory: /tmp/pip-wheel-jw1rnn03 Collecting AllyInvestPy==1.0.0 1 location(s) to search for versions of AllyInvestPy: * https://pypi.org/simple/allyinvestpy/ Getting page https://pypi.org/simple/allyinvestpy/ Analyzing links from page https://pypi.org/simple/allyinvestpy/ Found link https://files.pythonhosted.org/packages/7d/65/c4a68be9380e8ff2665d12b83ec6a1a0fde8bab6ee6513d597995fe984b5/AllyInvestPy-1.0.0.tar.gz#sha256=fe2f5c092d276b68c0fbe665c8a36be080a7475eb54e5140bc8ebfa541f6f4b9 (from https://pypi.org/simple/allyinvestpy/), version: 1.0.0 Using version 1.0.0 (newest of versions: 1.0.0) Created temporary directory: /tmp/pip-unpack-luz9sza9 Downloading https://files.pythonhosted.org/packages/7d/65/c4a68be9380e8ff2665d12b83ec6a1a0fde8bab6ee6513d597995fe984b5/AllyInvestPy-1.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/7d/65/c4a68be9380e8ff2665d12b83ec6a1a0fde8bab6ee6513d597995fe984b5/AllyInvestPy-1.0.0.tar.gz#sha256=fe2f5c092d276b68c0fbe665c8a36be080a7475eb54e5140bc8ebfa541f6f4b9 (from https://pypi.org/simple/allyinvestpy/) Added AllyInvestPy==1.0.0 from https://files.pythonhosted.org/packages/7d/65/c4a68be9380e8ff2665d12b83ec6a1a0fde8bab6ee6513d597995fe984b5/AllyInvestPy-1.0.0.tar.gz#sha256=fe2f5c092d276b68c0fbe665c8a36be080a7475eb54e5140bc8ebfa541f6f4b9 to build tracker '/tmp/pip-req-tracker-utphvsbm' Running setup.py (path:/tmp/pip-wheel-jw1rnn03/AllyInvestPy/setup.py) egg_info for package AllyInvestPy Running command python setup.py egg_info running egg_info creating pip-egg-info/AllyInvestPy.egg-info writing pip-egg-info/AllyInvestPy.egg-info/PKG-INFO writing dependency_links to pip-egg-info/AllyInvestPy.egg-info/dependency_links.txt writing top-level names to pip-egg-info/AllyInvestPy.egg-info/top_level.txt writing requirements to pip-egg-info/AllyInvestPy.egg-info/requires.txt writing manifest file 'pip-egg-info/AllyInvestPy.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/AllyInvestPy.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/AllyInvestPy.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-jw1rnn03/AllyInvestPy has version 1.0.0, which satisfies requirement AllyInvestPy==1.0.0 from https://files.pythonhosted.org/packages/7d/65/c4a68be9380e8ff2665d12b83ec6a1a0fde8bab6ee6513d597995fe984b5/AllyInvestPy-1.0.0.tar.gz#sha256=fe2f5c092d276b68c0fbe665c8a36be080a7475eb54e5140bc8ebfa541f6f4b9 Removed AllyInvestPy==1.0.0 from https://files.pythonhosted.org/packages/7d/65/c4a68be9380e8ff2665d12b83ec6a1a0fde8bab6ee6513d597995fe984b5/AllyInvestPy-1.0.0.tar.gz#sha256=fe2f5c092d276b68c0fbe665c8a36be080a7475eb54e5140bc8ebfa541f6f4b9 from build tracker '/tmp/pip-req-tracker-utphvsbm' Building wheels for collected packages: AllyInvestPy Created temporary directory: /tmp/pip-wheel-l4fzoa_8 Running setup.py bdist_wheel for AllyInvestPy: started Destination directory: /tmp/pip-wheel-l4fzoa_8 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-jw1rnn03/AllyInvestPy/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-l4fzoa_8 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/ally copying ally/URLs.py -> build/lib/ally copying ally/__init__.py -> build/lib/ally copying ally/ally.py -> build/lib/ally creating build/lib/ally/responses copying ally/responses/accounts_balances.py -> build/lib/ally/responses copying ally/responses/accounts.py -> build/lib/ally/responses copying ally/responses/account.py -> build/lib/ally/responses copying ally/responses/__init__.py -> build/lib/ally/responses copying ally/responses/quote.py -> build/lib/ally/responses copying ally/responses/holding.py -> build/lib/ally/responses copying ally/responses/account_balances.py -> build/lib/ally/responses copying ally/responses/quotes.py -> build/lib/ally/responses copying ally/responses/account_holdings.py -> build/lib/ally/responses copying ally/responses/response.py -> build/lib/ally/responses creating build/lib/ally/requests copying ally/requests/accounts_balances.py -> build/lib/ally/requests copying ally/requests/__init__.py -> build/lib/ally/requests copying ally/requests/account_balances.py -> build/lib/ally/requests copying ally/requests/quotes.py -> build/lib/ally/requests copying ally/requests/request.py -> build/lib/ally/requests copying ally/requests/account_holdings.py -> build/lib/ally/requests 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/ally copying build/lib/ally/URLs.py -> build/bdist.linux-armv7l/wheel/ally creating build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/responses/accounts_balances.py -> build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/responses/accounts.py -> build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/responses/account.py -> build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/responses/__init__.py -> build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/responses/quote.py -> build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/responses/holding.py -> build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/responses/account_balances.py -> build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/responses/quotes.py -> build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/responses/account_holdings.py -> build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/responses/response.py -> build/bdist.linux-armv7l/wheel/ally/responses copying build/lib/ally/__init__.py -> build/bdist.linux-armv7l/wheel/ally creating build/bdist.linux-armv7l/wheel/ally/requests copying build/lib/ally/requests/accounts_balances.py -> build/bdist.linux-armv7l/wheel/ally/requests copying build/lib/ally/requests/__init__.py -> build/bdist.linux-armv7l/wheel/ally/requests copying build/lib/ally/requests/account_balances.py -> build/bdist.linux-armv7l/wheel/ally/requests copying build/lib/ally/requests/quotes.py -> build/bdist.linux-armv7l/wheel/ally/requests copying build/lib/ally/requests/request.py -> build/bdist.linux-armv7l/wheel/ally/requests copying build/lib/ally/requests/account_holdings.py -> build/bdist.linux-armv7l/wheel/ally/requests copying build/lib/ally/ally.py -> build/bdist.linux-armv7l/wheel/ally running install_egg_info running egg_info writing dependency_links to AllyInvestPy.egg-info/dependency_links.txt writing top-level names to AllyInvestPy.egg-info/top_level.txt writing AllyInvestPy.egg-info/PKG-INFO writing requirements to AllyInvestPy.egg-info/requires.txt reading manifest file 'AllyInvestPy.egg-info/SOURCES.txt' writing manifest file 'AllyInvestPy.egg-info/SOURCES.txt' Copying AllyInvestPy.egg-info to build/bdist.linux-armv7l/wheel/AllyInvestPy-1.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/AllyInvestPy-1.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-l4fzoa_8/AllyInvestPy-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'ally/URLs.py' adding 'ally/__init__.py' adding 'ally/ally.py' adding 'ally/requests/__init__.py' adding 'ally/requests/account_balances.py' adding 'ally/requests/account_holdings.py' adding 'ally/requests/accounts_balances.py' adding 'ally/requests/quotes.py' adding 'ally/requests/request.py' adding 'ally/responses/__init__.py' adding 'ally/responses/account.py' adding 'ally/responses/account_balances.py' adding 'ally/responses/account_holdings.py' adding 'ally/responses/accounts.py' adding 'ally/responses/accounts_balances.py' adding 'ally/responses/holding.py' adding 'ally/responses/quote.py' adding 'ally/responses/quotes.py' adding 'ally/responses/response.py' adding 'AllyInvestPy-1.0.0.dist-info/METADATA' adding 'AllyInvestPy-1.0.0.dist-info/WHEEL' adding 'AllyInvestPy-1.0.0.dist-info/top_level.txt' adding 'AllyInvestPy-1.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for AllyInvestPy: finished with status 'done' Stored in directory: /tmp/tmpyxhb_mxh Successfully built AllyInvestPy Cleaning up... Removing source in /tmp/pip-wheel-jw1rnn03/AllyInvestPy Removed build tracker '/tmp/pip-req-tracker-utphvsbm'