Created temporary directory: /tmp/pip-ephem-wheel-cache-v2ivjv4n Created temporary directory: /tmp/pip-req-tracker-w4sm6xbr Created requirements tracker '/tmp/pip-req-tracker-w4sm6xbr' Created temporary directory: /tmp/pip-wheel-ryv7eydy Collecting algs4==1.0.0 1 location(s) to search for versions of algs4: * https://pypi.org/simple/algs4/ Getting page https://pypi.org/simple/algs4/ Analyzing links from page https://pypi.org/simple/algs4/ Found link https://files.pythonhosted.org/packages/19/71/28beb85075500dd26e1baef5a973c7c8f8fc8f19d1f6b8d9ef9b34bb36c7/algs4-1.0.0.tar.gz#sha256=52ee0241208256ccbcfdc6c7ca8ebafedc006a53a436b960f38692151f0f97aa (from https://pypi.org/simple/algs4/), version: 1.0.0 Using version 1.0.0 (newest of versions: 1.0.0) Created temporary directory: /tmp/pip-unpack-y3pfzqt8 Downloading https://files.pythonhosted.org/packages/19/71/28beb85075500dd26e1baef5a973c7c8f8fc8f19d1f6b8d9ef9b34bb36c7/algs4-1.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/19/71/28beb85075500dd26e1baef5a973c7c8f8fc8f19d1f6b8d9ef9b34bb36c7/algs4-1.0.0.tar.gz#sha256=52ee0241208256ccbcfdc6c7ca8ebafedc006a53a436b960f38692151f0f97aa (from https://pypi.org/simple/algs4/) Added algs4==1.0.0 from https://files.pythonhosted.org/packages/19/71/28beb85075500dd26e1baef5a973c7c8f8fc8f19d1f6b8d9ef9b34bb36c7/algs4-1.0.0.tar.gz#sha256=52ee0241208256ccbcfdc6c7ca8ebafedc006a53a436b960f38692151f0f97aa to build tracker '/tmp/pip-req-tracker-w4sm6xbr' Running setup.py (path:/tmp/pip-wheel-ryv7eydy/algs4/setup.py) egg_info for package algs4 Running command python setup.py egg_info running egg_info creating pip-egg-info/algs4.egg-info writing dependency_links to pip-egg-info/algs4.egg-info/dependency_links.txt writing top-level names to pip-egg-info/algs4.egg-info/top_level.txt writing pip-egg-info/algs4.egg-info/PKG-INFO writing manifest file 'pip-egg-info/algs4.egg-info/SOURCES.txt' package init file 'algs4/__init__.py' not found (or not a regular file) reading manifest file 'pip-egg-info/algs4.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/algs4.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-ryv7eydy/algs4 has version 1.0.0, which satisfies requirement algs4==1.0.0 from https://files.pythonhosted.org/packages/19/71/28beb85075500dd26e1baef5a973c7c8f8fc8f19d1f6b8d9ef9b34bb36c7/algs4-1.0.0.tar.gz#sha256=52ee0241208256ccbcfdc6c7ca8ebafedc006a53a436b960f38692151f0f97aa Removed algs4==1.0.0 from https://files.pythonhosted.org/packages/19/71/28beb85075500dd26e1baef5a973c7c8f8fc8f19d1f6b8d9ef9b34bb36c7/algs4-1.0.0.tar.gz#sha256=52ee0241208256ccbcfdc6c7ca8ebafedc006a53a436b960f38692151f0f97aa from build tracker '/tmp/pip-req-tracker-w4sm6xbr' Building wheels for collected packages: algs4 Created temporary directory: /tmp/pip-wheel-6836b0gp Running setup.py bdist_wheel for algs4: started Destination directory: /tmp/pip-wheel-6836b0gp Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-ryv7eydy/algs4/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-6836b0gp running bdist_wheel running build running build_py package init file 'algs4/__init__.py' not found (or not a regular file) creating build creating build/lib creating build/lib/algs4 copying algs4/quick3_string.py -> build/lib/algs4 copying algs4/binarystdout.py -> build/lib/algs4 copying algs4/index_min_pq.py -> build/lib/algs4 copying algs4/binary_search_st.py -> build/lib/algs4 copying algs4/binarydump.py -> build/lib/algs4 copying algs4/red_black_bst.py -> build/lib/algs4 copying algs4/top_m.py -> build/lib/algs4 copying algs4/cycle.py -> build/lib/algs4 copying algs4/acyclic_sp.py -> build/lib/algs4 copying algs4/breadth_first_paths.py -> build/lib/algs4 copying algs4/lzw.py -> build/lib/algs4 copying algs4/bellman_ford_sp.py -> build/lib/algs4 copying algs4/bag.py -> build/lib/algs4 copying algs4/edge_weighted_digraph.py -> build/lib/algs4 copying algs4/heap.py -> build/lib/algs4 copying algs4/dijkstra_sp.py -> build/lib/algs4 copying algs4/topological.py -> build/lib/algs4 copying algs4/lazy_prim_mst.py -> build/lib/algs4 copying algs4/prim_mst.py -> build/lib/algs4 copying algs4/depth_first_search.py -> build/lib/algs4 copying algs4/bst.py -> build/lib/algs4 copying algs4/min_pq.py -> build/lib/algs4 copying algs4/binary_search.py -> build/lib/algs4 copying algs4/transaction.py -> build/lib/algs4 copying algs4/depth_first_order.py -> build/lib/algs4 copying algs4/digraph.py -> build/lib/algs4 copying algs4/trie_st.py -> build/lib/algs4 copying algs4/queue.py -> build/lib/algs4 copying algs4/frequency_counter.py -> build/lib/algs4 copying algs4/uf.py -> build/lib/algs4 copying algs4/huffman.py -> build/lib/algs4 copying algs4/symbol_digraph.py -> build/lib/algs4 copying algs4/multiway.py -> build/lib/algs4 copying algs4/shell.py -> build/lib/algs4 copying algs4/quick_3way.py -> build/lib/algs4 copying algs4/insertion.py -> build/lib/algs4 copying algs4/separate_chaining_hash_st.py -> build/lib/algs4 copying algs4/linear_probing_hash_st.py -> build/lib/algs4 copying algs4/directed_cycle.py -> build/lib/algs4 copying algs4/lsd.py -> build/lib/algs4 copying algs4/nfa.py -> build/lib/algs4 copying algs4/edge.py -> build/lib/algs4 copying algs4/selection.py -> build/lib/algs4 copying algs4/degrees_of_separation.py -> build/lib/algs4 copying algs4/cc.py -> build/lib/algs4 copying algs4/graph.py -> build/lib/algs4 copying algs4/tst.py -> build/lib/algs4 copying algs4/depth_first_paths.py -> build/lib/algs4 copying algs4/stack.py -> build/lib/algs4 copying algs4/max_pq.py -> build/lib/algs4 copying algs4/kmp.py -> build/lib/algs4 copying algs4/edge_weighted_graph.py -> build/lib/algs4 copying algs4/st.py -> build/lib/algs4 copying algs4/sequential_search_st.py -> build/lib/algs4 copying algs4/stopwatch.py -> build/lib/algs4 copying algs4/symbol_graph.py -> build/lib/algs4 copying algs4/quick.py -> build/lib/algs4 copying algs4/binarystdin.py -> build/lib/algs4 copying algs4/msd.py -> build/lib/algs4 copying algs4/kruskal_mst.py -> build/lib/algs4 copying algs4/directed_dfs.py -> build/lib/algs4 copying algs4/merge.py -> build/lib/algs4 copying algs4/directed_edge.py -> build/lib/algs4 copying algs4/kosaraju_scc.py -> build/lib/algs4 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/algs4 copying build/lib/algs4/quick3_string.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/binarystdout.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/index_min_pq.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/binary_search_st.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/binarydump.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/red_black_bst.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/top_m.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/cycle.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/acyclic_sp.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/breadth_first_paths.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/lzw.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/bellman_ford_sp.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/bag.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/edge_weighted_digraph.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/heap.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/dijkstra_sp.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/topological.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/lazy_prim_mst.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/prim_mst.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/depth_first_search.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/bst.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/min_pq.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/binary_search.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/transaction.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/depth_first_order.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/digraph.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/trie_st.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/queue.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/frequency_counter.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/uf.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/huffman.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/symbol_digraph.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/multiway.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/shell.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/quick_3way.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/insertion.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/separate_chaining_hash_st.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/linear_probing_hash_st.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/directed_cycle.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/lsd.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/nfa.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/edge.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/selection.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/degrees_of_separation.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/cc.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/graph.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/tst.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/depth_first_paths.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/stack.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/max_pq.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/kmp.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/edge_weighted_graph.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/st.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/sequential_search_st.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/stopwatch.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/symbol_graph.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/quick.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/binarystdin.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/msd.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/kruskal_mst.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/directed_dfs.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/merge.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/directed_edge.py -> build/bdist.linux-armv7l/wheel/algs4 copying build/lib/algs4/kosaraju_scc.py -> build/bdist.linux-armv7l/wheel/algs4 running install_egg_info running egg_info writing top-level names to algs4.egg-info/top_level.txt writing dependency_links to algs4.egg-info/dependency_links.txt writing algs4.egg-info/PKG-INFO reading manifest file 'algs4.egg-info/SOURCES.txt' writing manifest file 'algs4.egg-info/SOURCES.txt' Copying algs4.egg-info to build/bdist.linux-armv7l/wheel/algs4-1.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/algs4-1.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-6836b0gp/algs4-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'algs4/acyclic_sp.py' adding 'algs4/bag.py' adding 'algs4/bellman_ford_sp.py' adding 'algs4/binary_search.py' adding 'algs4/binary_search_st.py' adding 'algs4/binarydump.py' adding 'algs4/binarystdin.py' adding 'algs4/binarystdout.py' adding 'algs4/breadth_first_paths.py' adding 'algs4/bst.py' adding 'algs4/cc.py' adding 'algs4/cycle.py' adding 'algs4/degrees_of_separation.py' adding 'algs4/depth_first_order.py' adding 'algs4/depth_first_paths.py' adding 'algs4/depth_first_search.py' adding 'algs4/digraph.py' adding 'algs4/dijkstra_sp.py' adding 'algs4/directed_cycle.py' adding 'algs4/directed_dfs.py' adding 'algs4/directed_edge.py' adding 'algs4/edge.py' adding 'algs4/edge_weighted_digraph.py' adding 'algs4/edge_weighted_graph.py' adding 'algs4/frequency_counter.py' adding 'algs4/graph.py' adding 'algs4/heap.py' adding 'algs4/huffman.py' adding 'algs4/index_min_pq.py' adding 'algs4/insertion.py' adding 'algs4/kmp.py' adding 'algs4/kosaraju_scc.py' adding 'algs4/kruskal_mst.py' adding 'algs4/lazy_prim_mst.py' adding 'algs4/linear_probing_hash_st.py' adding 'algs4/lsd.py' adding 'algs4/lzw.py' adding 'algs4/max_pq.py' adding 'algs4/merge.py' adding 'algs4/min_pq.py' adding 'algs4/msd.py' adding 'algs4/multiway.py' adding 'algs4/nfa.py' adding 'algs4/prim_mst.py' adding 'algs4/queue.py' adding 'algs4/quick.py' adding 'algs4/quick3_string.py' adding 'algs4/quick_3way.py' adding 'algs4/red_black_bst.py' adding 'algs4/selection.py' adding 'algs4/separate_chaining_hash_st.py' adding 'algs4/sequential_search_st.py' adding 'algs4/shell.py' adding 'algs4/st.py' adding 'algs4/stack.py' adding 'algs4/stopwatch.py' adding 'algs4/symbol_digraph.py' adding 'algs4/symbol_graph.py' adding 'algs4/top_m.py' adding 'algs4/topological.py' adding 'algs4/transaction.py' adding 'algs4/trie_st.py' adding 'algs4/tst.py' adding 'algs4/uf.py' adding 'algs4-1.0.0.dist-info/METADATA' adding 'algs4-1.0.0.dist-info/WHEEL' adding 'algs4-1.0.0.dist-info/top_level.txt' adding 'algs4-1.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for algs4: finished with status 'done' Stored in directory: /tmp/tmpwi8y3dda Successfully built algs4 Cleaning up... Removing source in /tmp/pip-wheel-ryv7eydy/algs4 Removed build tracker '/tmp/pip-req-tracker-w4sm6xbr'