2021-02-10T20:19:00,727 Created temporary directory: /tmp/pip-ephem-wheel-cache-8bjbqs_8 2021-02-10T20:19:00,729 Created temporary directory: /tmp/pip-req-tracker-rwjlvg4t 2021-02-10T20:19:00,730 Initialized build tracking at /tmp/pip-req-tracker-rwjlvg4t 2021-02-10T20:19:00,730 Created build tracker: /tmp/pip-req-tracker-rwjlvg4t 2021-02-10T20:19:00,730 Entered build tracker: /tmp/pip-req-tracker-rwjlvg4t 2021-02-10T20:19:00,731 Created temporary directory: /tmp/pip-wheel-77bxz2tf 2021-02-10T20:19:00,764 1 location(s) to search for versions of poetry-demo-said: 2021-02-10T20:19:00,764 * https://pypi.org/simple/poetry-demo-said/ 2021-02-10T20:19:00,765 Fetching project page and analyzing links: https://pypi.org/simple/poetry-demo-said/ 2021-02-10T20:19:00,765 Getting page https://pypi.org/simple/poetry-demo-said/ 2021-02-10T20:19:00,767 Found index url https://pypi.org/simple 2021-02-10T20:19:00,856 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/98/1e/ee1f38e66e008d8a52f5397d406e9b4223485f19941ec263ca8be7bd2d45/poetry-demo-said-0.1.0.tar.gz#sha256=002f83d793f2510af45682737297ef0ce2dad5c027a2c5463e53c39500dc9b73 (from https://pypi.org/simple/poetry-demo-said/) (requires-python:>=3.9,<4.0) 2021-02-10T20:19:00,869 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/89/62/0ecc791b922826df002a2a64c890cd0de86914de58390c04c46fad3b0cf8/poetry_demo_said-0.1.0-py3-none-any.whl#sha256=75be86b49b53646774fb142b73b50f994279807e3ca470cc5113f8602985b37c (from https://pypi.org/simple/poetry-demo-said/) (requires-python:>=3.9,<4.0) 2021-02-10T20:19:00,870 Given no hashes to check 0 links for project 'poetry-demo-said': discarding no candidates 2021-02-10T20:19:00,870 ERROR: Could not find a version that satisfies the requirement poetry-demo-said==0.1.0 2021-02-10T20:19:00,870 ERROR: No matching distribution found for poetry-demo-said==0.1.0 2021-02-10T20:19:00,871 Exception information: 2021-02-10T20:19:00,871 Traceback (most recent call last): 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-10T20:19:00,871 crit = self.state.criteria[name] 2021-02-10T20:19:00,871 KeyError: 'poetry-demo-said' 2021-02-10T20:19:00,871 2021-02-10T20:19:00,871 During handling of the above exception, another exception occurred: 2021-02-10T20:19:00,871 2021-02-10T20:19:00,871 Traceback (most recent call last): 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-10T20:19:00,871 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-10T20:19:00,871 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-10T20:19:00,871 raise RequirementsConflicted(criterion) 2021-02-10T20:19:00,871 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('poetry-demo-said==0.1.0') 2021-02-10T20:19:00,871 2021-02-10T20:19:00,871 During handling of the above exception, another exception occurred: 2021-02-10T20:19:00,871 2021-02-10T20:19:00,871 Traceback (most recent call last): 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-10T20:19:00,871 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-10T20:19:00,871 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-10T20:19:00,871 raise ResolutionImpossible(e.criterion.information) 2021-02-10T20:19:00,871 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('poetry-demo-said==0.1.0'), parent=None)] 2021-02-10T20:19:00,871 2021-02-10T20:19:00,871 The above exception was the direct cause of the following exception: 2021-02-10T20:19:00,871 2021-02-10T20:19:00,871 Traceback (most recent call last): 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-02-10T20:19:00,871 status = self.run(options, args) 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-02-10T20:19:00,871 return func(self, options, args) 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-02-10T20:19:00,871 reqs, check_supported_wheels=True 2021-02-10T20:19:00,871 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-10T20:19:00,871 six.raise_from(error, e) 2021-02-10T20:19:00,871 File "", line 3, in raise_from 2021-02-10T20:19:00,871 pip._internal.exceptions.DistributionNotFound: No matching distribution found for poetry-demo-said==0.1.0 2021-02-10T20:19:00,875 Removed build tracker: '/tmp/pip-req-tracker-rwjlvg4t'