Collecting futuquant==2.1.7 1 location(s) to search for versions of futuquant: * https://pypi.python.org/simple/futuquant/ Getting page https://pypi.python.org/simple/futuquant/ Analyzing links from page https://pypi.python.org/simple/futuquant/ Found link https://pypi.python.org/packages/07/de/7f17939ac27f09afe5bc560c4100564ce302275626ddc10697d69ba51b0c/futuquant-2.1.tar.gz#md5=7a3168449969c6658a2581c69a6318d5 (from https://pypi.python.org/simple/futuquant/), version: 2.1 Found link https://pypi.python.org/packages/27/28/7ffb56df1c4df190d823d950d5c54a2e08717a0926795012df2193f13261/futuquant-2.1.6.tar.gz#md5=9d49bc2d8a86bd185b6edda5d24a6fb2 (from https://pypi.python.org/simple/futuquant/), version: 2.1.6 Found link https://pypi.python.org/packages/4d/0f/fbef7f87cef3574f2b7a92c4ffefff4be0604e30511b62f873fb3fb29874/futuquant-2.1.3.tar.gz#md5=ba741cdff1b52a37d14f711885776ceb (from https://pypi.python.org/simple/futuquant/), version: 2.1.3 Found link https://pypi.python.org/packages/5d/ed/a9d56c5a82b6c29e9ccffb04e6b5bf2d4f2128643d5814be08616561c26c/futuquant-2.2.0.tar.gz#md5=c92d38198d707f9a8a3f142e172636b3 (from https://pypi.python.org/simple/futuquant/), version: 2.2.0 Found link https://pypi.python.org/packages/75/3b/1e2993fbbb258489be8ab7b2029f578b4eae0d3a3c38b8d972a7d669b082/futuquant-2.1.8.tar.gz#md5=37cf28a33a9b973a41742bc0cca33a39 (from https://pypi.python.org/simple/futuquant/), version: 2.1.8 Found link https://pypi.python.org/packages/82/4b/3bf762357940155a8b30fe1a0daa23011b591135740d549c8644bdaeef7e/futuquant-2.1.7.tar.gz#md5=cacfe84852a419aaf23d1848ecaa8c5c (from https://pypi.python.org/simple/futuquant/), version: 2.1.7 Found link https://pypi.python.org/packages/a3/41/409a1a404f2c17bcf724575f3af76bbd1da920dd0c557eef8f1b8e16c10b/futuquant-2.1.4.tar.gz#md5=dc7b81504969daaaaa8064d0321ba277 (from https://pypi.python.org/simple/futuquant/), version: 2.1.4 Found link https://pypi.python.org/packages/a9/45/eac37378a40e0c3b28d4111e43c9b51eeddb51c4a2fe31de9fa53dcfd6f6/futuquant-2.1.5.tar.gz#md5=7c0980d8c1b4db01307ea7f56c0c5090 (from https://pypi.python.org/simple/futuquant/), version: 2.1.5 Found link https://pypi.python.org/packages/f9/1f/634cf147828a93ed25471ae3f9966265074f623161e36c37c6c20e399e4e/futuquant-2.2.1.tar.gz#md5=f82e9d5d73aeb9484e9aeb2ff2375ebe (from https://pypi.python.org/simple/futuquant/), version: 2.2.1 Using version 2.1.7 (newest of versions: 2.1.7) Downloading futuquant-2.1.7.tar.gz Downloading from URL https://pypi.python.org/packages/82/4b/3bf762357940155a8b30fe1a0daa23011b591135740d549c8644bdaeef7e/futuquant-2.1.7.tar.gz#md5=cacfe84852a419aaf23d1848ecaa8c5c (from https://pypi.python.org/simple/futuquant/) Running setup.py (path:/tmp/pip-build-gr75snyi/futuquant/setup.py) egg_info for package futuquant Running command python setup.py egg_info running egg_info creating pip-egg-info/futuquant.egg-info writing dependency_links to pip-egg-info/futuquant.egg-info/dependency_links.txt writing pip-egg-info/futuquant.egg-info/PKG-INFO writing requirements to pip-egg-info/futuquant.egg-info/requires.txt writing top-level names to pip-egg-info/futuquant.egg-info/top_level.txt writing manifest file 'pip-egg-info/futuquant.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/futuquant.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'docs/document' writing manifest file 'pip-egg-info/futuquant.egg-info/SOURCES.txt' Source in /tmp/pip-build-gr75snyi/futuquant has version 2.1.7, which satisfies requirement futuquant==2.1.7 from https://pypi.python.org/packages/82/4b/3bf762357940155a8b30fe1a0daa23011b591135740d549c8644bdaeef7e/futuquant-2.1.7.tar.gz#md5=cacfe84852a419aaf23d1848ecaa8c5c Building wheels for collected packages: futuquant Running setup.py bdist_wheel for futuquant: started Destination directory: /tmp/tmp8yh9h7rwpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-gr75snyi/futuquant/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/tmp8yh9h7rwpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/futuquant copying futuquant/quote_query.py -> build/lib/futuquant copying futuquant/trade_query.py -> build/lib/futuquant copying futuquant/constant.py -> build/lib/futuquant copying futuquant/__init__.py -> build/lib/futuquant copying futuquant/open_context.py -> build/lib/futuquant copying futuquant/utils.py -> build/lib/futuquant creating build/lib/futuquant/examples copying futuquant/examples/loop_get_mkt_snapshot.py -> build/lib/futuquant/examples copying futuquant/examples/macd.py -> build/lib/futuquant/examples copying futuquant/examples/daemon.py -> build/lib/futuquant/examples copying futuquant/examples/newtrailingstop.py -> build/lib/futuquant/examples copying futuquant/examples/make_order_and_cancel.py -> build/lib/futuquant/examples copying futuquant/examples/turtle.py -> build/lib/futuquant/examples copying futuquant/examples/get_realtime_data.py -> build/lib/futuquant/examples copying futuquant/examples/south_etf.py -> build/lib/futuquant/examples copying futuquant/examples/emailplugin.py -> build/lib/futuquant/examples copying futuquant/examples/get_push_data.py -> build/lib/futuquant/examples copying futuquant/examples/__init__.py -> build/lib/futuquant/examples copying futuquant/examples/stocksell.py -> build/lib/futuquant/examples running egg_info writing dependency_links to futuquant.egg-info/dependency_links.txt writing requirements to futuquant.egg-info/requires.txt writing futuquant.egg-info/PKG-INFO writing top-level names to futuquant.egg-info/top_level.txt reading manifest file 'futuquant.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'docs/document' writing manifest file 'futuquant.egg-info/SOURCES.txt' copying futuquant/VERSION.txt -> build/lib/futuquant 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/futuquant copying build/lib/futuquant/quote_query.py -> build/bdist.linux-armv7l/wheel/futuquant copying build/lib/futuquant/trade_query.py -> build/bdist.linux-armv7l/wheel/futuquant copying build/lib/futuquant/constant.py -> build/bdist.linux-armv7l/wheel/futuquant copying build/lib/futuquant/__init__.py -> build/bdist.linux-armv7l/wheel/futuquant copying build/lib/futuquant/open_context.py -> build/bdist.linux-armv7l/wheel/futuquant creating build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/loop_get_mkt_snapshot.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/macd.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/daemon.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/newtrailingstop.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/make_order_and_cancel.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/turtle.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/get_realtime_data.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/south_etf.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/emailplugin.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/get_push_data.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/__init__.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/examples/stocksell.py -> build/bdist.linux-armv7l/wheel/futuquant/examples copying build/lib/futuquant/utils.py -> build/bdist.linux-armv7l/wheel/futuquant copying build/lib/futuquant/VERSION.txt -> build/bdist.linux-armv7l/wheel/futuquant running install_egg_info Copying futuquant.egg-info to build/bdist.linux-armv7l/wheel/futuquant-2.1.7-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/futuquant-2.1.7.dist-info/WHEEL Running setup.py bdist_wheel for futuquant: finished with status 'done' Stored in directory: /tmp/tmp3qiej3h1 Successfully built futuquant Cleaning up... Removing source in /tmp/pip-build-gr75snyi/futuquant