2021-03-23T17:39:18,457 Created temporary directory: /tmp/pip-ephem-wheel-cache-t9nczac3 2021-03-23T17:39:18,460 Created temporary directory: /tmp/pip-req-tracker-a6sk4r3y 2021-03-23T17:39:18,460 Initialized build tracking at /tmp/pip-req-tracker-a6sk4r3y 2021-03-23T17:39:18,460 Created build tracker: /tmp/pip-req-tracker-a6sk4r3y 2021-03-23T17:39:18,460 Entered build tracker: /tmp/pip-req-tracker-a6sk4r3y 2021-03-23T17:39:18,461 Created temporary directory: /tmp/pip-wheel-1em81fqt 2021-03-23T17:39:18,496 1 location(s) to search for versions of theconcierge: 2021-03-23T17:39:18,496 * https://pypi.org/simple/theconcierge/ 2021-03-23T17:39:18,497 Fetching project page and analyzing links: https://pypi.org/simple/theconcierge/ 2021-03-23T17:39:18,497 Getting page https://pypi.org/simple/theconcierge/ 2021-03-23T17:39:18,499 Found index url https://pypi.org/simple 2021-03-23T17:39:18,605 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/4f/90/e6d7b45141b153880335267282cf5b31b727929b7b95f716bb87c1936dda/TheConcierge-0.0.1-py3-none-any.whl#sha256=8776e0dbb5841690190ee6911464823eee78dbf8fcdbc2efc274e469f77637a2 (from https://pypi.org/simple/theconcierge/) (requires-python:>=3.8,<4.0) 2021-03-23T17:39:18,606 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/0c/7e/9580f8783a2233cbb08d46919c996bbfb653321ee59b09a42c0983ce98f7/TheConcierge-0.0.1.tar.gz#sha256=88b281a6db55f65bba60bc05f3c63fb96d47675c9113c76f9528711c2e2c8f23 (from https://pypi.org/simple/theconcierge/) (requires-python:>=3.8,<4.0) 2021-03-23T17:39:18,606 Given no hashes to check 0 links for project 'theconcierge': discarding no candidates 2021-03-23T17:39:18,607 ERROR: Could not find a version that satisfies the requirement theconcierge==0.0.1 2021-03-23T17:39:18,607 ERROR: No matching distribution found for theconcierge==0.0.1 2021-03-23T17:39:18,607 Exception information: 2021-03-23T17:39:18,607 Traceback (most recent call last): 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-23T17:39:18,607 crit = self.state.criteria[name] 2021-03-23T17:39:18,607 KeyError: 'theconcierge' 2021-03-23T17:39:18,607 2021-03-23T17:39:18,607 During handling of the above exception, another exception occurred: 2021-03-23T17:39:18,607 2021-03-23T17:39:18,607 Traceback (most recent call last): 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-23T17:39:18,607 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-23T17:39:18,607 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-23T17:39:18,607 raise RequirementsConflicted(criterion) 2021-03-23T17:39:18,607 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('theconcierge==0.0.1') 2021-03-23T17:39:18,607 2021-03-23T17:39:18,607 During handling of the above exception, another exception occurred: 2021-03-23T17:39:18,607 2021-03-23T17:39:18,607 Traceback (most recent call last): 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-23T17:39:18,607 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-23T17:39:18,607 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-23T17:39:18,607 raise ResolutionImpossible(e.criterion.information) 2021-03-23T17:39:18,607 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('theconcierge==0.0.1'), parent=None)] 2021-03-23T17:39:18,607 2021-03-23T17:39:18,607 The above exception was the direct cause of the following exception: 2021-03-23T17:39:18,607 2021-03-23T17:39:18,607 Traceback (most recent call last): 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-23T17:39:18,607 status = self.run(options, args) 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-23T17:39:18,607 return func(self, options, args) 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-23T17:39:18,607 reqs, check_supported_wheels=True 2021-03-23T17:39:18,607 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-23T17:39:18,607 six.raise_from(error, e) 2021-03-23T17:39:18,607 File "", line 3, in raise_from 2021-03-23T17:39:18,607 pip._internal.exceptions.DistributionNotFound: No matching distribution found for theconcierge==0.0.1 2021-03-23T17:39:18,612 Removed build tracker: '/tmp/pip-req-tracker-a6sk4r3y'