2021-07-12T23:39:32,068 Created temporary directory: /tmp/pip-ephem-wheel-cache-ra6oozfp 2021-07-12T23:39:32,071 Created temporary directory: /tmp/pip-req-tracker-4_c06yeh 2021-07-12T23:39:32,071 Initialized build tracking at /tmp/pip-req-tracker-4_c06yeh 2021-07-12T23:39:32,072 Created build tracker: /tmp/pip-req-tracker-4_c06yeh 2021-07-12T23:39:32,072 Entered build tracker: /tmp/pip-req-tracker-4_c06yeh 2021-07-12T23:39:32,072 Created temporary directory: /tmp/pip-wheel-ij40xwvx 2021-07-12T23:39:32,104 1 location(s) to search for versions of kicad-backannotate: 2021-07-12T23:39:32,104 * https://pypi.org/simple/kicad-backannotate/ 2021-07-12T23:39:32,104 Fetching project page and analyzing links: https://pypi.org/simple/kicad-backannotate/ 2021-07-12T23:39:32,105 Getting page https://pypi.org/simple/kicad-backannotate/ 2021-07-12T23:39:32,106 Found index url https://pypi.org/simple 2021-07-12T23:39:32,194 Found link https://files.pythonhosted.org/packages/a6/c0/1dc9545c541403f94c0ee6e9aa7c57cef71aa27c657e2f82a0183e53f7d8/kicad_backannotate-0.0.1.dev1.tar.gz#sha256=dfae6394d40f7cad26da4d914d9f9eab7f7631bf509c9d1d39b25cf0ddbe9de7 (from https://pypi.org/simple/kicad-backannotate/), version: 0.0.1.dev1 2021-07-12T23:39:32,212 Skipping link: none of the wheel's tags (py2-none-any) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/de/bc/ed36aa05a559bea5a16071a6c6ee7a82b8878880256f7afc94fac0efc713/kicad_backannotate-0.0.1-py2-none-any.whl#sha256=d5ca1e2567d6f6eeaccd78f01459dd861acb667ac4389ac7e21676977ae8798c (from https://pypi.org/simple/kicad-backannotate/) (requires-python:<3) 2021-07-12T23:39:32,212 Link requires a different Python (3.9.2 not in: '<3'): https://files.pythonhosted.org/packages/49/11/61bf1cc6ff066f52901fbaaddaa6f80b65612afb4a0105452aed3c59cc20/kicad_backannotate-0.0.1.tar.gz#sha256=52a9c3abc2a1722ef6140890b4785d9c6c60006bb3521860d10c298dc478322e (from https://pypi.org/simple/kicad-backannotate/) (requires-python:<3) 2021-07-12T23:39:32,213 Skipping link: not a file: https://pypi.org/simple/kicad-backannotate/ 2021-07-12T23:39:32,213 Given no hashes to check 0 links for project 'kicad-backannotate': discarding no candidates 2021-07-12T23:39:32,214 ERROR: Could not find a version that satisfies the requirement kicad-backannotate==0.0.1 (from versions: 0.0.1.dev1) 2021-07-12T23:39:32,214 ERROR: No matching distribution found for kicad-backannotate==0.0.1 2021-07-12T23:39:32,214 Exception information: 2021-07-12T23:39:32,214 Traceback (most recent call last): 2021-07-12T23:39:32,214 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T23:39:32,214 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T23:39:32,214 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T23:39:32,214 raise RequirementsConflicted(criterion) 2021-07-12T23:39:32,214 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kicad-backannotate==0.0.1') 2021-07-12T23:39:32,214 2021-07-12T23:39:32,214 During handling of the above exception, another exception occurred: 2021-07-12T23:39:32,214 2021-07-12T23:39:32,214 Traceback (most recent call last): 2021-07-12T23:39:32,214 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T23:39:32,214 result = self._result = resolver.resolve( 2021-07-12T23:39:32,214 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T23:39:32,214 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T23:39:32,214 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T23:39:32,214 raise ResolutionImpossible(e.criterion.information) 2021-07-12T23:39:32,214 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kicad-backannotate==0.0.1'), parent=None)] 2021-07-12T23:39:32,214 2021-07-12T23:39:32,214 The above exception was the direct cause of the following exception: 2021-07-12T23:39:32,214 2021-07-12T23:39:32,214 Traceback (most recent call last): 2021-07-12T23:39:32,214 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T23:39:32,214 status = self.run(options, args) 2021-07-12T23:39:32,214 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T23:39:32,214 return func(self, options, args) 2021-07-12T23:39:32,214 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T23:39:32,214 requirement_set = resolver.resolve( 2021-07-12T23:39:32,214 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T23:39:32,214 raise error from e 2021-07-12T23:39:32,214 pip._internal.exceptions.DistributionNotFound: No matching distribution found for kicad-backannotate==0.0.1 2021-07-12T23:39:32,218 Removed build tracker: '/tmp/pip-req-tracker-4_c06yeh'