Created temporary directory: /tmp/pip-ephem-wheel-cache-pwa_7dsn Created temporary directory: /tmp/pip-req-tracker-h3jf_wlp Created requirements tracker '/tmp/pip-req-tracker-h3jf_wlp' Created temporary directory: /tmp/pip-wheel-5bugltoo Collecting uniBert==0.1.0 1 location(s) to search for versions of uniBert: * https://pypi.org/simple/unibert/ Getting page https://pypi.org/simple/unibert/ Analyzing links from page https://pypi.org/simple/unibert/ Skipping link https://files.pythonhosted.org/packages/59/81/37601f1483aed47fcf9aae6351ae89c8c94023204d6c5fb24983524ac1ba/uniBert-0.1.0-py2-none-any.whl#sha256=da2ab21b9c399413b2a244dc02cdb7e96b17c32bb9648f5b5b8eda4b0384485e (from https://pypi.org/simple/unibert/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/8f/12/eaa42a9add267ecd9c6d17231fb3ba24b8a9fe2d5220439bebfad05f1ffd/uniBert-0.1.0.tar.gz#sha256=522c3fadc0009a261043c1f8021bef565bed2f9cb4f412b0c7acacda45786c7a (from https://pypi.org/simple/unibert/), version: 0.1.0 Using version 0.1.0 (newest of versions: 0.1.0) Created temporary directory: /tmp/pip-unpack-futxc6kn Downloading https://files.pythonhosted.org/packages/8f/12/eaa42a9add267ecd9c6d17231fb3ba24b8a9fe2d5220439bebfad05f1ffd/uniBert-0.1.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/8f/12/eaa42a9add267ecd9c6d17231fb3ba24b8a9fe2d5220439bebfad05f1ffd/uniBert-0.1.0.tar.gz#sha256=522c3fadc0009a261043c1f8021bef565bed2f9cb4f412b0c7acacda45786c7a (from https://pypi.org/simple/unibert/) Added uniBert==0.1.0 from https://files.pythonhosted.org/packages/8f/12/eaa42a9add267ecd9c6d17231fb3ba24b8a9fe2d5220439bebfad05f1ffd/uniBert-0.1.0.tar.gz#sha256=522c3fadc0009a261043c1f8021bef565bed2f9cb4f412b0c7acacda45786c7a to build tracker '/tmp/pip-req-tracker-h3jf_wlp' Running setup.py (path:/tmp/pip-wheel-5bugltoo/uniBert/setup.py) egg_info for package uniBert Running command python setup.py egg_info running egg_info creating pip-egg-info/uniBert.egg-info writing dependency_links to pip-egg-info/uniBert.egg-info/dependency_links.txt writing top-level names to pip-egg-info/uniBert.egg-info/top_level.txt writing pip-egg-info/uniBert.egg-info/PKG-INFO writing manifest file 'pip-egg-info/uniBert.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/uniBert.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/uniBert.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-5bugltoo/uniBert has version 0.1.0, which satisfies requirement uniBert==0.1.0 from https://files.pythonhosted.org/packages/8f/12/eaa42a9add267ecd9c6d17231fb3ba24b8a9fe2d5220439bebfad05f1ffd/uniBert-0.1.0.tar.gz#sha256=522c3fadc0009a261043c1f8021bef565bed2f9cb4f412b0c7acacda45786c7a Removed uniBert==0.1.0 from https://files.pythonhosted.org/packages/8f/12/eaa42a9add267ecd9c6d17231fb3ba24b8a9fe2d5220439bebfad05f1ffd/uniBert-0.1.0.tar.gz#sha256=522c3fadc0009a261043c1f8021bef565bed2f9cb4f412b0c7acacda45786c7a from build tracker '/tmp/pip-req-tracker-h3jf_wlp' Building wheels for collected packages: uniBert Created temporary directory: /tmp/pip-wheel-t5mm6598 Running setup.py bdist_wheel for uniBert: started Destination directory: /tmp/pip-wheel-t5mm6598 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-5bugltoo/uniBert/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-t5mm6598 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/bert_gen_once copying bert_gen_once/__init__.py -> build/lib/bert_gen_once copying bert_gen_once/data_loader.py -> build/lib/bert_gen_once copying bert_gen_once/bert_once.py -> build/lib/bert_gen_once copying bert_gen_once/test.py -> build/lib/bert_gen_once creating build/lib/bert_qa copying bert_qa/bert_qa.py -> build/lib/bert_qa copying bert_qa/eval.py -> build/lib/bert_qa copying bert_qa/__init__.py -> build/lib/bert_qa copying bert_qa/data_loader.py -> build/lib/bert_qa copying bert_qa/test.py -> build/lib/bert_qa creating build/lib/bert_tagging copying bert_tagging/eval.py -> build/lib/bert_tagging copying bert_tagging/__init__.py -> build/lib/bert_tagging copying bert_tagging/data_loader.py -> build/lib/bert_tagging copying bert_tagging/bert_tagging.py -> build/lib/bert_tagging copying bert_tagging/test.py -> build/lib/bert_tagging creating build/lib/bert_classifier copying bert_classifier/eval_topk.py -> build/lib/bert_classifier copying bert_classifier/bert_mt_classifier.py -> build/lib/bert_classifier copying bert_classifier/eval.py -> build/lib/bert_classifier copying bert_classifier/__init__.py -> build/lib/bert_classifier copying bert_classifier/data_loader.py -> build/lib/bert_classifier copying bert_classifier/test.py -> build/lib/bert_classifier creating build/lib/bert_gen_onebyone copying bert_gen_onebyone/bert_onebyone.py -> build/lib/bert_gen_onebyone copying bert_gen_onebyone/__init__.py -> build/lib/bert_gen_onebyone copying bert_gen_onebyone/data_loader.py -> build/lib/bert_gen_onebyone copying bert_gen_onebyone/test.py -> build/lib/bert_gen_onebyone 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/bert_gen_once copying build/lib/bert_gen_once/__init__.py -> build/bdist.linux-armv7l/wheel/bert_gen_once copying build/lib/bert_gen_once/data_loader.py -> build/bdist.linux-armv7l/wheel/bert_gen_once copying build/lib/bert_gen_once/bert_once.py -> build/bdist.linux-armv7l/wheel/bert_gen_once copying build/lib/bert_gen_once/test.py -> build/bdist.linux-armv7l/wheel/bert_gen_once creating build/bdist.linux-armv7l/wheel/bert_qa copying build/lib/bert_qa/bert_qa.py -> build/bdist.linux-armv7l/wheel/bert_qa copying build/lib/bert_qa/eval.py -> build/bdist.linux-armv7l/wheel/bert_qa copying build/lib/bert_qa/__init__.py -> build/bdist.linux-armv7l/wheel/bert_qa copying build/lib/bert_qa/data_loader.py -> build/bdist.linux-armv7l/wheel/bert_qa copying build/lib/bert_qa/test.py -> build/bdist.linux-armv7l/wheel/bert_qa creating build/bdist.linux-armv7l/wheel/bert_tagging copying build/lib/bert_tagging/eval.py -> build/bdist.linux-armv7l/wheel/bert_tagging copying build/lib/bert_tagging/__init__.py -> build/bdist.linux-armv7l/wheel/bert_tagging copying build/lib/bert_tagging/data_loader.py -> build/bdist.linux-armv7l/wheel/bert_tagging copying build/lib/bert_tagging/bert_tagging.py -> build/bdist.linux-armv7l/wheel/bert_tagging copying build/lib/bert_tagging/test.py -> build/bdist.linux-armv7l/wheel/bert_tagging creating build/bdist.linux-armv7l/wheel/bert_classifier copying build/lib/bert_classifier/eval_topk.py -> build/bdist.linux-armv7l/wheel/bert_classifier copying build/lib/bert_classifier/bert_mt_classifier.py -> build/bdist.linux-armv7l/wheel/bert_classifier copying build/lib/bert_classifier/eval.py -> build/bdist.linux-armv7l/wheel/bert_classifier copying build/lib/bert_classifier/__init__.py -> build/bdist.linux-armv7l/wheel/bert_classifier copying build/lib/bert_classifier/data_loader.py -> build/bdist.linux-armv7l/wheel/bert_classifier copying build/lib/bert_classifier/test.py -> build/bdist.linux-armv7l/wheel/bert_classifier creating build/bdist.linux-armv7l/wheel/bert_gen_onebyone copying build/lib/bert_gen_onebyone/bert_onebyone.py -> build/bdist.linux-armv7l/wheel/bert_gen_onebyone copying build/lib/bert_gen_onebyone/__init__.py -> build/bdist.linux-armv7l/wheel/bert_gen_onebyone copying build/lib/bert_gen_onebyone/data_loader.py -> build/bdist.linux-armv7l/wheel/bert_gen_onebyone copying build/lib/bert_gen_onebyone/test.py -> build/bdist.linux-armv7l/wheel/bert_gen_onebyone running install_egg_info running egg_info writing uniBert.egg-info/PKG-INFO writing dependency_links to uniBert.egg-info/dependency_links.txt writing top-level names to uniBert.egg-info/top_level.txt reading manifest file 'uniBert.egg-info/SOURCES.txt' writing manifest file 'uniBert.egg-info/SOURCES.txt' Copying uniBert.egg-info to build/bdist.linux-armv7l/wheel/uniBert-0.1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/uniBert-0.1.0.dist-info/WHEEL creating '/tmp/pip-wheel-t5mm6598/uniBert-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'bert_classifier/__init__.py' adding 'bert_classifier/bert_mt_classifier.py' adding 'bert_classifier/data_loader.py' adding 'bert_classifier/eval.py' adding 'bert_classifier/eval_topk.py' adding 'bert_classifier/test.py' adding 'bert_gen_once/__init__.py' adding 'bert_gen_once/bert_once.py' adding 'bert_gen_once/data_loader.py' adding 'bert_gen_once/test.py' adding 'bert_gen_onebyone/__init__.py' adding 'bert_gen_onebyone/bert_onebyone.py' adding 'bert_gen_onebyone/data_loader.py' adding 'bert_gen_onebyone/test.py' adding 'bert_qa/__init__.py' adding 'bert_qa/bert_qa.py' adding 'bert_qa/data_loader.py' adding 'bert_qa/eval.py' adding 'bert_qa/test.py' adding 'bert_tagging/__init__.py' adding 'bert_tagging/bert_tagging.py' adding 'bert_tagging/data_loader.py' adding 'bert_tagging/eval.py' adding 'bert_tagging/test.py' adding 'uniBert-0.1.0.dist-info/METADATA' adding 'uniBert-0.1.0.dist-info/WHEEL' adding 'uniBert-0.1.0.dist-info/top_level.txt' adding 'uniBert-0.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for uniBert: finished with status 'done' Stored in directory: /tmp/tmp_erujqqv Successfully built uniBert Cleaning up... Removing source in /tmp/pip-wheel-5bugltoo/uniBert Removed build tracker '/tmp/pip-req-tracker-h3jf_wlp'