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