Collecting pyhandle==1.0.1 1 location(s) to search for versions of pyhandle: * https://pypi.python.org/simple/pyhandle/ Getting page https://pypi.python.org/simple/pyhandle/ Analyzing links from page https://pypi.python.org/simple/pyhandle/ Found link https://pypi.python.org/packages/81/e0/1abac76eb52c5252e9a499803e1c1e25bd5478e89956d0e83a5a69b8220a/pyhandle-1.0.1.tar.gz#md5=aa16e69327724657e90e49542bda1dd9 (from https://pypi.python.org/simple/pyhandle/), version: 1.0.1 Using version 1.0.1 (newest of versions: 1.0.1) Downloading pyhandle-1.0.1.tar.gz (66kB) Downloading from URL https://pypi.python.org/packages/81/e0/1abac76eb52c5252e9a499803e1c1e25bd5478e89956d0e83a5a69b8220a/pyhandle-1.0.1.tar.gz#md5=aa16e69327724657e90e49542bda1dd9 (from https://pypi.python.org/simple/pyhandle/) Running setup.py (path:/tmp/pip-build-y58ha6re/pyhandle/setup.py) egg_info for package pyhandle Running command python setup.py egg_info running egg_info creating pip-egg-info/pyhandle.egg-info writing requirements to pip-egg-info/pyhandle.egg-info/requires.txt writing pip-egg-info/pyhandle.egg-info/PKG-INFO writing dependency_links to pip-egg-info/pyhandle.egg-info/dependency_links.txt writing top-level names to pip-egg-info/pyhandle.egg-info/top_level.txt writing manifest file 'pip-egg-info/pyhandle.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pyhandle.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/pyhandle.egg-info/SOURCES.txt' Maybe try: sudo apt-get install pandoc See http://johnmacfarlane.net/pandoc/installing.html for installation options --------------------------------------------------------------- Source in /tmp/pip-build-y58ha6re/pyhandle has version 1.0.1, which satisfies requirement pyhandle==1.0.1 from https://pypi.python.org/packages/81/e0/1abac76eb52c5252e9a499803e1c1e25bd5478e89956d0e83a5a69b8220a/pyhandle-1.0.1.tar.gz#md5=aa16e69327724657e90e49542bda1dd9 Building wheels for collected packages: pyhandle Running setup.py bdist_wheel for pyhandle: started Destination directory: /tmp/tmpteuz1tnkpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-y58ha6re/pyhandle/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/tmpteuz1tnkpip-wheel- Maybe try: sudo apt-get install pandoc See http://johnmacfarlane.net/pandoc/installing.html for installation options --------------------------------------------------------------- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pyhandle copying pyhandle/handlesystemconnector.py -> build/lib/pyhandle copying pyhandle/handleexceptions.py -> build/lib/pyhandle copying pyhandle/hsresponses.py -> build/lib/pyhandle copying pyhandle/compatibility_helper.py -> build/lib/pyhandle copying pyhandle/clientcredentials.py -> build/lib/pyhandle copying pyhandle/pyhandleclient.py -> build/lib/pyhandle copying pyhandle/handleclient.py -> build/lib/pyhandle copying pyhandle/batchhsexceptions.py -> build/lib/pyhandle copying pyhandle/searcher.py -> build/lib/pyhandle copying pyhandle/dbhsexceptions.py -> build/lib/pyhandle copying pyhandle/__init__.py -> build/lib/pyhandle copying pyhandle/utilhandle.py -> build/lib/pyhandle creating build/lib/pyhandle/tests copying pyhandle/tests/test_script.py -> build/lib/pyhandle/tests copying pyhandle/tests/utilities.py -> build/lib/pyhandle/tests copying pyhandle/tests/mockresponses.py -> build/lib/pyhandle/tests copying pyhandle/tests/main_test_script.py -> build/lib/pyhandle/tests copying pyhandle/tests/__init__.py -> build/lib/pyhandle/tests creating build/lib/pyhandle/client copying pyhandle/client/resthandleclient.py -> build/lib/pyhandle/client copying pyhandle/client/batchhandleclient.py -> build/lib/pyhandle/client copying pyhandle/client/dbhandleclient.py -> build/lib/pyhandle/client copying pyhandle/client/__init__.py -> build/lib/pyhandle/client creating build/lib/pyhandle/util copying pyhandle/util/pathutils.py -> build/lib/pyhandle/util copying pyhandle/util/utilconfig.py -> build/lib/pyhandle/util copying pyhandle/util/argsutils.py -> build/lib/pyhandle/util copying pyhandle/util/logutils.py -> build/lib/pyhandle/util copying pyhandle/util/timeutil.py -> build/lib/pyhandle/util copying pyhandle/util/allutils.py -> build/lib/pyhandle/util copying pyhandle/util/__init__.py -> build/lib/pyhandle/util creating build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/handleclient_2_read_patched_unit_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/handleclient_read_patched_unit_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/handleclient_read_integration_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/utilconfig_unit_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/handleclient_write_patched_unit_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/handleclient_write_integration_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/handleclient_search_unit_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/handleconnector_unit_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/clientcredentials_unit_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/handleclient_unit_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/handleconnector_patched_unit_test.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/__init__.py -> build/lib/pyhandle/tests/testcases copying pyhandle/tests/testcases/handleclient_search_integration_test.py -> build/lib/pyhandle/tests/testcases running egg_info writing dependency_links to pyhandle.egg-info/dependency_links.txt writing requirements to pyhandle.egg-info/requires.txt writing top-level names to pyhandle.egg-info/top_level.txt writing pyhandle.egg-info/PKG-INFO reading manifest file 'pyhandle.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyhandle.egg-info/SOURCES.txt' creating build/lib/pyhandle/tests/resources copying pyhandle/tests/resources/handlerecord_for_reading_PUBLIC.json -> build/lib/pyhandle/tests/resources copying pyhandle/tests/resources/handlerecord_with_10320LOC_PUBLIC.json -> build/lib/pyhandle/tests/resources copying pyhandle/tests/resources/handlerecord_with_empty_10320LOC_PUBLIC.json -> build/lib/pyhandle/tests/resources copying pyhandle/tests/resources/handlerecord_without_10320LOC_PUBLIC.json -> build/lib/pyhandle/tests/resources copying pyhandle/tests/resources/testvalues_for_clientcredentials_tests_PUBLIC.json -> build/lib/pyhandle/tests/resources copying pyhandle/tests/resources/testvalues_for_integration_tests_template_PUBLIC.json -> build/lib/pyhandle/tests/resources creating build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_brokensyntax_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_clientempty_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_clientmissing_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_correct_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_correct_with_cert_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_correct_with_cert_and_key_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_correct_withconfig_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_noindex_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_usernameempty_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_usernamemissing_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials copying pyhandle/tests/testcredentials/credentials_wrongusername_PUBLIC.json -> build/lib/pyhandle/tests/testcredentials creating build/lib/pyhandle/tests/testcredentials/fake_certs_and_keys copying pyhandle/tests/testcredentials/fake_certs_and_keys/fake_certi_and_bothkeys.pem -> build/lib/pyhandle/tests/testcredentials/fake_certs_and_keys copying pyhandle/tests/testcredentials/fake_certs_and_keys/fake_certificate.pem -> build/lib/pyhandle/tests/testcredentials/fake_certs_and_keys copying pyhandle/tests/testcredentials/fake_certs_and_keys/fake_privatekey.pem -> build/lib/pyhandle/tests/testcredentials/fake_certs_and_keys 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/pyhandle copying build/lib/pyhandle/handlesystemconnector.py -> build/bdist.linux-armv7l/wheel/pyhandle copying build/lib/pyhandle/handleexceptions.py -> build/bdist.linux-armv7l/wheel/pyhandle copying build/lib/pyhandle/hsresponses.py -> build/bdist.linux-armv7l/wheel/pyhandle creating build/bdist.linux-armv7l/wheel/pyhandle/tests creating build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/handleclient_2_read_patched_unit_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/handleclient_read_patched_unit_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/handleclient_read_integration_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/utilconfig_unit_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/handleclient_write_patched_unit_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/handleclient_write_integration_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/handleclient_search_unit_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/handleconnector_unit_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/clientcredentials_unit_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/handleclient_unit_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/handleconnector_patched_unit_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/__init__.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases copying build/lib/pyhandle/tests/testcases/handleclient_search_integration_test.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcases creating build/bdist.linux-armv7l/wheel/pyhandle/tests/resources copying build/lib/pyhandle/tests/resources/testvalues_for_integration_tests_template_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/resources copying build/lib/pyhandle/tests/resources/handlerecord_with_10320LOC_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/resources copying build/lib/pyhandle/tests/resources/handlerecord_for_reading_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/resources copying build/lib/pyhandle/tests/resources/handlerecord_with_empty_10320LOC_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/resources copying build/lib/pyhandle/tests/resources/testvalues_for_clientcredentials_tests_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/resources copying build/lib/pyhandle/tests/resources/handlerecord_without_10320LOC_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/resources copying build/lib/pyhandle/tests/test_script.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests copying build/lib/pyhandle/tests/utilities.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests creating build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/testcredentials/credentials_wrongusername_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/testcredentials/credentials_correct_withconfig_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/testcredentials/credentials_noindex_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials creating build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials/fake_certs_and_keys copying build/lib/pyhandle/tests/testcredentials/fake_certs_and_keys/fake_certificate.pem -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials/fake_certs_and_keys copying build/lib/pyhandle/tests/testcredentials/fake_certs_and_keys/fake_certi_and_bothkeys.pem -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials/fake_certs_and_keys copying build/lib/pyhandle/tests/testcredentials/fake_certs_and_keys/fake_privatekey.pem -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials/fake_certs_and_keys copying build/lib/pyhandle/tests/testcredentials/credentials_usernamemissing_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/testcredentials/credentials_correct_with_cert_and_key_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/testcredentials/credentials_clientempty_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/testcredentials/credentials_correct_with_cert_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/testcredentials/credentials_correct_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/testcredentials/credentials_usernameempty_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/testcredentials/credentials_clientmissing_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/testcredentials/credentials_brokensyntax_PUBLIC.json -> build/bdist.linux-armv7l/wheel/pyhandle/tests/testcredentials copying build/lib/pyhandle/tests/mockresponses.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests copying build/lib/pyhandle/tests/main_test_script.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests copying build/lib/pyhandle/tests/__init__.py -> build/bdist.linux-armv7l/wheel/pyhandle/tests copying build/lib/pyhandle/compatibility_helper.py -> build/bdist.linux-armv7l/wheel/pyhandle copying build/lib/pyhandle/clientcredentials.py -> build/bdist.linux-armv7l/wheel/pyhandle copying build/lib/pyhandle/pyhandleclient.py -> build/bdist.linux-armv7l/wheel/pyhandle copying build/lib/pyhandle/handleclient.py -> build/bdist.linux-armv7l/wheel/pyhandle copying build/lib/pyhandle/batchhsexceptions.py -> build/bdist.linux-armv7l/wheel/pyhandle copying build/lib/pyhandle/searcher.py -> build/bdist.linux-armv7l/wheel/pyhandle copying build/lib/pyhandle/dbhsexceptions.py -> build/bdist.linux-armv7l/wheel/pyhandle creating build/bdist.linux-armv7l/wheel/pyhandle/client copying build/lib/pyhandle/client/resthandleclient.py -> build/bdist.linux-armv7l/wheel/pyhandle/client copying build/lib/pyhandle/client/batchhandleclient.py -> build/bdist.linux-armv7l/wheel/pyhandle/client copying build/lib/pyhandle/client/dbhandleclient.py -> build/bdist.linux-armv7l/wheel/pyhandle/client copying build/lib/pyhandle/client/__init__.py -> build/bdist.linux-armv7l/wheel/pyhandle/client creating build/bdist.linux-armv7l/wheel/pyhandle/util copying build/lib/pyhandle/util/pathutils.py -> build/bdist.linux-armv7l/wheel/pyhandle/util copying build/lib/pyhandle/util/utilconfig.py -> build/bdist.linux-armv7l/wheel/pyhandle/util copying build/lib/pyhandle/util/argsutils.py -> build/bdist.linux-armv7l/wheel/pyhandle/util copying build/lib/pyhandle/util/logutils.py -> build/bdist.linux-armv7l/wheel/pyhandle/util copying build/lib/pyhandle/util/timeutil.py -> build/bdist.linux-armv7l/wheel/pyhandle/util copying build/lib/pyhandle/util/allutils.py -> build/bdist.linux-armv7l/wheel/pyhandle/util copying build/lib/pyhandle/util/__init__.py -> build/bdist.linux-armv7l/wheel/pyhandle/util copying build/lib/pyhandle/__init__.py -> build/bdist.linux-armv7l/wheel/pyhandle copying build/lib/pyhandle/utilhandle.py -> build/bdist.linux-armv7l/wheel/pyhandle running install_egg_info Copying pyhandle.egg-info to build/bdist.linux-armv7l/wheel/pyhandle-1.0.1-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pyhandle-1.0.1.dist-info/WHEEL creating '/tmp/tmpteuz1tnkpip-wheel-/pyhandle-1.0.1-py2.py3-none-any.whl' and adding '.' to it adding 'pyhandle/__init__.py' adding 'pyhandle/batchhsexceptions.py' adding 'pyhandle/clientcredentials.py' adding 'pyhandle/compatibility_helper.py' adding 'pyhandle/dbhsexceptions.py' adding 'pyhandle/handleclient.py' adding 'pyhandle/handleexceptions.py' adding 'pyhandle/handlesystemconnector.py' adding 'pyhandle/hsresponses.py' adding 'pyhandle/pyhandleclient.py' adding 'pyhandle/searcher.py' adding 'pyhandle/utilhandle.py' adding 'pyhandle/client/__init__.py' adding 'pyhandle/client/batchhandleclient.py' adding 'pyhandle/client/dbhandleclient.py' adding 'pyhandle/client/resthandleclient.py' adding 'pyhandle/tests/__init__.py' adding 'pyhandle/tests/main_test_script.py' adding 'pyhandle/tests/mockresponses.py' adding 'pyhandle/tests/test_script.py' adding 'pyhandle/tests/utilities.py' adding 'pyhandle/tests/resources/handlerecord_for_reading_PUBLIC.json' adding 'pyhandle/tests/resources/handlerecord_with_10320LOC_PUBLIC.json' adding 'pyhandle/tests/resources/handlerecord_with_empty_10320LOC_PUBLIC.json' adding 'pyhandle/tests/resources/handlerecord_without_10320LOC_PUBLIC.json' adding 'pyhandle/tests/resources/testvalues_for_clientcredentials_tests_PUBLIC.json' adding 'pyhandle/tests/resources/testvalues_for_integration_tests_template_PUBLIC.json' adding 'pyhandle/tests/testcases/__init__.py' adding 'pyhandle/tests/testcases/clientcredentials_unit_test.py' adding 'pyhandle/tests/testcases/handleclient_2_read_patched_unit_test.py' adding 'pyhandle/tests/testcases/handleclient_read_integration_test.py' adding 'pyhandle/tests/testcases/handleclient_read_patched_unit_test.py' adding 'pyhandle/tests/testcases/handleclient_search_integration_test.py' adding 'pyhandle/tests/testcases/handleclient_search_unit_test.py' adding 'pyhandle/tests/testcases/handleclient_unit_test.py' adding 'pyhandle/tests/testcases/handleclient_write_integration_test.py' adding 'pyhandle/tests/testcases/handleclient_write_patched_unit_test.py' adding 'pyhandle/tests/testcases/handleconnector_patched_unit_test.py' adding 'pyhandle/tests/testcases/handleconnector_unit_test.py' adding 'pyhandle/tests/testcases/utilconfig_unit_test.py' adding 'pyhandle/tests/testcredentials/credentials_brokensyntax_PUBLIC.json' adding 'pyhandle/tests/testcredentials/credentials_clientempty_PUBLIC.json' adding 'pyhandle/tests/testcredentials/credentials_clientmissing_PUBLIC.json' adding 'pyhandle/tests/testcredentials/credentials_correct_PUBLIC.json' adding 'pyhandle/tests/testcredentials/credentials_correct_with_cert_PUBLIC.json' adding 'pyhandle/tests/testcredentials/credentials_correct_with_cert_and_key_PUBLIC.json' adding 'pyhandle/tests/testcredentials/credentials_correct_withconfig_PUBLIC.json' adding 'pyhandle/tests/testcredentials/credentials_noindex_PUBLIC.json' adding 'pyhandle/tests/testcredentials/credentials_usernameempty_PUBLIC.json' adding 'pyhandle/tests/testcredentials/credentials_usernamemissing_PUBLIC.json' adding 'pyhandle/tests/testcredentials/credentials_wrongusername_PUBLIC.json' adding 'pyhandle/tests/testcredentials/fake_certs_and_keys/fake_certi_and_bothkeys.pem' adding 'pyhandle/tests/testcredentials/fake_certs_and_keys/fake_certificate.pem' adding 'pyhandle/tests/testcredentials/fake_certs_and_keys/fake_privatekey.pem' adding 'pyhandle/util/__init__.py' adding 'pyhandle/util/allutils.py' adding 'pyhandle/util/argsutils.py' adding 'pyhandle/util/logutils.py' adding 'pyhandle/util/pathutils.py' adding 'pyhandle/util/timeutil.py' adding 'pyhandle/util/utilconfig.py' adding 'pyhandle-1.0.1.dist-info/DESCRIPTION.rst' adding 'pyhandle-1.0.1.dist-info/metadata.json' adding 'pyhandle-1.0.1.dist-info/top_level.txt' adding 'pyhandle-1.0.1.dist-info/WHEEL' adding 'pyhandle-1.0.1.dist-info/METADATA' adding 'pyhandle-1.0.1.dist-info/RECORD' Running setup.py bdist_wheel for pyhandle: finished with status 'done' Stored in directory: /tmp/tmpxz4rpoqu Successfully built pyhandle Cleaning up... Removing source in /tmp/pip-build-y58ha6re/pyhandle