2021-07-14T00:42:10,710 Created temporary directory: /tmp/pip-ephem-wheel-cache-rqz12d05 2021-07-14T00:42:10,713 Created temporary directory: /tmp/pip-req-tracker-siqudso9 2021-07-14T00:42:10,713 Initialized build tracking at /tmp/pip-req-tracker-siqudso9 2021-07-14T00:42:10,714 Created build tracker: /tmp/pip-req-tracker-siqudso9 2021-07-14T00:42:10,714 Entered build tracker: /tmp/pip-req-tracker-siqudso9 2021-07-14T00:42:10,714 Created temporary directory: /tmp/pip-wheel-60n41kfc 2021-07-14T00:42:10,744 1 location(s) to search for versions of pytech: 2021-07-14T00:42:10,744 * https://pypi.org/simple/pytech/ 2021-07-14T00:42:10,744 Fetching project page and analyzing links: https://pypi.org/simple/pytech/ 2021-07-14T00:42:10,745 Getting page https://pypi.org/simple/pytech/ 2021-07-14T00:42:10,746 Found index url https://pypi.org/simple 2021-07-14T00:42:10,834 Found link https://files.pythonhosted.org/packages/c7/ce/fced3e7a3e8bdd2c9e8341e4f94664aa85e48472d87fd610902a568c4de0/PyTech-0.4.win32.zip#sha256=5abdb86b1f661968e1412c8e2a937c9b545f459e58f5605bfe2396efee41b619 (from https://pypi.org/simple/pytech/), version: 0.4.win32 2021-07-14T00:42:10,835 Found link https://files.pythonhosted.org/packages/55/ad/f94be5c2a6056cc6c987a90f8907fdac26f132f2afb2e3a82c1026f93ada/PyTech-0.5.win32.zip#sha256=783e5dc0490f4f2b31a0776ef3bd215edb966a205e8cf3b85bcad71a0f817609 (from https://pypi.org/simple/pytech/), version: 0.5.win32 2021-07-14T00:42:10,835 Found link https://files.pythonhosted.org/packages/e8/a7/36683f0c993a470fca64b84b5e52d501a1f5976b13b3a250aa4e2df51d04/PyTech-0.6.tar.gz#sha256=73821495a53f0e7435576ed099d608ff82ab6cc8aced27a97067ccc123bade91 (from https://pypi.org/simple/pytech/), version: 0.6 2021-07-14T00:42:10,835 Skipping link: not a file: https://pypi.org/simple/pytech/ 2021-07-14T00:42:10,853 Given no hashes to check 0 links for project 'pytech': discarding no candidates 2021-07-14T00:42:10,853 ERROR: Could not find a version that satisfies the requirement pytech==0.5 (from versions: 0.4.win32, 0.5.win32, 0.6) 2021-07-14T00:42:10,854 ERROR: No matching distribution found for pytech==0.5 2021-07-14T00:42:10,854 Exception information: 2021-07-14T00:42:10,854 Traceback (most recent call last): 2021-07-14T00:42:10,854 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T00:42:10,854 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T00:42:10,854 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-14T00:42:10,854 raise RequirementsConflicted(criterion) 2021-07-14T00:42:10,854 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pytech==0.5') 2021-07-14T00:42:10,854 2021-07-14T00:42:10,854 During handling of the above exception, another exception occurred: 2021-07-14T00:42:10,854 2021-07-14T00:42:10,854 Traceback (most recent call last): 2021-07-14T00:42:10,854 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T00:42:10,854 result = self._result = resolver.resolve( 2021-07-14T00:42:10,854 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T00:42:10,854 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T00:42:10,854 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-14T00:42:10,854 raise ResolutionImpossible(e.criterion.information) 2021-07-14T00:42:10,854 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pytech==0.5'), parent=None)] 2021-07-14T00:42:10,854 2021-07-14T00:42:10,854 The above exception was the direct cause of the following exception: 2021-07-14T00:42:10,854 2021-07-14T00:42:10,854 Traceback (most recent call last): 2021-07-14T00:42:10,854 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T00:42:10,854 status = self.run(options, args) 2021-07-14T00:42:10,854 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T00:42:10,854 return func(self, options, args) 2021-07-14T00:42:10,854 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T00:42:10,854 requirement_set = resolver.resolve( 2021-07-14T00:42:10,854 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-14T00:42:10,854 raise error from e 2021-07-14T00:42:10,854 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pytech==0.5 2021-07-14T00:42:10,858 Removed build tracker: '/tmp/pip-req-tracker-siqudso9'