2019-07-01T03:57:37 Created temporary directory: /tmp/pip-ephem-wheel-cache-k_846nwk 2019-07-01T03:57:37 Created temporary directory: /tmp/pip-req-tracker-j6yillyj 2019-07-01T03:57:37 Created requirements tracker '/tmp/pip-req-tracker-j6yillyj' 2019-07-01T03:57:37 Created temporary directory: /tmp/pip-wheel-10zt6b__ 2019-07-01T03:57:37 Collecting moult==0.1a4 2019-07-01T03:57:37 1 location(s) to search for versions of moult: 2019-07-01T03:57:37 * https://pypi.org/simple/moult/ 2019-07-01T03:57:37 Getting page https://pypi.org/simple/moult/ 2019-07-01T03:57:37 Analyzing links from page https://pypi.org/simple/moult/ 2019-07-01T03:57:37 Found link https://files.pythonhosted.org/packages/ba/31/9dfe145b3a947757877a2d0432e424a864b70914ab1b3a3734865699fb62/moult-0.1a4.tar.gz#sha256=28dae7b38dcea6213786ea3f0c2f3cc63329e79a08e93ff16b2b26ee088cba98 (from https://pypi.org/simple/moult/), version: 0.1a4 2019-07-01T03:57:37 Found link https://files.pythonhosted.org/packages/95/d0/84284a3b45a706623e782f1619301fb8abb4f4538de863d550a5f6660428/moult-0.1.tar.gz#sha256=a7860dde10d36a30dd7ad5c8955aad336e6495380f8ef67372b08c3f2fdf3396 (from https://pypi.org/simple/moult/), version: 0.1 2019-07-01T03:57:37 Found link https://files.pythonhosted.org/packages/e1/35/bfe152912ffb3c91bf6e741d662a1c12f8083a7d087708886ab9d215f8ab/moult-0.1.1.tar.gz#sha256=77b5e543802f686db84e343059e25eee8f5a366f1a2939cb54edb28a9cfede65 (from https://pypi.org/simple/moult/), version: 0.1.1 2019-07-01T03:57:37 Found link https://files.pythonhosted.org/packages/0f/2c/533b2c48d1769376c3d16cb17afaccc552b0e82410ac57b58432c0e0724d/moult-0.1.2.tar.gz#sha256=35ad55c6e008449b8382de77e4fba22cd121fdcab8aa3b9dcdb49c2599c57531 (from https://pypi.org/simple/moult/), version: 0.1.2 2019-07-01T03:57:37 Using version 0.1a4 (newest of versions: 0.1a4) 2019-07-01T03:57:37 Created temporary directory: /tmp/pip-unpack-5qo2qg_d 2019-07-01T03:57:37 Downloading https://files.pythonhosted.org/packages/ba/31/9dfe145b3a947757877a2d0432e424a864b70914ab1b3a3734865699fb62/moult-0.1a4.tar.gz 2019-07-01T03:57:37 Downloading from URL https://files.pythonhosted.org/packages/ba/31/9dfe145b3a947757877a2d0432e424a864b70914ab1b3a3734865699fb62/moult-0.1a4.tar.gz#sha256=28dae7b38dcea6213786ea3f0c2f3cc63329e79a08e93ff16b2b26ee088cba98 (from https://pypi.org/simple/moult/) 2019-07-01T03:57:38 Added moult==0.1a4 from https://files.pythonhosted.org/packages/ba/31/9dfe145b3a947757877a2d0432e424a864b70914ab1b3a3734865699fb62/moult-0.1a4.tar.gz#sha256=28dae7b38dcea6213786ea3f0c2f3cc63329e79a08e93ff16b2b26ee088cba98 to build tracker '/tmp/pip-req-tracker-j6yillyj' 2019-07-01T03:57:38 Running setup.py (path:/tmp/pip-wheel-10zt6b__/moult/setup.py) egg_info for package moult 2019-07-01T03:57:38 Running command python setup.py egg_info 2019-07-01T03:57:39 /tmp/pip-wheel-10zt6b__/moult/setup.py:9: DeprecationWarning: Due to possible ambiguity, 'convert()' is deprecated. Use 'convert_file()' or 'convert_text()'. 2019-07-01T03:57:39 return convert(readme, 'rst') 2019-07-01T03:57:39 Maybe try: 2019-07-01T03:57:39 sudo apt-get install pandoc 2019-07-01T03:57:39 See http://johnmacfarlane.net/pandoc/installing.html 2019-07-01T03:57:39 for installation options 2019-07-01T03:57:39 --------------------------------------------------------------- 2019-07-01T03:57:39 Traceback (most recent call last): 2019-07-01T03:57:39 File "", line 1, in 2019-07-01T03:57:39 File "/tmp/pip-wheel-10zt6b__/moult/setup.py", line 25, in 2019-07-01T03:57:39 long_description=readme_file('README.md'), 2019-07-01T03:57:39 File "/tmp/pip-wheel-10zt6b__/moult/setup.py", line 9, in readme_file 2019-07-01T03:57:39 return convert(readme, 'rst') 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pypandoc/__init__.py", line 69, in convert 2019-07-01T03:57:39 outputfile=outputfile, filters=filters) 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pypandoc/__init__.py", line 260, in _convert_input 2019-07-01T03:57:39 _ensure_pandoc_path() 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pypandoc/__init__.py", line 544, in _ensure_pandoc_path 2019-07-01T03:57:39 raise OSError("No pandoc was found: either install pandoc and add it\n" 2019-07-01T03:57:39 OSError: No pandoc was found: either install pandoc and add it 2019-07-01T03:57:39 to your PATH or or call pypandoc.download_pandoc(...) or 2019-07-01T03:57:39 install pypandoc wheels with included pandoc. 2019-07-01T03:57:39 Cleaning up... 2019-07-01T03:57:39 Removing source in /tmp/pip-wheel-10zt6b__/moult 2019-07-01T03:57:39 Removed moult==0.1a4 from https://files.pythonhosted.org/packages/ba/31/9dfe145b3a947757877a2d0432e424a864b70914ab1b3a3734865699fb62/moult-0.1a4.tar.gz#sha256=28dae7b38dcea6213786ea3f0c2f3cc63329e79a08e93ff16b2b26ee088cba98 from build tracker '/tmp/pip-req-tracker-j6yillyj' 2019-07-01T03:57:39 Removed build tracker '/tmp/pip-req-tracker-j6yillyj' 2019-07-01T03:57:39 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-10zt6b__/moult/ 2019-07-01T03:57:39 Exception information: 2019-07-01T03:57:39 Traceback (most recent call last): 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-01T03:57:39 status = self.run(options, args) 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-01T03:57:39 resolver.resolve(requirement_set) 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-01T03:57:39 self._resolve_one(requirement_set, req) 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-01T03:57:39 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-01T03:57:39 self.require_hashes 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-01T03:57:39 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-01T03:57:39 self.req.prepare_metadata() 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-01T03:57:39 self.run_egg_info() 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-01T03:57:39 command_desc='python setup.py egg_info') 2019-07-01T03:57:39 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-01T03:57:39 % (command_desc, proc.returncode, cwd)) 2019-07-01T03:57:39 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-10zt6b__/moult/