2021-02-22T04:44:12,070 Created temporary directory: /tmp/pip-ephem-wheel-cache-iiuxtxt3 2021-02-22T04:44:12,073 Created temporary directory: /tmp/pip-req-tracker-8oc5g238 2021-02-22T04:44:12,073 Initialized build tracking at /tmp/pip-req-tracker-8oc5g238 2021-02-22T04:44:12,074 Created build tracker: /tmp/pip-req-tracker-8oc5g238 2021-02-22T04:44:12,074 Entered build tracker: /tmp/pip-req-tracker-8oc5g238 2021-02-22T04:44:12,075 Created temporary directory: /tmp/pip-wheel-1fcma44r 2021-02-22T04:44:12,110 1 location(s) to search for versions of xwire-common: 2021-02-22T04:44:12,110 * https://pypi.org/simple/xwire-common/ 2021-02-22T04:44:12,110 Fetching project page and analyzing links: https://pypi.org/simple/xwire-common/ 2021-02-22T04:44:12,111 Getting page https://pypi.org/simple/xwire-common/ 2021-02-22T04:44:12,113 Found index url https://pypi.org/simple 2021-02-22T04:44:12,216 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/07/10/39002dd9f1f50788baa671ce922cd33a3ea6bd65008408b68dd40b81e0ec/xwire.common-0.1.0-py3-none-any.whl#sha256=74597a70f09e1d18b12cc33ea3da999533d379f14bb5c26e8edd5ecc57f89128 (from https://pypi.org/simple/xwire-common/) (requires-python:>=3.8,<4.0) 2021-02-22T04:44:12,217 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/84/06/7b003c1c1b145daaa966c0996089a71c397c4e92c5c4284ed2e99ed76472/xwire.common-0.1.0.tar.gz#sha256=5607a77a6d5babd1a3e5355270b327cb21e167383f20f144bc381727d49cdea4 (from https://pypi.org/simple/xwire-common/) (requires-python:>=3.8,<4.0) 2021-02-22T04:44:12,217 Given no hashes to check 0 links for project 'xwire-common': discarding no candidates 2021-02-22T04:44:12,218 ERROR: Could not find a version that satisfies the requirement xwire-common==0.1.0 2021-02-22T04:44:12,218 ERROR: No matching distribution found for xwire-common==0.1.0 2021-02-22T04:44:12,218 Exception information: 2021-02-22T04:44:12,218 Traceback (most recent call last): 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-22T04:44:12,218 crit = self.state.criteria[name] 2021-02-22T04:44:12,218 KeyError: 'xwire-common' 2021-02-22T04:44:12,218 2021-02-22T04:44:12,218 During handling of the above exception, another exception occurred: 2021-02-22T04:44:12,218 2021-02-22T04:44:12,218 Traceback (most recent call last): 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-22T04:44:12,218 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-22T04:44:12,218 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-22T04:44:12,218 raise RequirementsConflicted(criterion) 2021-02-22T04:44:12,218 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('xwire-common==0.1.0') 2021-02-22T04:44:12,218 2021-02-22T04:44:12,218 During handling of the above exception, another exception occurred: 2021-02-22T04:44:12,218 2021-02-22T04:44:12,218 Traceback (most recent call last): 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-22T04:44:12,218 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-22T04:44:12,218 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-22T04:44:12,218 raise ResolutionImpossible(e.criterion.information) 2021-02-22T04:44:12,218 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('xwire-common==0.1.0'), parent=None)] 2021-02-22T04:44:12,218 2021-02-22T04:44:12,218 The above exception was the direct cause of the following exception: 2021-02-22T04:44:12,218 2021-02-22T04:44:12,218 Traceback (most recent call last): 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-02-22T04:44:12,218 status = self.run(options, args) 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-02-22T04:44:12,218 return func(self, options, args) 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-02-22T04:44:12,218 reqs, check_supported_wheels=True 2021-02-22T04:44:12,218 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-22T04:44:12,218 six.raise_from(error, e) 2021-02-22T04:44:12,218 File "", line 3, in raise_from 2021-02-22T04:44:12,218 pip._internal.exceptions.DistributionNotFound: No matching distribution found for xwire-common==0.1.0 2021-02-22T04:44:12,223 Removed build tracker: '/tmp/pip-req-tracker-8oc5g238'