2021-07-09T22:39:14,262 Created temporary directory: /tmp/pip-ephem-wheel-cache-jr3x_nt2 2021-07-09T22:39:14,265 Created temporary directory: /tmp/pip-req-tracker-_kyz3fyi 2021-07-09T22:39:14,265 Initialized build tracking at /tmp/pip-req-tracker-_kyz3fyi 2021-07-09T22:39:14,265 Created build tracker: /tmp/pip-req-tracker-_kyz3fyi 2021-07-09T22:39:14,265 Entered build tracker: /tmp/pip-req-tracker-_kyz3fyi 2021-07-09T22:39:14,266 Created temporary directory: /tmp/pip-wheel-kh2fb890 2021-07-09T22:39:14,300 1 location(s) to search for versions of elisp: 2021-07-09T22:39:14,300 * https://pypi.org/simple/elisp/ 2021-07-09T22:39:14,300 Fetching project page and analyzing links: https://pypi.org/simple/elisp/ 2021-07-09T22:39:14,301 Getting page https://pypi.org/simple/elisp/ 2021-07-09T22:39:14,302 Found index url https://pypi.org/simple 2021-07-09T22:39:14,494 Skipping link: none of the wheel's tags (py2-none-any) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ac/03/a1e503483b97a20767805887528e6e1ed5212e080103860d294667013081/elisp-0.5-py2-none-any.whl#sha256=3e2cbd38260dbbc4622786e1f743d06c04a03a9e6e45287a7928d1c56139f317 (from https://pypi.org/simple/elisp/) 2021-07-09T22:39:14,494 Found link https://files.pythonhosted.org/packages/d7/c2/13ba98ca144612bd145c3fc365d5f983123b89f6fddece6e629e7081693e/elisp-0.5.tar.gz#sha256=cc75dfbf980e53e230caddc60c52491fedd6e064ac85007d54c3d9d1ce1b5b95 (from https://pypi.org/simple/elisp/), version: 0.5 2021-07-09T22:39:14,494 Skipping link: not a file: https://pypi.org/simple/elisp/ 2021-07-09T22:39:14,495 Given no hashes to check 1 links for project 'elisp': discarding no candidates 2021-07-09T22:39:14,513 Collecting elisp==0.5 2021-07-09T22:39:14,514 Created temporary directory: /tmp/pip-unpack-yhsazk2z 2021-07-09T22:39:14,687 Downloading elisp-0.5.tar.gz (7.1 kB) 2021-07-09T22:39:14,739 Added elisp==0.5 from https://files.pythonhosted.org/packages/d7/c2/13ba98ca144612bd145c3fc365d5f983123b89f6fddece6e629e7081693e/elisp-0.5.tar.gz#sha256=cc75dfbf980e53e230caddc60c52491fedd6e064ac85007d54c3d9d1ce1b5b95 to build tracker '/tmp/pip-req-tracker-_kyz3fyi' 2021-07-09T22:39:14,741 Running setup.py (path:/tmp/pip-wheel-kh2fb890/elisp_de4e6b193c784057a02322fa692a6adf/setup.py) egg_info for package elisp 2021-07-09T22:39:14,741 Created temporary directory: /tmp/pip-pip-egg-info-ahyybx3s 2021-07-09T22:39:14,742 Running command python setup.py egg_info 2021-07-09T22:39:15,396 Traceback (most recent call last): 2021-07-09T22:39:15,396 File "", line 1, in 2021-07-09T22:39:15,397 File "/tmp/pip-wheel-kh2fb890/elisp_de4e6b193c784057a02322fa692a6adf/setup.py", line 5, in 2021-07-09T22:39:15,397 import elisp 2021-07-09T22:39:15,397 File "/tmp/pip-wheel-kh2fb890/elisp_de4e6b193c784057a02322fa692a6adf/elisp/__init__.py", line 7, in 2021-07-09T22:39:15,397 from elisp.semantics import loads 2021-07-09T22:39:15,397 File "/tmp/pip-wheel-kh2fb890/elisp_de4e6b193c784057a02322fa692a6adf/elisp/semantics.py", line 1, in 2021-07-09T22:39:15,398 from . import parser 2021-07-09T22:39:15,398 File "/tmp/pip-wheel-kh2fb890/elisp_de4e6b193c784057a02322fa692a6adf/elisp/parser.py", line 15, in 2021-07-09T22:39:15,398 from grako.parsing import graken, Parser 2021-07-09T22:39:15,398 ModuleNotFoundError: No module named 'grako' 2021-07-09T22:39:15,449 WARNING: Discarding https://files.pythonhosted.org/packages/d7/c2/13ba98ca144612bd145c3fc365d5f983123b89f6fddece6e629e7081693e/elisp-0.5.tar.gz#sha256=cc75dfbf980e53e230caddc60c52491fedd6e064ac85007d54c3d9d1ce1b5b95 (from https://pypi.org/simple/elisp/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T22:39:15,450 ERROR: Could not find a version that satisfies the requirement elisp==0.5 (from versions: 0.5) 2021-07-09T22:39:15,450 ERROR: No matching distribution found for elisp==0.5 2021-07-09T22:39:15,451 Exception information: 2021-07-09T22:39:15,451 Traceback (most recent call last): 2021-07-09T22:39:15,451 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T22:39:15,451 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T22:39:15,451 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T22:39:15,451 raise RequirementsConflicted(criterion) 2021-07-09T22:39:15,451 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('elisp==0.5') 2021-07-09T22:39:15,451 2021-07-09T22:39:15,451 During handling of the above exception, another exception occurred: 2021-07-09T22:39:15,451 2021-07-09T22:39:15,451 Traceback (most recent call last): 2021-07-09T22:39:15,451 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T22:39:15,451 result = self._result = resolver.resolve( 2021-07-09T22:39:15,451 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T22:39:15,451 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T22:39:15,451 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T22:39:15,451 raise ResolutionImpossible(e.criterion.information) 2021-07-09T22:39:15,451 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('elisp==0.5'), parent=None)] 2021-07-09T22:39:15,451 2021-07-09T22:39:15,451 The above exception was the direct cause of the following exception: 2021-07-09T22:39:15,451 2021-07-09T22:39:15,451 Traceback (most recent call last): 2021-07-09T22:39:15,451 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T22:39:15,451 status = self.run(options, args) 2021-07-09T22:39:15,451 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T22:39:15,451 return func(self, options, args) 2021-07-09T22:39:15,451 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T22:39:15,451 requirement_set = resolver.resolve( 2021-07-09T22:39:15,451 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T22:39:15,451 raise error from e 2021-07-09T22:39:15,451 pip._internal.exceptions.DistributionNotFound: No matching distribution found for elisp==0.5 2021-07-09T22:39:15,455 Removed elisp==0.5 from https://files.pythonhosted.org/packages/d7/c2/13ba98ca144612bd145c3fc365d5f983123b89f6fddece6e629e7081693e/elisp-0.5.tar.gz#sha256=cc75dfbf980e53e230caddc60c52491fedd6e064ac85007d54c3d9d1ce1b5b95 from build tracker '/tmp/pip-req-tracker-_kyz3fyi' 2021-07-09T22:39:15,456 Removed build tracker: '/tmp/pip-req-tracker-_kyz3fyi'