2025-09-10T10:50:12,623 Created temporary directory: /tmp/pip-build-tracker-5x0ef21h 2025-09-10T10:50:12,624 Initialized build tracking at /tmp/pip-build-tracker-5x0ef21h 2025-09-10T10:50:12,624 Created build tracker: /tmp/pip-build-tracker-5x0ef21h 2025-09-10T10:50:12,624 Entered build tracker: /tmp/pip-build-tracker-5x0ef21h 2025-09-10T10:50:12,624 Created temporary directory: /tmp/pip-wheel-x09d3lvo 2025-09-10T10:50:12,627 Created temporary directory: /tmp/pip-ephem-wheel-cache-01y58z9u 2025-09-10T10:50:12,686 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-10T10:50:12,689 2 location(s) to search for versions of bounding-ai-tool: 2025-09-10T10:50:12,689 * https://pypi.org/simple/bounding-ai-tool/ 2025-09-10T10:50:12,689 * https://www.piwheels.org/simple/bounding-ai-tool/ 2025-09-10T10:50:12,689 Fetching project page and analyzing links: https://pypi.org/simple/bounding-ai-tool/ 2025-09-10T10:50:12,689 Getting page https://pypi.org/simple/bounding-ai-tool/ 2025-09-10T10:50:12,690 Found index url https://pypi.org/simple/ 2025-09-10T10:50:12,839 Fetched page https://pypi.org/simple/bounding-ai-tool/ as application/vnd.pypi.simple.v1+json 2025-09-10T10:50:12,842 Skipping link: No binaries permitted for bounding-ai-tool: https://files.pythonhosted.org/packages/91/e3/08afd943a8f20b29cf7134afc30429025eed40ed98a37245ebcd4ff00ad5/bounding_ai_tool-0.1.0-py3-none-any.whl (from https://pypi.org/simple/bounding-ai-tool/) 2025-09-10T10:50:12,843 Found link https://files.pythonhosted.org/packages/26/47/87422125f2f02a51c2c3430cb237472c4d9cc15a9edf2155041819c726c9/bounding_ai_tool-0.1.0.win-amd64.zip (from https://pypi.org/simple/bounding-ai-tool/), version: 0.1.0.win-amd64 2025-09-10T10:50:12,843 Skipping link: No binaries permitted for bounding-ai-tool: https://files.pythonhosted.org/packages/20/77/1b387d4e8fecadfd206a16e0ee59bd7c02e224ff1f6d2a7147bc1ca8ca9c/bounding_ai_tool-0.1.1-py3-none-any.whl (from https://pypi.org/simple/bounding-ai-tool/) 2025-09-10T10:50:12,844 Skipping link: No binaries permitted for bounding-ai-tool: https://files.pythonhosted.org/packages/38/93/35142bc536b4d4b5c521177027173e716b755677602ffba55057ce9b873b/bounding_ai_tool-0.1.2-py3-none-any.whl (from https://pypi.org/simple/bounding-ai-tool/) 2025-09-10T10:50:12,844 Skipping link: No binaries permitted for bounding-ai-tool: https://files.pythonhosted.org/packages/d7/e2/7caf8cb95566f98c8e3fd71864330e329540f044d75b4bf1fb6f6708d811/bounding_ai_tool-0.2.0-py3-none-any.whl (from https://pypi.org/simple/bounding-ai-tool/) 2025-09-10T10:50:12,844 Skipping link: No binaries permitted for bounding-ai-tool: https://files.pythonhosted.org/packages/5f/66/280d3da28a696f82c5eedad95e1eceee6885eaed218bb7dd2eca65c364f5/bounding_ai_tool-0.2.1-py3-none-any.whl (from https://pypi.org/simple/bounding-ai-tool/) 2025-09-10T10:50:12,845 Skipping link: No binaries permitted for bounding-ai-tool: https://files.pythonhosted.org/packages/23/d8/38e3fe0f1cf152617445a3722009cb3583adb44e9187591d895a0bb06aac/bounding_ai_tool-0.3.0-py3-none-any.whl (from https://pypi.org/simple/bounding-ai-tool/) 2025-09-10T10:50:12,845 Fetching project page and analyzing links: https://www.piwheels.org/simple/bounding-ai-tool/ 2025-09-10T10:50:12,846 Getting page https://www.piwheels.org/simple/bounding-ai-tool/ 2025-09-10T10:50:12,848 Found index url https://www.piwheels.org/simple/ 2025-09-10T10:50:12,951 Fetched page https://www.piwheels.org/simple/bounding-ai-tool/ as text/html 2025-09-10T10:50:12,951 Skipping link: not a file: https://www.piwheels.org/simple/bounding-ai-tool/ 2025-09-10T10:50:12,952 Skipping link: not a file: https://pypi.org/simple/bounding-ai-tool/ 2025-09-10T10:50:12,978 Given no hashes to check 0 links for project 'bounding-ai-tool': discarding no candidates 2025-09-10T10:50:12,979 ERROR: Could not find a version that satisfies the requirement bounding-ai-tool==0.1.0 (from versions: none) 2025-09-10T10:50:12,980 ERROR: No matching distribution found for bounding-ai-tool==0.1.0 2025-09-10T10:50:12,981 Exception information: 2025-09-10T10:50:12,981 Traceback (most recent call last): 2025-09-10T10:50:12,981 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-10T10:50:12,981 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-10T10:50:12,981 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T10:50:12,981 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-10T10:50:12,981 raise RequirementsConflicted(criterion) 2025-09-10T10:50:12,981 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('bounding-ai-tool==0.1.0') 2025-09-10T10:50:12,981 2025-09-10T10:50:12,981 The above exception was the direct cause of the following exception: 2025-09-10T10:50:12,981 2025-09-10T10:50:12,981 Traceback (most recent call last): 2025-09-10T10:50:12,981 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-10T10:50:12,981 result = self._result = resolver.resolve( 2025-09-10T10:50:12,981 ~~~~~~~~~~~~~~~~^ 2025-09-10T10:50:12,981 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-10T10:50:12,981 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T10:50:12,981 ) 2025-09-10T10:50:12,981 ^ 2025-09-10T10:50:12,981 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-10T10:50:12,981 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-10T10:50:12,981 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-10T10:50:12,981 raise ResolutionImpossible(e.criterion.information) from e 2025-09-10T10:50:12,981 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('bounding-ai-tool==0.1.0'), parent=None)] 2025-09-10T10:50:12,981 2025-09-10T10:50:12,981 The above exception was the direct cause of the following exception: 2025-09-10T10:50:12,981 2025-09-10T10:50:12,981 Traceback (most recent call last): 2025-09-10T10:50:12,981 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-10T10:50:12,981 status = _inner_run() 2025-09-10T10:50:12,981 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-10T10:50:12,981 return self.run(options, args) 2025-09-10T10:50:12,981 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-10T10:50:12,981 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-10T10:50:12,981 return func(self, options, args) 2025-09-10T10:50:12,981 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-10T10:50:12,981 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-10T10:50:12,981 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-10T10:50:12,981 raise error from e 2025-09-10T10:50:12,981 pip._internal.exceptions.DistributionNotFound: No matching distribution found for bounding-ai-tool==0.1.0 2025-09-10T10:50:12,990 Removed build tracker: '/tmp/pip-build-tracker-5x0ef21h'