2021-07-18T12:10:03,857 Created temporary directory: /tmp/pip-ephem-wheel-cache-6tuiok9d 2021-07-18T12:10:03,860 Created temporary directory: /tmp/pip-req-tracker-aa8znzz0 2021-07-18T12:10:03,860 Initialized build tracking at /tmp/pip-req-tracker-aa8znzz0 2021-07-18T12:10:03,861 Created build tracker: /tmp/pip-req-tracker-aa8znzz0 2021-07-18T12:10:03,861 Entered build tracker: /tmp/pip-req-tracker-aa8znzz0 2021-07-18T12:10:03,862 Created temporary directory: /tmp/pip-wheel-1wsos4cj 2021-07-18T12:10:03,895 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-07-18T12:10:03,898 2 location(s) to search for versions of insurance-pkg: 2021-07-18T12:10:03,898 * https://pypi.org/simple/insurance-pkg/ 2021-07-18T12:10:03,898 * https://www.piwheels.org/simple/insurance-pkg/ 2021-07-18T12:10:03,899 Fetching project page and analyzing links: https://pypi.org/simple/insurance-pkg/ 2021-07-18T12:10:03,899 Getting page https://pypi.org/simple/insurance-pkg/ 2021-07-18T12:10:03,901 Found index url https://pypi.org/simple 2021-07-18T12:10:04,070 Found link https://files.pythonhosted.org/packages/84/d9/3a7cd267de5700a4637120b7e8d30fb12c848be7ed6e26a9f59c3737e576/insurance_pkg-0.1.0.win32.zip#sha256=0d654baf279a219e5d011457a158bfb89f33462183fd211222d2193d4b0e8661 (from https://pypi.org/simple/insurance-pkg/) (requires-python:>=3), version: 0.1.0.win32 2021-07-18T12:10:04,070 Fetching project page and analyzing links: https://www.piwheels.org/simple/insurance-pkg/ 2021-07-18T12:10:04,071 Getting page https://www.piwheels.org/simple/insurance-pkg/ 2021-07-18T12:10:04,072 Found index url https://www.piwheels.org/simple 2021-07-18T12:10:04,201 Skipping link: not a file: https://www.piwheels.org/simple/insurance-pkg/ 2021-07-18T12:10:04,201 Skipping link: not a file: https://pypi.org/simple/insurance-pkg/ 2021-07-18T12:10:04,220 Given no hashes to check 0 links for project 'insurance-pkg': discarding no candidates 2021-07-18T12:10:04,221 ERROR: Could not find a version that satisfies the requirement insurance-pkg==0.1.0 (from versions: 0.1.0.win32) 2021-07-18T12:10:04,221 ERROR: No matching distribution found for insurance-pkg==0.1.0 2021-07-18T12:10:04,222 Exception information: 2021-07-18T12:10:04,222 Traceback (most recent call last): 2021-07-18T12:10:04,222 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-18T12:10:04,222 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-18T12:10:04,222 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-18T12:10:04,222 raise RequirementsConflicted(criterion) 2021-07-18T12:10:04,222 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('insurance-pkg==0.1.0') 2021-07-18T12:10:04,222 2021-07-18T12:10:04,222 During handling of the above exception, another exception occurred: 2021-07-18T12:10:04,222 2021-07-18T12:10:04,222 Traceback (most recent call last): 2021-07-18T12:10:04,222 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-18T12:10:04,222 result = self._result = resolver.resolve( 2021-07-18T12:10:04,222 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-18T12:10:04,222 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-18T12:10:04,222 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-18T12:10:04,222 raise ResolutionImpossible(e.criterion.information) 2021-07-18T12:10:04,222 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('insurance-pkg==0.1.0'), parent=None)] 2021-07-18T12:10:04,222 2021-07-18T12:10:04,222 The above exception was the direct cause of the following exception: 2021-07-18T12:10:04,222 2021-07-18T12:10:04,222 Traceback (most recent call last): 2021-07-18T12:10:04,222 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-18T12:10:04,222 status = self.run(options, args) 2021-07-18T12:10:04,222 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-18T12:10:04,222 return func(self, options, args) 2021-07-18T12:10:04,222 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-18T12:10:04,222 requirement_set = resolver.resolve( 2021-07-18T12:10:04,222 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-18T12:10:04,222 raise error from e 2021-07-18T12:10:04,222 pip._internal.exceptions.DistributionNotFound: No matching distribution found for insurance-pkg==0.1.0 2021-07-18T12:10:04,226 Removed build tracker: '/tmp/pip-req-tracker-aa8znzz0'