2025-09-08T14:33:57,944 Created temporary directory: /tmp/pip-build-tracker-7v_92fgm 2025-09-08T14:33:57,945 Initialized build tracking at /tmp/pip-build-tracker-7v_92fgm 2025-09-08T14:33:57,945 Created build tracker: /tmp/pip-build-tracker-7v_92fgm 2025-09-08T14:33:57,945 Entered build tracker: /tmp/pip-build-tracker-7v_92fgm 2025-09-08T14:33:57,945 Created temporary directory: /tmp/pip-wheel-1socuzo_ 2025-09-08T14:33:57,948 Created temporary directory: /tmp/pip-ephem-wheel-cache-cq93gn8o 2025-09-08T14:33:58,008 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-08T14:33:58,011 2 location(s) to search for versions of pytech: 2025-09-08T14:33:58,011 * https://pypi.org/simple/pytech/ 2025-09-08T14:33:58,011 * https://www.piwheels.org/simple/pytech/ 2025-09-08T14:33:58,011 Fetching project page and analyzing links: https://pypi.org/simple/pytech/ 2025-09-08T14:33:58,012 Getting page https://pypi.org/simple/pytech/ 2025-09-08T14:33:58,013 Found index url https://pypi.org/simple/ 2025-09-08T14:33:58,083 Fetched page https://pypi.org/simple/pytech/ as application/vnd.pypi.simple.v1+json 2025-09-08T14:33:58,084 Found link https://files.pythonhosted.org/packages/c7/ce/fced3e7a3e8bdd2c9e8341e4f94664aa85e48472d87fd610902a568c4de0/PyTech-0.4.win32.zip (from https://pypi.org/simple/pytech/), version: 0.4.win32 2025-09-08T14:33:58,084 Found link https://files.pythonhosted.org/packages/55/ad/f94be5c2a6056cc6c987a90f8907fdac26f132f2afb2e3a82c1026f93ada/PyTech-0.5.win32.zip (from https://pypi.org/simple/pytech/), version: 0.5.win32 2025-09-08T14:33:58,085 Found link https://files.pythonhosted.org/packages/e8/a7/36683f0c993a470fca64b84b5e52d501a1f5976b13b3a250aa4e2df51d04/PyTech-0.6.tar.gz (from https://pypi.org/simple/pytech/), version: 0.6 2025-09-08T14:33:58,085 Fetching project page and analyzing links: https://www.piwheels.org/simple/pytech/ 2025-09-08T14:33:58,085 Getting page https://www.piwheels.org/simple/pytech/ 2025-09-08T14:33:58,086 Found index url https://www.piwheels.org/simple/ 2025-09-08T14:33:58,178 Fetched page https://www.piwheels.org/simple/pytech/ as text/html 2025-09-08T14:33:58,179 Skipping link: No binaries permitted for pytech: https://archive1.piwheels.org/simple/pytech/PyTech-0.6-py3-none-any.whl#sha256=293fae3a4cba9e445c103170fc0212f29cb2e724af8ae28eab2a8595d27f6e36 (from https://www.piwheels.org/simple/pytech/) 2025-09-08T14:33:58,179 Skipping link: not a file: https://www.piwheels.org/simple/pytech/ 2025-09-08T14:33:58,179 Skipping link: not a file: https://pypi.org/simple/pytech/ 2025-09-08T14:33:58,201 Given no hashes to check 0 links for project 'pytech': discarding no candidates 2025-09-08T14:33:58,202 ERROR: Could not find a version that satisfies the requirement pytech==0.5 (from versions: 0.6) 2025-09-08T14:33:58,203 ERROR: No matching distribution found for pytech==0.5 2025-09-08T14:33:58,204 Exception information: 2025-09-08T14:33:58,204 Traceback (most recent call last): 2025-09-08T14:33:58,204 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-08T14:33:58,204 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-08T14:33:58,204 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T14:33:58,204 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-08T14:33:58,204 raise RequirementsConflicted(criterion) 2025-09-08T14:33:58,204 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pytech==0.5') 2025-09-08T14:33:58,204 2025-09-08T14:33:58,204 The above exception was the direct cause of the following exception: 2025-09-08T14:33:58,204 2025-09-08T14:33:58,204 Traceback (most recent call last): 2025-09-08T14:33:58,204 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-08T14:33:58,204 result = self._result = resolver.resolve( 2025-09-08T14:33:58,204 ~~~~~~~~~~~~~~~~^ 2025-09-08T14:33:58,204 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-08T14:33:58,204 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T14:33:58,204 ) 2025-09-08T14:33:58,204 ^ 2025-09-08T14:33:58,204 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-08T14:33:58,204 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-08T14:33:58,204 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-08T14:33:58,204 raise ResolutionImpossible(e.criterion.information) from e 2025-09-08T14:33:58,204 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pytech==0.5'), parent=None)] 2025-09-08T14:33:58,204 2025-09-08T14:33:58,204 The above exception was the direct cause of the following exception: 2025-09-08T14:33:58,204 2025-09-08T14:33:58,204 Traceback (most recent call last): 2025-09-08T14:33:58,204 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-08T14:33:58,204 status = _inner_run() 2025-09-08T14:33:58,204 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-08T14:33:58,204 return self.run(options, args) 2025-09-08T14:33:58,204 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-08T14:33:58,204 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-08T14:33:58,204 return func(self, options, args) 2025-09-08T14:33:58,204 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-08T14:33:58,204 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-08T14:33:58,204 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-08T14:33:58,204 raise error from e 2025-09-08T14:33:58,204 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pytech==0.5 2025-09-08T14:33:58,214 Removed build tracker: '/tmp/pip-build-tracker-7v_92fgm'