2021-09-03T15:42:52,125 Created temporary directory: /tmp/pip-ephem-wheel-cache-01e8v8rc 2021-09-03T15:42:52,127 Created temporary directory: /tmp/pip-req-tracker-rkqjogyf 2021-09-03T15:42:52,128 Initialized build tracking at /tmp/pip-req-tracker-rkqjogyf 2021-09-03T15:42:52,128 Created build tracker: /tmp/pip-req-tracker-rkqjogyf 2021-09-03T15:42:52,128 Entered build tracker: /tmp/pip-req-tracker-rkqjogyf 2021-09-03T15:42:52,129 Created temporary directory: /tmp/pip-wheel-qnlxo2zr 2021-09-03T15:42:52,155 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-03T15:42:52,158 2 location(s) to search for versions of sparql-endpoint-fixture: 2021-09-03T15:42:52,158 * https://pypi.org/simple/sparql-endpoint-fixture/ 2021-09-03T15:42:52,158 * https://www.piwheels.org/simple/sparql-endpoint-fixture/ 2021-09-03T15:42:52,159 Fetching project page and analyzing links: https://pypi.org/simple/sparql-endpoint-fixture/ 2021-09-03T15:42:52,159 Getting page https://pypi.org/simple/sparql-endpoint-fixture/ 2021-09-03T15:42:52,161 Found index url https://pypi.org/simple 2021-09-03T15:42:52,250 Skipping link: No binaries permitted for sparql-endpoint-fixture: https://files.pythonhosted.org/packages/13/fb/cc22df579f4c902ec98e25074c36cad86a78ebcdb136be659d7e2738b50b/sparql_endpoint_fixture-0.5.0-py3-none-any.whl#sha256=fb8dbad605b6d882d4dc10409628e4278e6cbcbcaf73214f51e64c4ef1b594d4 (from https://pypi.org/simple/sparql-endpoint-fixture/) (requires-python:>=3.8) 2021-09-03T15:42:52,251 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/c3/68/090627eed333318d3dd23738c8d7b1e9fbb2f504dc84680b2238932bdb5a/sparql_endpoint_fixture-0.5.0.tar.gz#sha256=2aaccd53e7384a18b4fc87f5fb5a3363f99bc3079bbb40c07fae22080bb3bfc6 (from https://pypi.org/simple/sparql-endpoint-fixture/) (requires-python:>=3.8) 2021-09-03T15:42:52,251 Fetching project page and analyzing links: https://www.piwheels.org/simple/sparql-endpoint-fixture/ 2021-09-03T15:42:52,251 Getting page https://www.piwheels.org/simple/sparql-endpoint-fixture/ 2021-09-03T15:42:52,252 Found index url https://www.piwheels.org/simple 2021-09-03T15:42:52,339 Skipping link: not a file: https://www.piwheels.org/simple/sparql-endpoint-fixture/ 2021-09-03T15:42:52,340 Skipping link: not a file: https://pypi.org/simple/sparql-endpoint-fixture/ 2021-09-03T15:42:52,356 Given no hashes to check 0 links for project 'sparql-endpoint-fixture': discarding no candidates 2021-09-03T15:42:52,357 ERROR: Could not find a version that satisfies the requirement sparql-endpoint-fixture==0.5.0 (from versions: none) 2021-09-03T15:42:52,357 ERROR: No matching distribution found for sparql-endpoint-fixture==0.5.0 2021-09-03T15:42:52,357 Exception information: 2021-09-03T15:42:52,357 Traceback (most recent call last): 2021-09-03T15:42:52,357 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-03T15:42:52,357 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-03T15:42:52,357 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-03T15:42:52,357 raise RequirementsConflicted(criterion) 2021-09-03T15:42:52,357 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sparql-endpoint-fixture==0.5.0') 2021-09-03T15:42:52,357 2021-09-03T15:42:52,357 During handling of the above exception, another exception occurred: 2021-09-03T15:42:52,357 2021-09-03T15:42:52,357 Traceback (most recent call last): 2021-09-03T15:42:52,357 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-09-03T15:42:52,357 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-09-03T15:42:52,357 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-03T15:42:52,357 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-03T15:42:52,357 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-03T15:42:52,357 raise ResolutionImpossible(e.criterion.information) 2021-09-03T15:42:52,357 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sparql-endpoint-fixture==0.5.0'), parent=None)] 2021-09-03T15:42:52,357 2021-09-03T15:42:52,357 The above exception was the direct cause of the following exception: 2021-09-03T15:42:52,357 2021-09-03T15:42:52,357 Traceback (most recent call last): 2021-09-03T15:42:52,357 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-03T15:42:52,357 status = self.run(options, args) 2021-09-03T15:42:52,357 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-03T15:42:52,357 return func(self, options, args) 2021-09-03T15:42:52,357 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-09-03T15:42:52,357 reqs, check_supported_wheels=True 2021-09-03T15:42:52,357 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-03T15:42:52,357 raise error from e 2021-09-03T15:42:52,357 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sparql-endpoint-fixture==0.5.0 2021-09-03T15:42:52,361 Removed build tracker: '/tmp/pip-req-tracker-rkqjogyf'