2021-07-12T10:25:20,890 Created temporary directory: /tmp/pip-ephem-wheel-cache-1i6wk_fk 2021-07-12T10:25:20,894 Created temporary directory: /tmp/pip-req-tracker-t37g3jxf 2021-07-12T10:25:20,895 Initialized build tracking at /tmp/pip-req-tracker-t37g3jxf 2021-07-12T10:25:20,895 Created build tracker: /tmp/pip-req-tracker-t37g3jxf 2021-07-12T10:25:20,895 Entered build tracker: /tmp/pip-req-tracker-t37g3jxf 2021-07-12T10:25:20,896 Created temporary directory: /tmp/pip-wheel-r7jv6dsc 2021-07-12T10:25:20,932 1 location(s) to search for versions of ucwa: 2021-07-12T10:25:20,932 * https://pypi.org/simple/ucwa/ 2021-07-12T10:25:20,933 Fetching project page and analyzing links: https://pypi.org/simple/ucwa/ 2021-07-12T10:25:20,934 Getting page https://pypi.org/simple/ucwa/ 2021-07-12T10:25:20,936 Found index url https://pypi.org/simple 2021-07-12T10:25:21,147 Found link https://files.pythonhosted.org/packages/3b/c9/c66c548447c3c2599201196b874cc44d3600821fe4665c6f691349cca5f1/ucwa-0.1.0.tar.gz#sha256=a60c7c0b7a6f248eb3bd85c242881df943d4cac0777321a0ce5ae980b77995a0 (from https://pypi.org/simple/ucwa/), version: 0.1.0 2021-07-12T10:25:21,147 Found link https://files.pythonhosted.org/packages/ad/4c/6d7a2e0d58e6b8e99864e93d05b41f79f3b025ce317857bc0bf71b569f55/ucwa-0.2.0.macosx-10.6-intel.tar.gz#sha256=dabd51ecbf80d9fd83fec184183c9ed3a5be044ee630063a2de4750ef84acc65 (from https://pypi.org/simple/ucwa/), version: 0.2.0.macosx-10.6-intel 2021-07-12T10:25:21,148 Found link https://files.pythonhosted.org/packages/ca/d2/b226810df543fed1a27cef8d3a491d60a9bad0c215b235ab069e37433cd2/ucwa-0.3.0.tar.gz#sha256=5ea92ab53500263624b75fbb6aba160422c0c51b09d3100ca0396c3e917d2b51 (from https://pypi.org/simple/ucwa/), version: 0.3.0 2021-07-12T10:25:21,149 Skipping link: not a file: https://pypi.org/simple/ucwa/ 2021-07-12T10:25:21,174 Given no hashes to check 0 links for project 'ucwa': discarding no candidates 2021-07-12T10:25:21,175 ERROR: Could not find a version that satisfies the requirement ucwa==0.2.0 (from versions: 0.2.0.macosx-10.6-intel, 0.1.0, 0.3.0) 2021-07-12T10:25:21,175 ERROR: No matching distribution found for ucwa==0.2.0 2021-07-12T10:25:21,176 Exception information: 2021-07-12T10:25:21,176 Traceback (most recent call last): 2021-07-12T10:25:21,176 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T10:25:21,176 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T10:25:21,176 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T10:25:21,176 raise RequirementsConflicted(criterion) 2021-07-12T10:25:21,176 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ucwa==0.2.0') 2021-07-12T10:25:21,176 2021-07-12T10:25:21,176 During handling of the above exception, another exception occurred: 2021-07-12T10:25:21,176 2021-07-12T10:25:21,176 Traceback (most recent call last): 2021-07-12T10:25:21,176 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T10:25:21,176 result = self._result = resolver.resolve( 2021-07-12T10:25:21,176 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T10:25:21,176 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T10:25:21,176 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T10:25:21,176 raise ResolutionImpossible(e.criterion.information) 2021-07-12T10:25:21,176 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ucwa==0.2.0'), parent=None)] 2021-07-12T10:25:21,176 2021-07-12T10:25:21,176 The above exception was the direct cause of the following exception: 2021-07-12T10:25:21,176 2021-07-12T10:25:21,176 Traceback (most recent call last): 2021-07-12T10:25:21,176 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T10:25:21,176 status = self.run(options, args) 2021-07-12T10:25:21,176 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T10:25:21,176 return func(self, options, args) 2021-07-12T10:25:21,176 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T10:25:21,176 requirement_set = resolver.resolve( 2021-07-12T10:25:21,176 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T10:25:21,176 raise error from e 2021-07-12T10:25:21,176 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ucwa==0.2.0 2021-07-12T10:25:21,181 Removed build tracker: '/tmp/pip-req-tracker-t37g3jxf'