2021-07-09T21:26:50,997 Created temporary directory: /tmp/pip-ephem-wheel-cache-qqqz8pzm 2021-07-09T21:26:51,001 Created temporary directory: /tmp/pip-req-tracker-exe1v3pn 2021-07-09T21:26:51,001 Initialized build tracking at /tmp/pip-req-tracker-exe1v3pn 2021-07-09T21:26:51,002 Created build tracker: /tmp/pip-req-tracker-exe1v3pn 2021-07-09T21:26:51,002 Entered build tracker: /tmp/pip-req-tracker-exe1v3pn 2021-07-09T21:26:51,003 Created temporary directory: /tmp/pip-wheel-kd9hyqdv 2021-07-09T21:26:51,040 1 location(s) to search for versions of lua-call: 2021-07-09T21:26:51,040 * https://pypi.org/simple/lua-call/ 2021-07-09T21:26:51,040 Fetching project page and analyzing links: https://pypi.org/simple/lua-call/ 2021-07-09T21:26:51,041 Getting page https://pypi.org/simple/lua-call/ 2021-07-09T21:26:51,042 Found index url https://pypi.org/simple 2021-07-09T21:26:51,220 Found link https://files.pythonhosted.org/packages/28/e6/52a6a9871dca7121218fc31edb211e077564d8fbd01b227d9a82ae644195/lua_call-0.10.0.tar.gz#sha256=dc13ff28f1b60f81dcac18fb002446523d306f29169a7a1ce262390471d17c40 (from https://pypi.org/simple/lua-call/), version: 0.10.0 2021-07-09T21:26:51,221 Skipping link: not a file: https://pypi.org/simple/lua-call/ 2021-07-09T21:26:51,237 Given no hashes to check 1 links for project 'lua-call': discarding no candidates 2021-07-09T21:26:51,254 Collecting lua-call==0.10.0 2021-07-09T21:26:51,255 Created temporary directory: /tmp/pip-unpack-4uoihh85 2021-07-09T21:26:51,438 Downloading lua_call-0.10.0.tar.gz (9.3 kB) 2021-07-09T21:26:51,486 Added lua-call==0.10.0 from https://files.pythonhosted.org/packages/28/e6/52a6a9871dca7121218fc31edb211e077564d8fbd01b227d9a82ae644195/lua_call-0.10.0.tar.gz#sha256=dc13ff28f1b60f81dcac18fb002446523d306f29169a7a1ce262390471d17c40 to build tracker '/tmp/pip-req-tracker-exe1v3pn' 2021-07-09T21:26:51,488 Running setup.py (path:/tmp/pip-wheel-kd9hyqdv/lua-call_eb9761a96443404abe10da76d35cfa93/setup.py) egg_info for package lua-call 2021-07-09T21:26:51,488 Created temporary directory: /tmp/pip-pip-egg-info-sj_k4a0v 2021-07-09T21:26:51,489 Running command python setup.py egg_info 2021-07-09T21:26:52,127 Traceback (most recent call last): 2021-07-09T21:26:52,128 File "", line 1, in 2021-07-09T21:26:52,128 File "/tmp/pip-wheel-kd9hyqdv/lua-call_eb9761a96443404abe10da76d35cfa93/setup.py", line 7, in 2021-07-09T21:26:52,128 import lua_call 2021-07-09T21:26:52,128 File "/tmp/pip-wheel-kd9hyqdv/lua-call_eb9761a96443404abe10da76d35cfa93/lua_call.py", line 204, in 2021-07-09T21:26:52,129 @apply 2021-07-09T21:26:52,129 NameError: name 'apply' is not defined 2021-07-09T21:26:52,179 WARNING: Discarding https://files.pythonhosted.org/packages/28/e6/52a6a9871dca7121218fc31edb211e077564d8fbd01b227d9a82ae644195/lua_call-0.10.0.tar.gz#sha256=dc13ff28f1b60f81dcac18fb002446523d306f29169a7a1ce262390471d17c40 (from https://pypi.org/simple/lua-call/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T21:26:52,180 ERROR: Could not find a version that satisfies the requirement lua-call==0.10.0 (from versions: 0.10.0) 2021-07-09T21:26:52,181 ERROR: No matching distribution found for lua-call==0.10.0 2021-07-09T21:26:52,181 Exception information: 2021-07-09T21:26:52,181 Traceback (most recent call last): 2021-07-09T21:26:52,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T21:26:52,181 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T21:26:52,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T21:26:52,181 raise RequirementsConflicted(criterion) 2021-07-09T21:26:52,181 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('lua-call==0.10.0') 2021-07-09T21:26:52,181 2021-07-09T21:26:52,181 During handling of the above exception, another exception occurred: 2021-07-09T21:26:52,181 2021-07-09T21:26:52,181 Traceback (most recent call last): 2021-07-09T21:26:52,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T21:26:52,181 result = self._result = resolver.resolve( 2021-07-09T21:26:52,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T21:26:52,181 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T21:26:52,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T21:26:52,181 raise ResolutionImpossible(e.criterion.information) 2021-07-09T21:26:52,181 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('lua-call==0.10.0'), parent=None)] 2021-07-09T21:26:52,181 2021-07-09T21:26:52,181 The above exception was the direct cause of the following exception: 2021-07-09T21:26:52,181 2021-07-09T21:26:52,181 Traceback (most recent call last): 2021-07-09T21:26:52,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T21:26:52,181 status = self.run(options, args) 2021-07-09T21:26:52,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T21:26:52,181 return func(self, options, args) 2021-07-09T21:26:52,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T21:26:52,181 requirement_set = resolver.resolve( 2021-07-09T21:26:52,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T21:26:52,181 raise error from e 2021-07-09T21:26:52,181 pip._internal.exceptions.DistributionNotFound: No matching distribution found for lua-call==0.10.0 2021-07-09T21:26:52,186 Removed lua-call==0.10.0 from https://files.pythonhosted.org/packages/28/e6/52a6a9871dca7121218fc31edb211e077564d8fbd01b227d9a82ae644195/lua_call-0.10.0.tar.gz#sha256=dc13ff28f1b60f81dcac18fb002446523d306f29169a7a1ce262390471d17c40 from build tracker '/tmp/pip-req-tracker-exe1v3pn' 2021-07-09T21:26:52,186 Removed build tracker: '/tmp/pip-req-tracker-exe1v3pn'