2019-07-04T14:04:01 Created temporary directory: /tmp/pip-ephem-wheel-cache-ciuxf0jk 2019-07-04T14:04:01 Created temporary directory: /tmp/pip-req-tracker-b5vcvacv 2019-07-04T14:04:01 Created requirements tracker '/tmp/pip-req-tracker-b5vcvacv' 2019-07-04T14:04:01 Created temporary directory: /tmp/pip-wheel-kmwua6b7 2019-07-04T14:04:01 Collecting QMon==0.2.0 2019-07-04T14:04:01 1 location(s) to search for versions of QMon: 2019-07-04T14:04:01 * https://pypi.org/simple/qmon/ 2019-07-04T14:04:01 Getting page https://pypi.org/simple/qmon/ 2019-07-04T14:04:01 Analyzing links from page https://pypi.org/simple/qmon/ 2019-07-04T14:04:01 Found link https://files.pythonhosted.org/packages/89/9b/1e0528ea7e665262a5d7b6e24ebdb99601b0db2dd7829f48d0624e40de93/QMon-0.1.0.tar.gz#sha256=efc190933d631e17d17041441cd2f74ad312e7e8313752055880acff4e444f42 (from https://pypi.org/simple/qmon/), version: 0.1.0 2019-07-04T14:04:01 Found link https://files.pythonhosted.org/packages/16/8c/8f9fe470c7a713b79373adf1fdeb4e1fca771d96be0abb7e946156d8fdc9/QMon-0.1.1-py3-none-any.whl#sha256=1487592614d008b3bbc809e5fbf9dc2600eb7aa28efbeee99e5d196c0c7967bd (from https://pypi.org/simple/qmon/), version: 0.1.1 2019-07-04T14:04:01 Found link https://files.pythonhosted.org/packages/cc/2d/b00569ab8a217ebf14993487e3bb40db32c96c92bf07be6b104086fac4f4/QMon-0.1.1.tar.gz#sha256=2a6943314131d934c10066d5ed55520f0c479090947cd93a34544d2653dc7367 (from https://pypi.org/simple/qmon/), version: 0.1.1 2019-07-04T14:04:01 Found link https://files.pythonhosted.org/packages/72/0a/2a0a79db748acfee01ba91a6b07c60614d202f094c435a12c65486a7cdbd/QMon-0.2.0.tar.gz#sha256=143d9e5b95855b6a8ed48b8426c414063faf23b066d38df3148dc29ccfbf391d (from https://pypi.org/simple/qmon/), version: 0.2.0 2019-07-04T14:04:01 Found link https://files.pythonhosted.org/packages/b8/8d/cf76971252454b19cec41bb04223710d97dd929e292f2d7d6da536c6a755/QMon-0.2.1.tar.gz#sha256=319a5b1abf50de1c0070426f9af5a281a56634cd7bf5091ea4fa418d2e73fcba (from https://pypi.org/simple/qmon/), version: 0.2.1 2019-07-04T14:04:01 Using version 0.2.0 (newest of versions: 0.2.0) 2019-07-04T14:04:01 Created temporary directory: /tmp/pip-unpack-oqmq3w33 2019-07-04T14:04:02 Downloading https://files.pythonhosted.org/packages/72/0a/2a0a79db748acfee01ba91a6b07c60614d202f094c435a12c65486a7cdbd/QMon-0.2.0.tar.gz 2019-07-04T14:04:02 Downloading from URL https://files.pythonhosted.org/packages/72/0a/2a0a79db748acfee01ba91a6b07c60614d202f094c435a12c65486a7cdbd/QMon-0.2.0.tar.gz#sha256=143d9e5b95855b6a8ed48b8426c414063faf23b066d38df3148dc29ccfbf391d (from https://pypi.org/simple/qmon/) 2019-07-04T14:04:02 Added QMon==0.2.0 from https://files.pythonhosted.org/packages/72/0a/2a0a79db748acfee01ba91a6b07c60614d202f094c435a12c65486a7cdbd/QMon-0.2.0.tar.gz#sha256=143d9e5b95855b6a8ed48b8426c414063faf23b066d38df3148dc29ccfbf391d to build tracker '/tmp/pip-req-tracker-b5vcvacv' 2019-07-04T14:04:02 Running setup.py (path:/tmp/pip-wheel-kmwua6b7/QMon/setup.py) egg_info for package QMon 2019-07-04T14:04:02 Running command python setup.py egg_info 2019-07-04T14:04:03 /tmp/pip-wheel-kmwua6b7/QMon/setup.py:20: DeprecationWarning: Due to possible ambiguity, 'convert()' is deprecated. Use 'convert_file()' or 'convert_text()'. 2019-07-04T14:04:03 long_description = pypandoc.convert('README.md', 'rst') 2019-07-04T14:04:03 Maybe try: 2019-07-04T14:04:03 sudo apt-get install pandoc 2019-07-04T14:04:03 See http://johnmacfarlane.net/pandoc/installing.html 2019-07-04T14:04:03 for installation options 2019-07-04T14:04:03 --------------------------------------------------------------- 2019-07-04T14:04:03 Traceback (most recent call last): 2019-07-04T14:04:03 File "", line 1, in 2019-07-04T14:04:03 File "/tmp/pip-wheel-kmwua6b7/QMon/setup.py", line 51, in 2019-07-04T14:04:03 long_description=get_long_description(), 2019-07-04T14:04:03 File "/tmp/pip-wheel-kmwua6b7/QMon/setup.py", line 30, in get_long_description 2019-07-04T14:04:03 raise e 2019-07-04T14:04:03 File "/tmp/pip-wheel-kmwua6b7/QMon/setup.py", line 20, in get_long_description 2019-07-04T14:04:03 long_description = pypandoc.convert('README.md', 'rst') 2019-07-04T14:04:03 File "/usr/local/lib/python3.7/dist-packages/pypandoc/__init__.py", line 69, in convert 2019-07-04T14:04:03 outputfile=outputfile, filters=filters) 2019-07-04T14:04:03 File "/usr/local/lib/python3.7/dist-packages/pypandoc/__init__.py", line 260, in _convert_input 2019-07-04T14:04:03 _ensure_pandoc_path() 2019-07-04T14:04:03 File "/usr/local/lib/python3.7/dist-packages/pypandoc/__init__.py", line 544, in _ensure_pandoc_path 2019-07-04T14:04:03 raise OSError("No pandoc was found: either install pandoc and add it\n" 2019-07-04T14:04:03 OSError: No pandoc was found: either install pandoc and add it 2019-07-04T14:04:03 to your PATH or or call pypandoc.download_pandoc(...) or 2019-07-04T14:04:03 install pypandoc wheels with included pandoc. 2019-07-04T14:04:03 Cleaning up... 2019-07-04T14:04:03 Removing source in /tmp/pip-wheel-kmwua6b7/QMon 2019-07-04T14:04:03 Removed QMon==0.2.0 from https://files.pythonhosted.org/packages/72/0a/2a0a79db748acfee01ba91a6b07c60614d202f094c435a12c65486a7cdbd/QMon-0.2.0.tar.gz#sha256=143d9e5b95855b6a8ed48b8426c414063faf23b066d38df3148dc29ccfbf391d from build tracker '/tmp/pip-req-tracker-b5vcvacv' 2019-07-04T14:04:03 Removed build tracker '/tmp/pip-req-tracker-b5vcvacv' 2019-07-04T14:04:03 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-kmwua6b7/QMon/ 2019-07-04T14:04:03 Exception information: 2019-07-04T14:04:03 Traceback (most recent call last): 2019-07-04T14:04:03 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-04T14:04:03 status = self.run(options, args) 2019-07-04T14:04:03 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-04T14:04:03 resolver.resolve(requirement_set) 2019-07-04T14:04:03 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-04T14:04:03 self._resolve_one(requirement_set, req) 2019-07-04T14:04:03 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-04T14:04:03 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-04T14:04:03 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-04T14:04:03 self.require_hashes 2019-07-04T14:04:03 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-04T14:04:03 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-04T14:04:03 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-04T14:04:03 self.req.prepare_metadata() 2019-07-04T14:04:03 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-04T14:04:03 self.run_egg_info() 2019-07-04T14:04:03 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-04T14:04:03 command_desc='python setup.py egg_info') 2019-07-04T14:04:03 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-04T14:04:03 % (command_desc, proc.returncode, cwd)) 2019-07-04T14:04:03 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-kmwua6b7/QMon/