2019-07-07T20:39:56 Created temporary directory: /tmp/pip-ephem-wheel-cache-4eja1yuz 2019-07-07T20:39:56 Created temporary directory: /tmp/pip-req-tracker-b5zyvgue 2019-07-07T20:39:56 Created requirements tracker '/tmp/pip-req-tracker-b5zyvgue' 2019-07-07T20:39:56 Created temporary directory: /tmp/pip-wheel-sbjxnhpc 2019-07-07T20:39:56 Collecting airbnb-script==1.0.6 2019-07-07T20:39:56 1 location(s) to search for versions of airbnb-script: 2019-07-07T20:39:56 * https://pypi.org/simple/airbnb-script/ 2019-07-07T20:39:56 Getting page https://pypi.org/simple/airbnb-script/ 2019-07-07T20:39:56 Analyzing links from page https://pypi.org/simple/airbnb-script/ 2019-07-07T20:39:56 Found link https://files.pythonhosted.org/packages/0c/7a/2950fab009d86513ceb0dd02433f3b9d81f1fd81c8af6d3c4e6861faaec4/airbnb_script-1.0.6.tar.gz#sha256=ec44f1a56e7b2a7646559103f70c49c7be80a1b4616c576e74b808e4806cbcbc (from https://pypi.org/simple/airbnb-script/), version: 1.0.6 2019-07-07T20:39:56 Using version 1.0.6 (newest of versions: 1.0.6) 2019-07-07T20:39:56 Created temporary directory: /tmp/pip-unpack-vtepdg26 2019-07-07T20:39:56 Downloading https://files.pythonhosted.org/packages/0c/7a/2950fab009d86513ceb0dd02433f3b9d81f1fd81c8af6d3c4e6861faaec4/airbnb_script-1.0.6.tar.gz 2019-07-07T20:39:56 Downloading from URL https://files.pythonhosted.org/packages/0c/7a/2950fab009d86513ceb0dd02433f3b9d81f1fd81c8af6d3c4e6861faaec4/airbnb_script-1.0.6.tar.gz#sha256=ec44f1a56e7b2a7646559103f70c49c7be80a1b4616c576e74b808e4806cbcbc (from https://pypi.org/simple/airbnb-script/) 2019-07-07T20:39:56 Added airbnb-script==1.0.6 from https://files.pythonhosted.org/packages/0c/7a/2950fab009d86513ceb0dd02433f3b9d81f1fd81c8af6d3c4e6861faaec4/airbnb_script-1.0.6.tar.gz#sha256=ec44f1a56e7b2a7646559103f70c49c7be80a1b4616c576e74b808e4806cbcbc to build tracker '/tmp/pip-req-tracker-b5zyvgue' 2019-07-07T20:39:56 Running setup.py (path:/tmp/pip-wheel-sbjxnhpc/airbnb-script/setup.py) egg_info for package airbnb-script 2019-07-07T20:39:56 Running command python setup.py egg_info 2019-07-07T20:39:58 /tmp/pip-wheel-sbjxnhpc/airbnb-script/setup.py:15: DeprecationWarning: Due to possible ambiguity, 'convert()' is deprecated. Use 'convert_file()' or 'convert_text()'. 2019-07-07T20:39:58 long_description = pypandoc.convert('README.md', 'rst') 2019-07-07T20:39:58 Maybe try: 2019-07-07T20:39:58 sudo apt-get install pandoc 2019-07-07T20:39:58 See http://johnmacfarlane.net/pandoc/installing.html 2019-07-07T20:39:58 for installation options 2019-07-07T20:39:58 --------------------------------------------------------------- 2019-07-07T20:39:58 Traceback (most recent call last): 2019-07-07T20:39:58 File "", line 1, in 2019-07-07T20:39:58 File "/tmp/pip-wheel-sbjxnhpc/airbnb-script/setup.py", line 15, in 2019-07-07T20:39:58 long_description = pypandoc.convert('README.md', 'rst') 2019-07-07T20:39:58 File "/usr/local/lib/python3.7/dist-packages/pypandoc/__init__.py", line 69, in convert 2019-07-07T20:39:58 outputfile=outputfile, filters=filters) 2019-07-07T20:39:58 File "/usr/local/lib/python3.7/dist-packages/pypandoc/__init__.py", line 260, in _convert_input 2019-07-07T20:39:58 _ensure_pandoc_path() 2019-07-07T20:39:58 File "/usr/local/lib/python3.7/dist-packages/pypandoc/__init__.py", line 544, in _ensure_pandoc_path 2019-07-07T20:39:58 raise OSError("No pandoc was found: either install pandoc and add it\n" 2019-07-07T20:39:58 OSError: No pandoc was found: either install pandoc and add it 2019-07-07T20:39:58 to your PATH or or call pypandoc.download_pandoc(...) or 2019-07-07T20:39:58 install pypandoc wheels with included pandoc. 2019-07-07T20:39:58 Cleaning up... 2019-07-07T20:39:58 Removing source in /tmp/pip-wheel-sbjxnhpc/airbnb-script 2019-07-07T20:39:58 Removed airbnb-script==1.0.6 from https://files.pythonhosted.org/packages/0c/7a/2950fab009d86513ceb0dd02433f3b9d81f1fd81c8af6d3c4e6861faaec4/airbnb_script-1.0.6.tar.gz#sha256=ec44f1a56e7b2a7646559103f70c49c7be80a1b4616c576e74b808e4806cbcbc from build tracker '/tmp/pip-req-tracker-b5zyvgue' 2019-07-07T20:39:58 Removed build tracker '/tmp/pip-req-tracker-b5zyvgue' 2019-07-07T20:39:58 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-sbjxnhpc/airbnb-script/ 2019-07-07T20:39:58 Exception information: 2019-07-07T20:39:58 Traceback (most recent call last): 2019-07-07T20:39:58 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-07T20:39:58 status = self.run(options, args) 2019-07-07T20:39:58 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-07T20:39:58 resolver.resolve(requirement_set) 2019-07-07T20:39:58 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-07T20:39:58 self._resolve_one(requirement_set, req) 2019-07-07T20:39:58 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-07T20:39:58 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-07T20:39:58 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-07T20:39:58 self.require_hashes 2019-07-07T20:39:58 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-07T20:39:58 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-07T20:39:58 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-07T20:39:58 self.req.prepare_metadata() 2019-07-07T20:39:58 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-07T20:39:58 self.run_egg_info() 2019-07-07T20:39:58 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-07T20:39:58 command_desc='python setup.py egg_info') 2019-07-07T20:39:58 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-07T20:39:58 % (command_desc, proc.returncode, cwd)) 2019-07-07T20:39:58 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-sbjxnhpc/airbnb-script/