2021-08-19T06:25:44,690 Created temporary directory: /tmp/pip-ephem-wheel-cache-krd3r8sg 2021-08-19T06:25:44,694 Created temporary directory: /tmp/pip-req-tracker-9rme0qcs 2021-08-19T06:25:44,694 Initialized build tracking at /tmp/pip-req-tracker-9rme0qcs 2021-08-19T06:25:44,694 Created build tracker: /tmp/pip-req-tracker-9rme0qcs 2021-08-19T06:25:44,695 Entered build tracker: /tmp/pip-req-tracker-9rme0qcs 2021-08-19T06:25:44,695 Created temporary directory: /tmp/pip-wheel-5kc29wk8 2021-08-19T06:25:44,722 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-08-19T06:25:44,725 2 location(s) to search for versions of chocs-middleware-openapi: 2021-08-19T06:25:44,725 * https://pypi.org/simple/chocs-middleware-openapi/ 2021-08-19T06:25:44,725 * https://www.piwheels.org/simple/chocs-middleware-openapi/ 2021-08-19T06:25:44,726 Fetching project page and analyzing links: https://pypi.org/simple/chocs-middleware-openapi/ 2021-08-19T06:25:44,726 Getting page https://pypi.org/simple/chocs-middleware-openapi/ 2021-08-19T06:25:44,728 Found index url https://pypi.org/simple 2021-08-19T06:25:44,813 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/d0/25/13eb2cc5faf64519db8b8c768f7541f9e6d0cc446bbefd1975c2fe8c18ce/chocs_middleware.openapi-1.0.0.tar.gz#sha256=9b41443eb8d84c1bed93fc0e2342650a29c8af53961c9594899afd2f6053a6c9 (from https://pypi.org/simple/chocs-middleware-openapi/) (requires-python:>=3.8,<4.0) 2021-08-19T06:25:44,813 Fetching project page and analyzing links: https://www.piwheels.org/simple/chocs-middleware-openapi/ 2021-08-19T06:25:44,814 Getting page https://www.piwheels.org/simple/chocs-middleware-openapi/ 2021-08-19T06:25:44,815 Found index url https://www.piwheels.org/simple 2021-08-19T06:25:44,934 Skipping link: not a file: https://www.piwheels.org/simple/chocs-middleware-openapi/ 2021-08-19T06:25:44,935 Skipping link: not a file: https://pypi.org/simple/chocs-middleware-openapi/ 2021-08-19T06:25:44,962 Given no hashes to check 0 links for project 'chocs-middleware-openapi': discarding no candidates 2021-08-19T06:25:44,962 ERROR: Could not find a version that satisfies the requirement chocs-middleware-openapi==1.0.0 (from versions: none) 2021-08-19T06:25:44,962 ERROR: No matching distribution found for chocs-middleware-openapi==1.0.0 2021-08-19T06:25:44,963 Exception information: 2021-08-19T06:25:44,963 Traceback (most recent call last): 2021-08-19T06:25:44,963 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-08-19T06:25:44,963 name, crit = self._merge_into_criterion(r, parent=None) 2021-08-19T06:25:44,963 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-08-19T06:25:44,963 raise RequirementsConflicted(criterion) 2021-08-19T06:25:44,963 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('chocs-middleware-openapi==1.0.0') 2021-08-19T06:25:44,963 2021-08-19T06:25:44,963 During handling of the above exception, another exception occurred: 2021-08-19T06:25:44,963 2021-08-19T06:25:44,963 Traceback (most recent call last): 2021-08-19T06:25:44,963 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-08-19T06:25:44,963 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-08-19T06:25:44,963 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-08-19T06:25:44,963 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-08-19T06:25:44,963 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-08-19T06:25:44,963 raise ResolutionImpossible(e.criterion.information) 2021-08-19T06:25:44,963 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('chocs-middleware-openapi==1.0.0'), parent=None)] 2021-08-19T06:25:44,963 2021-08-19T06:25:44,963 The above exception was the direct cause of the following exception: 2021-08-19T06:25:44,963 2021-08-19T06:25:44,963 Traceback (most recent call last): 2021-08-19T06:25:44,963 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-08-19T06:25:44,963 status = self.run(options, args) 2021-08-19T06:25:44,963 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-08-19T06:25:44,963 return func(self, options, args) 2021-08-19T06:25:44,963 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-08-19T06:25:44,963 reqs, check_supported_wheels=True 2021-08-19T06:25:44,963 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-08-19T06:25:44,963 raise error from e 2021-08-19T06:25:44,963 pip._internal.exceptions.DistributionNotFound: No matching distribution found for chocs-middleware-openapi==1.0.0 2021-08-19T06:25:44,967 Removed build tracker: '/tmp/pip-req-tracker-9rme0qcs'