2019-07-01T09:18:43 Created temporary directory: /tmp/pip-ephem-wheel-cache-hve0nl6k 2019-07-01T09:18:43 Created temporary directory: /tmp/pip-req-tracker-gy4if6l5 2019-07-01T09:18:43 Created requirements tracker '/tmp/pip-req-tracker-gy4if6l5' 2019-07-01T09:18:43 Created temporary directory: /tmp/pip-wheel-e3nz3j1w 2019-07-01T09:18:43 Collecting antstar==0.2.1.2 2019-07-01T09:18:43 1 location(s) to search for versions of antstar: 2019-07-01T09:18:43 * https://pypi.org/simple/antstar/ 2019-07-01T09:18:43 Getting page https://pypi.org/simple/antstar/ 2019-07-01T09:18:43 Analyzing links from page https://pypi.org/simple/antstar/ 2019-07-01T09:18:43 Found link https://files.pythonhosted.org/packages/98/68/e2f22df5e88859bde4f6c4332a65112d715ee20214d8b61645282ae21701/antstar-0.2.1.tar.gz#sha256=99647a552228a332428afff7622d3eb640967601719794e226bad3fb4ac0e7ea (from https://pypi.org/simple/antstar/), version: 0.2.1 2019-07-01T09:18:43 Found link https://files.pythonhosted.org/packages/4b/e5/d3d0ef98bb70c06759bb2659b9020d8117e812a11a96bb53294f3ef9742c/antstar-0.2.1.1.tar.gz#sha256=fc573e8c4565c09f69fbe0939f3e7881dc4edf4293250c6f36b18ba8bc8d89e2 (from https://pypi.org/simple/antstar/), version: 0.2.1.1 2019-07-01T09:18:43 Found link https://files.pythonhosted.org/packages/df/0a/839773e915586c0eed5c592ba64818cbc1db490fa686b5772e925f0bad8a/antstar-0.2.1.2.tar.gz#sha256=ecd3f3ad52005ba3d24e856d12efa9c95808922ba489423863ff0b52f2d941a7 (from https://pypi.org/simple/antstar/), version: 0.2.1.2 2019-07-01T09:18:43 Using version 0.2.1.2 (newest of versions: 0.2.1.2) 2019-07-01T09:18:43 Created temporary directory: /tmp/pip-unpack-jp1ez8o2 2019-07-01T09:18:43 Downloading https://files.pythonhosted.org/packages/df/0a/839773e915586c0eed5c592ba64818cbc1db490fa686b5772e925f0bad8a/antstar-0.2.1.2.tar.gz 2019-07-01T09:18:43 Downloading from URL https://files.pythonhosted.org/packages/df/0a/839773e915586c0eed5c592ba64818cbc1db490fa686b5772e925f0bad8a/antstar-0.2.1.2.tar.gz#sha256=ecd3f3ad52005ba3d24e856d12efa9c95808922ba489423863ff0b52f2d941a7 (from https://pypi.org/simple/antstar/) 2019-07-01T09:18:43 Added antstar==0.2.1.2 from https://files.pythonhosted.org/packages/df/0a/839773e915586c0eed5c592ba64818cbc1db490fa686b5772e925f0bad8a/antstar-0.2.1.2.tar.gz#sha256=ecd3f3ad52005ba3d24e856d12efa9c95808922ba489423863ff0b52f2d941a7 to build tracker '/tmp/pip-req-tracker-gy4if6l5' 2019-07-01T09:18:43 Running setup.py (path:/tmp/pip-wheel-e3nz3j1w/antstar/setup.py) egg_info for package antstar 2019-07-01T09:18:43 Running command python setup.py egg_info 2019-07-01T09:18:44 /tmp/pip-wheel-e3nz3j1w/antstar/setup.py:5: DeprecationWarning: Due to possible ambiguity, 'convert()' is deprecated. Use 'convert_file()' or 'convert_text()'. 2019-07-01T09:18:44 description = pypandoc.convert('README.md', 'rst') 2019-07-01T09:18:44 Traceback (most recent call last): 2019-07-01T09:18:44 File "", line 1, in 2019-07-01T09:18:44 File "/tmp/pip-wheel-e3nz3j1w/antstar/setup.py", line 5, in 2019-07-01T09:18:44 description = pypandoc.convert('README.md', 'rst') 2019-07-01T09:18:44 File "/usr/local/lib/python3.7/dist-packages/pypandoc/__init__.py", line 66, in convert 2019-07-01T09:18:44 raise RuntimeError("Format missing, but need one (identified source as text as no " 2019-07-01T09:18:44 RuntimeError: Format missing, but need one (identified source as text as no file with that name was found). 2019-07-01T09:18:45 Cleaning up... 2019-07-01T09:18:45 Removing source in /tmp/pip-wheel-e3nz3j1w/antstar 2019-07-01T09:18:45 Removed antstar==0.2.1.2 from https://files.pythonhosted.org/packages/df/0a/839773e915586c0eed5c592ba64818cbc1db490fa686b5772e925f0bad8a/antstar-0.2.1.2.tar.gz#sha256=ecd3f3ad52005ba3d24e856d12efa9c95808922ba489423863ff0b52f2d941a7 from build tracker '/tmp/pip-req-tracker-gy4if6l5' 2019-07-01T09:18:45 Removed build tracker '/tmp/pip-req-tracker-gy4if6l5' 2019-07-01T09:18:45 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-e3nz3j1w/antstar/ 2019-07-01T09:18:45 Exception information: 2019-07-01T09:18:45 Traceback (most recent call last): 2019-07-01T09:18:45 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-01T09:18:45 status = self.run(options, args) 2019-07-01T09:18:45 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-01T09:18:45 resolver.resolve(requirement_set) 2019-07-01T09:18:45 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-01T09:18:45 self._resolve_one(requirement_set, req) 2019-07-01T09:18:45 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-01T09:18:45 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-01T09:18:45 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-01T09:18:45 self.require_hashes 2019-07-01T09:18:45 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-01T09:18:45 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-01T09:18:45 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-01T09:18:45 self.req.prepare_metadata() 2019-07-01T09:18:45 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-01T09:18:45 self.run_egg_info() 2019-07-01T09:18:45 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-01T09:18:45 command_desc='python setup.py egg_info') 2019-07-01T09:18:45 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-01T09:18:45 % (command_desc, proc.returncode, cwd)) 2019-07-01T09:18:45 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-e3nz3j1w/antstar/