2021-07-08T19:03:49,291 Created temporary directory: /tmp/pip-ephem-wheel-cache-ympp0vi1 2021-07-08T19:03:49,294 Created temporary directory: /tmp/pip-req-tracker-r2jtolcq 2021-07-08T19:03:49,294 Initialized build tracking at /tmp/pip-req-tracker-r2jtolcq 2021-07-08T19:03:49,295 Created build tracker: /tmp/pip-req-tracker-r2jtolcq 2021-07-08T19:03:49,295 Entered build tracker: /tmp/pip-req-tracker-r2jtolcq 2021-07-08T19:03:49,295 Created temporary directory: /tmp/pip-wheel-p_edsukc 2021-07-08T19:03:49,329 1 location(s) to search for versions of runfunc: 2021-07-08T19:03:49,329 * https://pypi.org/simple/runfunc/ 2021-07-08T19:03:49,329 Fetching project page and analyzing links: https://pypi.org/simple/runfunc/ 2021-07-08T19:03:49,330 Getting page https://pypi.org/simple/runfunc/ 2021-07-08T19:03:49,331 Found index url https://pypi.org/simple 2021-07-08T19:03:49,511 Found link https://files.pythonhosted.org/packages/e1/a3/2ff0bd3bac895bff131d33ef5f4b13bf35ee3be46b0cb88643030cbf14aa/runfunc-0.0.1.tar.gz#sha256=561fd0f2b496159f5df2b464d4f8237dd3f3f593130664f1c1577df965d1c169 (from https://pypi.org/simple/runfunc/), version: 0.0.1 2021-07-08T19:03:49,512 Skipping link: not a file: https://pypi.org/simple/runfunc/ 2021-07-08T19:03:49,528 Given no hashes to check 1 links for project 'runfunc': discarding no candidates 2021-07-08T19:03:49,545 Collecting runfunc==0.0.1 2021-07-08T19:03:49,547 Created temporary directory: /tmp/pip-unpack-eqro3hmv 2021-07-08T19:03:49,724 Downloading runfunc-0.0.1.tar.gz (10 kB) 2021-07-08T19:03:49,784 Added runfunc==0.0.1 from https://files.pythonhosted.org/packages/e1/a3/2ff0bd3bac895bff131d33ef5f4b13bf35ee3be46b0cb88643030cbf14aa/runfunc-0.0.1.tar.gz#sha256=561fd0f2b496159f5df2b464d4f8237dd3f3f593130664f1c1577df965d1c169 to build tracker '/tmp/pip-req-tracker-r2jtolcq' 2021-07-08T19:03:49,785 Running setup.py (path:/tmp/pip-wheel-p_edsukc/runfunc_4f02248ca07e4cd58389d538f06e961c/setup.py) egg_info for package runfunc 2021-07-08T19:03:49,785 Created temporary directory: /tmp/pip-pip-egg-info-n28xwxe8 2021-07-08T19:03:49,786 Running command python setup.py egg_info 2021-07-08T19:03:50,422 Traceback (most recent call last): 2021-07-08T19:03:50,423 File "", line 1, in 2021-07-08T19:03:50,423 File "/tmp/pip-wheel-p_edsukc/runfunc_4f02248ca07e4cd58389d538f06e961c/setup.py", line 8, in 2021-07-08T19:03:50,423 import ez_setup 2021-07-08T19:03:50,424 ModuleNotFoundError: No module named 'ez_setup' 2021-07-08T19:03:50,473 WARNING: Discarding https://files.pythonhosted.org/packages/e1/a3/2ff0bd3bac895bff131d33ef5f4b13bf35ee3be46b0cb88643030cbf14aa/runfunc-0.0.1.tar.gz#sha256=561fd0f2b496159f5df2b464d4f8237dd3f3f593130664f1c1577df965d1c169 (from https://pypi.org/simple/runfunc/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T19:03:50,474 ERROR: Could not find a version that satisfies the requirement runfunc==0.0.1 (from versions: 0.0.1) 2021-07-08T19:03:50,474 ERROR: No matching distribution found for runfunc==0.0.1 2021-07-08T19:03:50,475 Exception information: 2021-07-08T19:03:50,475 Traceback (most recent call last): 2021-07-08T19:03:50,475 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T19:03:50,475 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T19:03:50,475 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T19:03:50,475 raise RequirementsConflicted(criterion) 2021-07-08T19:03:50,475 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('runfunc==0.0.1') 2021-07-08T19:03:50,475 2021-07-08T19:03:50,475 During handling of the above exception, another exception occurred: 2021-07-08T19:03:50,475 2021-07-08T19:03:50,475 Traceback (most recent call last): 2021-07-08T19:03:50,475 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T19:03:50,475 result = self._result = resolver.resolve( 2021-07-08T19:03:50,475 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T19:03:50,475 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T19:03:50,475 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T19:03:50,475 raise ResolutionImpossible(e.criterion.information) 2021-07-08T19:03:50,475 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('runfunc==0.0.1'), parent=None)] 2021-07-08T19:03:50,475 2021-07-08T19:03:50,475 The above exception was the direct cause of the following exception: 2021-07-08T19:03:50,475 2021-07-08T19:03:50,475 Traceback (most recent call last): 2021-07-08T19:03:50,475 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T19:03:50,475 status = self.run(options, args) 2021-07-08T19:03:50,475 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T19:03:50,475 return func(self, options, args) 2021-07-08T19:03:50,475 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T19:03:50,475 requirement_set = resolver.resolve( 2021-07-08T19:03:50,475 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T19:03:50,475 raise error from e 2021-07-08T19:03:50,475 pip._internal.exceptions.DistributionNotFound: No matching distribution found for runfunc==0.0.1 2021-07-08T19:03:50,479 Removed runfunc==0.0.1 from https://files.pythonhosted.org/packages/e1/a3/2ff0bd3bac895bff131d33ef5f4b13bf35ee3be46b0cb88643030cbf14aa/runfunc-0.0.1.tar.gz#sha256=561fd0f2b496159f5df2b464d4f8237dd3f3f593130664f1c1577df965d1c169 from build tracker '/tmp/pip-req-tracker-r2jtolcq' 2021-07-08T19:03:50,480 Removed build tracker: '/tmp/pip-req-tracker-r2jtolcq'